    [x-cloak] { display: none !important; }
/*15-04-26*/
    body {
        overflow-x: hidden;
        padding-right: 0px !important;
        font-family: 'touche', sans-serif;
    }

    @keyframes animate {

        0%,
        100% {
            transform: translateY(50px);
        }

        50% {
            transform: translateY(100px);
        }
    }

    .dosis {
        font-family: 'Dosis', sans-serif;
    }

    .color {
        position: absolute !important;
        right: 0;
        left: 0;
        z-index: 1030;
        background: transparent !important;
        border-color: transparent !important;
    }

    *,
    *::before,
    *::after {
        box-sizing: border-box;
    }

    body {
        font-weight: 400;
        background: #fff !important;
    }

    @keyframes vs-carousel-animate-vertical-previous {
        0% {
            transform: translateY(100%) scale(1);
            opacity: 1;
        }

        100% {
            transform: translateY(0) scale(0.7);
            opacity: 0.4;
        }
    }

    @keyframes vs-carousel-animate-vertical-remove {
        0% {
            opacity: 0.4;
        }

        100% {
            opacity: 0;
        }
    }

    @keyframes vs-carousel-animate-vertical-active {
        0% {
            transform: translateY(100%) scale(0.7);
            opacity: 0.4;
        }

        100% {
            transform: translateY(0) scale(1);
            opacity: 1;
        }
    }

    @keyframes vs-carousel-animate-vertical-next {
        0% {
            transform: translateY(100%) scale(0.5);
            opacity: 0;
        }

        100% {
            transform: translateY(0) scale(0.7);
            opacity: 0.4;
        }
    }

    @keyframes vs-carousel-animate-vertical-previous-reverse {
        0% {
            transform: translateY(-100%) scale(1);
            opacity: 1;
        }

        100% {
            transform: translateY(0) scale(0.7);
            opacity: 0.4;
        }
    }

    @keyframes vs-carousel-animate-vertical-remove-reverse {
        0% {
            opacity: 0.4;
        }

        100% {
            opacity: 0;
        }
    }

    @keyframes vs-carousel-animate-vertical-active-reverse {
        0% {
            transform: translateY(-100%) scale(0.7);
            opacity: 0.4;
        }

        100% {
            transform: translateY(0) scale(1);
            opacity: 1;
        }
    }

    @keyframes vs-carousel-animate-vertical-next-reverse {
        0% {
            transform: translateY(-100%) scale(0.5);
            opacity: 0;
        }

        100% {
            transform: translateY(0) scale(0.7);
            opacity: 0.4;
        }
    }

    @keyframes scroll {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(calc(-250px * 19));
        }
    }

    @keyframes rotateCube {

        0%,
        20% {
            transform: rotateY(0deg);
        }

        25%,
        45% {
            transform: rotateY(-90deg);
        }

        50%,
        70% {
            transform: rotateY(-180deg);
        }

        75%,
        95% {
            transform: rotateY(-270deg);
        }

        100% {
            transform: rotateY(-360deg);
        }

    }

    @keyframes animate {
        0% {
            transform: translateY(0) rotate(0deg);
            opacity: 1;
            border-radius: 0;
        }

        100% {
            transform: translateY(-1000px) rotate(720deg);
            opacity: 0;
            border-radius: 50%;
        }
    }

    .container-fluid {
        z-index: 2;
        position: relative;
    }

    .dosis {
        font-family: 'touche', sans-serif;
    }

    .section {
        margin-top: 2em;
        color: white;
    }

    * {
        box-sizing: border-box;

        &::before,
        &::after {
            box-sizing: border-box;
        }
    }

    .accordion {
        .accordion-item {
            border-bottom: 1px solid #424949;

            button[aria-expanded='true'] {
                border-bottom: 1px solid #957AFB;
            }
        }

        button {
            position: relative;
            display: block;
            text-align: left;
            width: 100%;
            padding: 1em 0;
            color: #424949;
            font-weight: 400;
            border: none;
            background: none;
            outline: none;

            .accordion-title {
                padding: 1em 1.5em 1em 0;
                font-size: 16px;
                font-weight: bold;
            }

            .icon {
                display: inline-block;
                position: absolute;
                top: 10px;
                right: 0;
                width: 22px;
                height: 22px;
                border: 1px solid;
                border-radius: 22px;

                &::before {
                    display: block;
                    position: absolute;
                    content: '';
                    top: 9px;
                    left: 5px;
                    width: 10px;
                    height: 2px;
                    background: currentColor;
                }

                &::after {
                    display: block;
                    position: absolute;
                    content: '';
                    top: 5px;
                    left: 9px;
                    width: 2px;
                    height: 10px;
                    background: currentColor;
                }
            }
        }

        button[aria-expanded='true'] {
            color: #957AFB;

            .icon {
                &::after {
                    width: 0;
                }
            }

            +.accordion-content {
                opacity: 1;
                max-height: 9em;
                transition: all 200ms linear;
                will-change: opacity, max-height;
            }
        }

        .accordion-content {
            opacity: 0;
            max-height: 0;
            overflow: hidden;
            transition: opacity 200ms linear, max-height 200ms linear;
            will-change: opacity, max-height;

            p {
                font-size: 14px;
                font-weight: 300;
                margin: 2em 0;
            }
        }
    }

    @keyframes rotation {
        from {
            transform: rotate(0deg);
        }

        to {
            transform: rotate(360deg);
        }
    }

    @keyframes gradient-fade {
        from {
            transform: translate(10%, -10%) rotate(0deg);
        }

        to {
            transform: translate(50%, -50%) rotate(360deg);
        }
    }

    @keyframes gradient-fade-alt {
        from {
            transform: translate(-20%, 20%) rotate(0deg);
        }

        to {
            transform: translate(-60%, 60%) rotate(360deg);
        }
    }

    @keyframes pulse {
        0% {
            transform: translate(-50%, -50%) scale(1);
            opacity: 0.6;
        }

        50% {
            transform: translate(-50%, -50%) scale(1.3);
            opacity: 0;
        }

        100% {
            transform: translate(-50%, -50%) scale(1);
            opacity: 0.6;
        }
    }

    @keyframes fallForward-desktop {
        0% {
            opacity: 1;
            transform: translate(-50%, var(--y)) scale(1) rotateX(0deg);
        }

        5% {
            opacity: 0.95;
            transform: translate(-50%, var(--y)) rotateX(-5deg) scale(1);
        }

        10% {
            opacity: 0.9;
            transform: translate(-50%, var(--y)) rotateX(-10deg) scale(1);
        }

        15% {
            opacity: 0.85;
            transform: translate(-50%, var(--y)) rotateX(-15deg) scale(1);
        }

        20% {
            opacity: 0.8;
            transform: translate(-50%, var(--y)) rotateX(-20deg) scale(1);
        }

        25% {
            opacity: 0.75;
            transform: translate(-50%, var(--y)) rotateX(-25deg) scale(1);
        }

        30% {
            opacity: 0.7;
            transform: translate(-50%, var(--y)) rotateX(-30deg) scale(1);
        }

        35% {
            opacity: 0.65;
            transform: translate(-50%, var(--y)) rotateX(-35deg) scale(1);
        }

        40% {
            opacity: 0.6;
            transform: translate(-50%, var(--y)) rotateX(-40deg) scale(1);
        }

        45% {
            opacity: 0.55;
            transform: translate(-50%, var(--y)) rotateX(-45deg) scale(1);
        }

        100% {
            opacity: 0;
            transform: translate(-50%, var(--y)) rotateX(-90deg) scale(1);
            z-index: 1;
        }
    }

    .content {
        opacity: 0;
        visibility: hidden;
        filter: blur(0.5rem) contrast(4);
        transform: scale(0.98);
        transition: all 0.6s ease;
        position: relative;

        overflow: hidden;
    }

    .content:not(.use-animation-timeline) {
        opacity: 0;
        visibility: hidden;
        filter: blur(0.5rem) contrast(4);
        transform: scale(0.98);
        transition: all 0.6s ease;
    }

    .content.visible {
        opacity: 1;
        visibility: visible;
        filter: blur(0) contrast(1);
        transform: scale(1);
    }

    @keyframes blink {

        0%,
        100% {
            filter: blur(var(--blur)) contrast(var(--contrast));
            opacity: 0;
            visibility: hidden;
        }

        50% {
            filter: blur(0) contrast(1);
            opacity: 1;
            visibility: visible;
        }
    }

    .nuevo_bloque_movil {
        display: none !important;
    }

    *,
    *::before,
    *::after {
        box-sizing: border-box;
    }

    body {
        height: 100vh;
        background: #fff !important;
    }

    @keyframes carousel-animate-vertical_impacto {
        0% {
            transform: translateY(90%) scale(0.5);
            opacity: 0;
            visibility: hidden;
            z-index: 0;
        }

        3%,
        20% {
            transform: translateY(60%) scale(0.7);
            opacity: 0.4;
            visibility: visible;
            z-index: 0;
        }

        23%,
        40% {
            transform: translateY(0) scale(1);
            opacity: 1;
            visibility: visible;
            z-index: 10;

        }

        43%,
        60% {
            transform: translateY(-60%) scale(0.7);
            opacity: 0.4;
            visibility: visible;
            z-index: 0;
        }

        63%,
        100% {
            transform: translateY(-90%) scale(0.5);
            opacity: 0;
            visibility: hidden;
            z-index: 0;
        }
    }

    .swiper {
        position: relative;
        overflow: hidden;
        -webkit-mask-image: linear-gradient(to right,
                transparent 0%,

                rgba(0, 0, 0, 1) 10%,

                rgba(0, 0, 0, 1) 90%,

                transparent 100%);
        mask-image: linear-gradient(to right,
                transparent 0%,
                rgba(0, 0, 0, 1) 10%,
                rgba(0, 0, 0, 1) 90%,
                transparent 100%);
    }

    .swiper-slide {
        opacity: 0.5;
        transition: opacity 0.3s ease;
    }

    .swiper-slide-active {
        opacity: 1;
    }

    @media (min-height: 769px) {}

    @media screen and (max-width: 767px) {
        .nuevo_bloque_normal {
            display: none !important;
        }

        .color {
            position: relative !important;
            right: 0;
            left: 0;
            z-index: 1030;
            background: #9579f8 !important;
            border-color: transparent !important;
        }

        .navbar {
            margin-bottom: 0px !important;
        }

        .l_foter {
            font-size: 14px !important;
        }

        .nuevo_bloque_normal {
            display: none !important;
        }

        .nuevo_bloque_movil {
            display: block !important;
        }

        #footer {
            margin: 0px !important;
        }

        @keyframes pulse {
            0% {
                transform: translate(-50%, -50%) scale(1);
                opacity: 0.6;
            }

            50% {
                transform: translate(-50%, -50%) scale(1.3);
                opacity: 0;
            }

            100% {
                transform: translate(-50%, -50%) scale(1);
                opacity: 0.6;
            }
        }

        @keyframes fallForward {
            0% {
                opacity: 0.8;
                transform: translate(-50%, var(--y)) scale(1) rotateX(0deg);
            }

            50% {
                opacity: 0.4;
                transform: translate(-50%, var(--y)) rotateX(-45deg) scale(0.95);
            }

            100% {
                opacity: 0;
                transform: translate(-50%, var(--y)) rotateX(-90deg) scale(0.9);
            }
        }

        @keyframes rotation {
            from {
                transform: rotate(0deg);
            }

            to {
                transform: rotate(360deg);
            }
        }

        @keyframes gradient-fade {
            from {
                transform: translate(10%, -10%) rotate(0deg);
            }

            to {
                transform: translate(50%, -50%) rotate(360deg);
            }
        }

        @keyframes gradient-fade-alt {
            from {
                transform: translate(-20%, 20%) rotate(0deg);
            }

            to {
                transform: translate(-60%, 60%) rotate(360deg);
            }
        }

        .color {
            right: 0;
            left: 0;
            z-index: 1030;
            background: transparent !important;
            border-color: transparent !important;
        }

        * {
            box-sizing: border-box;

            &::before,
            &::after {
                box-sizing: border-box;
            }
        }

        .accordion {
            .accordion-item {
                border-bottom: 1px solid #424949;

                button[aria-expanded='true'] {
                    border-bottom: 1px solid #957AFB;
                }
            }

            button {
                position: relative;
                display: block;
                text-align: left;
                width: 100%;
                padding: 1em 0;
                color: #424949;
                font-weight: 400;
                border: none;
                background: none;
                outline: none;

                .accordion-title {
                    padding: 1em 1.5em 1em 0;
                    font-size: 12px;
                    font-weight: bold;
                }

                .icon {
                    display: inline-block;
                    position: absolute;
                    top: 10px;
                    right: 0;
                    width: 22px;
                    height: 22px;
                    border: 1px solid;
                    border-radius: 22px;

                    &::before {
                        display: block;
                        position: absolute;
                        content: '';
                        top: 9px;
                        left: 5px;
                        width: 10px;
                        height: 2px;
                        background: currentColor;
                    }

                    &::after {
                        display: block;
                        position: absolute;
                        content: '';
                        top: 5px;
                        left: 9px;
                        width: 2px;
                        height: 10px;
                        background: currentColor;
                    }
                }
            }

            button[aria-expanded='true'] {
                color: #957AFB;

                .icon {
                    &::after {
                        width: 0;
                    }
                }

                +.accordion-content {
                    opacity: 1;
                    max-height: 9em;
                    transition: all 200ms linear;
                    will-change: opacity, max-height;
                }
            }

            .accordion-content {
                opacity: 0;
                max-height: 0;
                overflow: hidden;
                transition: opacity 200ms linear, max-height 200ms linear;
                will-change: opacity, max-height;

                p {
                    font-size: 10px;
                    font-weight: 300;
                    margin: 2em 0;
                }
            }
        }
    }

    @media screen and (max-width: 360px) and (min-width: 359px) {}

    @media screen and (max-width: 375px) and (min-width: 374px) {}

    @media screen and (max-width: 384px) and (min-width: 383px) {}

    @media screen and (max-width: 390px) and (min-width: 389px) {}

    @media screen and (max-width: 414px) and (min-width: 413px) {}

    @media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {}

    @media screen and (max-width: 429px) and (min-width: 428px) {}

    @keyframes heroPulse {

        0%,
        100% {
            transform: scale(1);
            filter: brightness(1) drop-shadow(0 0 20px rgba(149, 122, 251, 0.3));
        }

        50% {
            transform: scale(1.05);
            filter: brightness(1.1) drop-shadow(0 0 30px rgba(149, 122, 251, 0.6));
        }
    }

    @keyframes flotar {
        0% {
            transform: translateY(0px);
        }

        50% {
            transform: translateY(-15px);
        }

        100% {
            transform: translateY(0px);
        }
    }

    @media (max-width: 768px) {}



    /* ==========================================================================
   TESTIMONIALS SECTION (DESKTOP)
   ========================================================================== */

    .opinions-desktop-wrapper {
        text-align: center;
        background: #fff;
        padding: 5em 0em 15em 0em;
    }

    .hero-exclusive {
            text-align: center;
            background: #fff;
            padding: 15em 0em 5em 0em;
    }

    /* Ancla “volver arriba”: respeta navbar fijo (padding-top del body en top_index_home.php) */
    #fw-page-top {
        scroll-margin-top: 80px;
    }

    body.navbar-scrolled #fw-page-top {
        scroll-margin-top: 80px;
    }

    .no-pad-left {
        padding-left: 0;
    }

    .opinions-header-margin {
        margin-bottom: 2em;
    }

    .opinions-main-title {
        color: #957AFB;
        font-size: 35px;
        font-weight: bold;
    }

    .opinions-hr-margin {
        margin-bottom: 4em;
    }

    .opinions-primary-hr {
        background: #957AFB;
        height: 3px;
        width: 20%;
        margin: 0 auto;
    }

    .testimonial-card {
        border: 1px solid #cacaca;
        border-radius: 300px;
        width: 300px;
        height: 300px;
        background: #fff;
        color: #000;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
        align-content: center;
    }

    .testimonial-quote-text {
        font-size: 13px;
        line-height: 1.6;
        padding: 0 20px;
    }

    .testimonial-avatar-col {
        text-align: right;
        padding: 0 !important;
        width: auto !important;
        float: none !important;
    }

    .testimonial-avatar-col img {
        width: 45px !important;
        height: 45px !important;
        border-radius: 50%;
        object-fit: cover;
    }

    .testimonial-author-col {
        text-align: left;
        padding: 0 !important;
        width: auto !important;
        float: none !important;
    }

    .testimonial-author-name {
        font-size: 13px;
    }

    .testimonial-author-role {
        color: #808080;
        font-size: 12px;
    }

    /* Modifier classes for icon & profile spacing */
    .quote-icon-wrap {
        margin-bottom: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .quote-icon-wrap img {
        max-height: 40px !important;
        width: auto !important;
        object-fit: contain;
    }

    .m-b-20 {
        margin-bottom: 20px;
    }

    .m-b-35 {
        margin-bottom: 35px;
    }

    .m-t-10 {
        margin-top: 10px;
    }

    .m-b-15 {
        margin-bottom: 15px;
    }

    .profile-block-wrap {
        margin-top: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 12px;
    }

    .m-t-15 {
        margin-top: 15px;
    }

    /* Modifier classes for image widths to preserve original layout */
    .img-w-8 {
        width: 8%;
    }

    .img-w-14 {
        width: 14%;
    }

    .img-w-15 {
        width: 15%;
    }

    .img-w-16 {
        width: 16%;
    }

    .img-w-19 {
        width: 19%;
    }

    .img-w-20 {
        width: 20%;
    }

    .img-w-23 {
        width: 23%;
    }

    .img-w-24 {
        width: 24%;
    }

    .img-w-25 {
        width: 25%;
    }

    /* ==========================================================================
   TESTIMONIALS SECTION (MOBILE)
   ========================================================================== */

    .opinions-mobile-wrapper {
        text-align: center;
        background: #fff;
        padding: 6em 1em;
        padding-top: 5em;
    }

    .opinions-mobile-title {
        color: #957AFB;
        font-size: 25px;
    }

    .opinions-mobile-hr {
        background: #957AFB;
        height: 3px;
        width: 40%;
    }

    .mobile-carousel-container {
        min-height: 252px;
    }

    .mobile-carousel-arrow-col {
        padding: 0;
        font-size: 30px;
        color: #957AFB;
    }

    .mobile-carousel-btn {
        border: none;
        background: none;
    }

    .mobile-carousel-img-wrap {
        padding: 0;
        text-align: center;
        margin-top: 0em;
    }

    .mobile-carousel-img {
        width: 100%;
        border: 1px solid #c7c7c7;
        border-radius: 17px;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    }

    /* ==========================================================================
   FAQ SECTION (DESKTOP & MOBILE)
   ========================================================================== */

    .faq-desktop-wrapper {
        padding: 2em;
        padding-top: 0;
    }

    .faq-container {
        margin-top: 6em;
        margin-bottom: 6em;
    }

    .faq-header-col {
        text-align: center;
        padding: 0;
    }

    .faq-pre-title {
        font-weight: bold;
        color: #8C8C8C;
        font-size: 16px;
    }

    .faq-pre-title-mobile {
        font-weight: bold;
        color: #8C8C8C;
        font-size: 14px;
    }

    .faq-accordion-col {
        margin-top: 4em;
        padding: 0;
    }

    .faq-mobile-wrapper {
        position: relative;
        padding-top: 2%;
        padding-bottom: 10%;
        padding: 0;
    }

    .faq-mobile-wrapper-alt {
        padding: 3em;
    }

    /* ==========================================================================
   MOBILE TESTIMONIALS (SECTION 2 REMAINING)
   ========================================================================== */

    .mobile-testimonial-wrapper {
        position: relative;
        background-color: #fff;
        margin: 0px !important;
        padding: 0em 0em 5em 0em;
    }

    .mobile-testimonial-header-col {
        text-align: center;
        margin-top: 5em;
    }

    .mobile-testimonial-title {
        color: #957AFB;
        font-weight: bold;
        font-size: 18px;
    }

    .m-t-2-em {
        margin-top: 2em;
    }

    .carousel-nav-col {
        height: 227px;
        align-content: center;
    }

    .carousel-prev-btn {
        border: 1px solid transparent;
        background: transparent;
        padding-left: 0;
        position: relative;
        left: 23px;
        z-index: 2;
    }

    .w-100 {
        width: 100%;
    }

    .carousel-nav-flex-col {
        height: 227px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px;
    }

    .carousel-next-btn {
        border: 1px solid transparent;
        background: transparent;
        position: relative;
        right: 32px;
    }

    /* ==========================================================================
   FAQ DESKTOP (SECTION 2 REMAINING)
   ========================================================================== */

    .faq-desktop-outer-wrapper {
        position: relative;
        padding-top: 2%;
        padding-bottom: 10%;
        padding: 0;
        background-color: #fff;
    }

    .text-center {
        text-align: center;
    }

    .faq-main-title {
        font-weight: bold;
        color: #8C8C8C;
        font-size: 32px;
    }

    .m-t-4-em {
        margin-top: 4em;
    }


    /* ==========================================================================
   SUNDAY STYLE HERO SECTION
   ========================================================================== */

    .hero-section-premium {
        font-family: 'Inter', sans-serif;
        background-color: #ffffff;
    }

    /* Dashboard + glass cards: mismo recorte redondeado (cards no sobresalen del bloque) */
    .hero-dashboard-stage {
        isolation: isolate;
        border-radius: 24px;
        overflow: hidden;
    }

    @media screen and (max-width: 767px) {
        .hero-dashboard-stage {
            border-radius: 18px;
        }
    }

    @media screen and (min-width: 1024px) {
        .hero-section-premium h1,
        .hero-section-premium p {
            text-align: left !important;
        }
    }

    .tracking-tighter-custom {
        letter-spacing: -0.04em;
    }

    .leading-tighter-custom {
        line-height: 1.02;
    }

    @keyframes infinite-scroll {
        from {
            transform: translateX(0);
        }

        to {
            transform: translateX(-50%);
        }
    }

    .animate-infinite-scroll {
        animation: infinite-scroll 25s linear infinite;
    }

    /* Navbar Override exclusivo para Index */
    body .navbar.scrolled {
        background: transparent !important;
    }

    /* ==========================================================================
       SOLUTIONS DARK SECTION (IMPORTED FROM IMPORT_OS)
       ========================================================================== */

    .hide-scrollbar {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .hide-scrollbar::-webkit-scrollbar {
        display: none;
    }

    @keyframes flowLine {
        0% {
            stroke-dashoffset: 600;
        }

        100% {
            stroke-dashoffset: -600;
        }
    }

    .animate-flow {
        stroke-dasharray: 600;
        animation: flowLine 10s linear infinite;
    }

    .card-fade-bottom::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 30%;
        background: linear-gradient(to bottom, transparent, #151515);
        pointer-events: none;
    }

    .font-feature-tighter {
        letter-spacing: -0.01em;
        line-height: 1.2;
    }

    /* Comparativa ANTES / CON fiweex (index_v2) — píldora con divisor */
    .fiweex-comparison-banner {
        width: 100%;
        max-width: 950px;
        font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
        color: #ffffff;
    }

    .fiweex-comparison-banner__container {
        display: flex;
        align-items: center;
        border: 1px solid rgba(255, 255, 255, 0.25);
        border-radius: 9999px;
        padding: 35px 80px;
        background-color: #000000;
        width: 100%;
        box-sizing: border-box;
        position: relative;
        overflow: hidden;
    }

    .fiweex-comparison-banner__column {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        min-width: 0;
    }

    .fiweex-comparison-banner__divider {
        width: 1px;
        height: 180px;
        flex-shrink: 0;
        background-color: rgba(255, 255, 255, 0.25);
        margin: 0 40px;
    }

    .fiweex-comparison-banner__title {
        margin: 0 0 24px 0;
        font-size: 4rem;
        font-weight: 800;
        letter-spacing: -0.02em;
        line-height: 1.1;
    }

    .fiweex-comparison-banner__title--antes {
        color: #ffffff;
    }

    .fiweex-comparison-banner__title--con {
        display: flex;
        align-items: stretch;
        justify-content: center;
        gap: 10px;
        color: #9b72ff;
        line-height: 1;
    }

    .fiweex-comparison-banner__title-lead {
        flex-shrink: 0;
        line-height: 1;
        display: flex;
        align-items: center;
    }

    .fiweex-comparison-banner__brand {
        display: flex;
        align-items: center;
        line-height: 0;
        flex-shrink: 0;
    }

    .fiweex-comparison-banner__logo {
        display: block;
        height: 5rem;
        width: auto;
        max-width: min(200px, 45vw);
        object-fit: contain;
        object-position: center center;
        margin-top: -15px;
    }

    .fiweex-comparison-banner__list {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        width: 100%;
        max-width: 320px;
    }

    .fiweex-comparison-banner__list li {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 12px;
        font-size: 1.6rem;
        font-weight: 400;
        color: #f3f4f6;
        line-height: 1.35;
        text-align: center;
    }

    .fiweex-comparison-banner__copy {
        display: inline;
    }

    .fiweex-comparison-banner__highlight {
        font-weight: 700;
        font-style: italic;
        padding-inline: 0.12em;
    }

    .fiweex-comparison-banner__icon {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        flex-shrink: 0;
        font-size: 12px;
        font-weight: bold;
    }

    .fiweex-comparison-banner__icon--cross {
        background-color: #888888;
        color: #000000;
    }

    .fiweex-comparison-banner__icon--check {
        background-color: #9b72ff;
        color: #ffffff;
    }

    @media (max-width: 768px) {
        .fiweex-comparison-banner__container {
            flex-direction: column;
            border-radius: 32px;
            padding: 36px 28px;
        }

        .fiweex-comparison-banner__divider {
            width: 100%;
            max-width: 200px;
            height: 1px;
            margin: 28px 0;
        }

        .fiweex-comparison-banner__title {
            font-size: clamp(1.75rem, 8vw, 2.25rem);
            margin-bottom: 18px;
            text-align: center;
        }

        .fiweex-comparison-banner__list {
            max-width: none;
        }
    }

    /* ==========================================================================
       SOLUTIONS COMPARISON GRID (ANTES vs CON FIWEEX)
       ========================================================================== */

    .solutions-comparison-grid {
        display: grid;
        grid-template-columns: auto 1fr auto;
        align-items: stretch;
        gap: 0 2rem;
        max-width: 1100px;
        margin: 0 auto;
    }

    /* Left column — aligns "ANTES" to the top (matches SVG start at y=30) */
    .solutions-col-left {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        padding-top: 0;
    }

    .solutions-before-title {
        font-size: 2rem;
        font-weight: 500;
        letter-spacing: -0.02em;
        color: #ffffff;
        margin-bottom: 1rem;
    }

    /* Right column — pushed down to match SVG endpoint at y=130 out of 160px (≈81%) */
    .solutions-col-right {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        text-align: right;
        /* SVG is 160px; y=130 means the dot is 81% from top. 
           We push the right col down by roughly (130/160 * 160px) - title height */
        padding-top: 80px;
    }

    .solutions-now-label {
        font-size: 0.75rem;
        font-weight: 600;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: #6b7280;
        margin-bottom: 0.35rem;
        display: block;
    }

    .solutions-after-title {
        font-size: 2.4rem;
        font-weight: 600;
        letter-spacing: -0.02em;
        background: linear-gradient(90deg, #60a5fa, #a78bfa);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        margin-bottom: 1rem;
        line-height: 1.1;
    }

    .solutions-list {
        list-style: none;
        padding: 0;
        margin: 0;
        font-size: 0.95rem;
        line-height: 1.9;
    }

    .solutions-list-before {
        color: #6b7280;
        text-align: left;
    }

    .solutions-list-after {
        color: #d1d5db;
        text-align: right;
    }

    @media (max-width: 767px) {
        .solutions-comparison-grid {
            grid-template-columns: 1fr;
            gap: 2rem 0;
        }

        .solutions-col-right {
            padding-top: 0;
            align-items: flex-start;
            text-align: left;
        }

        .solutions-list-after {
            text-align: left;
        }
    }
    /* ==========================================================================
       SOLUTIONS MARQUEE CAROUSEL (Infinite Scroll)
       ========================================================================== */

    .solutions-marquee-container {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        position: relative;
        cursor: grab;
        touch-action: pan-x;
        overscroll-behavior-x: contain;
        scrollbar-width: none;
        -ms-overflow-style: none;
        mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
        -webkit-mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
    }

    .solutions-marquee-container::-webkit-scrollbar {
        display: none;
    }

    .solutions-marquee-container--dragging {
        cursor: grabbing;
        user-select: none;
    }

    .solutions-marquee-container--dragging .solutions-card {
        pointer-events: none;
    }

    .solutions-marquee-track {
        display: flex;
        width: max-content;
        align-items: center;
        padding: 20px 0;
    }

    .solutions-card {
        flex-shrink: 0;
        width: 340px;
        height: 480px;
        background: #151515;
        border-radius: 2rem;
        padding: 2.5rem;
        margin: 0 1rem;
        display: flex;
        flex-direction: column;
        position: relative;
        overflow: hidden;
        border: 1px solid rgba(255, 255, 255, 0.05);
        transition: transform 0.3s ease, border-color 0.3s ease;
        white-space: normal;
    }

    .solutions-card:hover {
        transform: scale(1.05);
        border-color: rgba(255, 255, 255, 0.12);
        z-index: 10;
    }

    .solutions-card-text {
        text-align: center;
        position: relative;
        z-index: 2;
        margin-bottom: 1.5rem;
    }

    .solutions-card-text h3 {
        font-size: 1.75rem;
        font-weight: 500;
        color: #ffffff;
        margin: 0 0 0.75rem 0;
        letter-spacing: -0.02em;
    }

    .solutions-card-text p {
        font-size: 1.2rem;
        color: #9ca3af;
        line-height: 1.6;
        margin: 0;
        padding: 0 0.5rem;
    }

    .solutions-card-mockup {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 85%;
        height: 55%;
        background: #252525;
        border-radius: 1.25rem 1.25rem 0 0;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        border-left: 1px solid rgba(255, 255, 255, 0.08);
        border-right: 1px solid rgba(255, 255, 255, 0.08);
        overflow: hidden;
        box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.4);
    }

    .solutions-card-mockup img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0.3;
        transition: opacity 0.3s ease;
    }

    .solutions-card:hover .solutions-card-mockup img {
        opacity: 0.5;
    }

    /* Gradient fade at bottom of each card */
    .solutions-card::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 25%;
        background: linear-gradient(to bottom, transparent, #151515);
        pointer-events: none;
        z-index: 1;
        border-radius: 0 0 2rem 2rem;
    }

    @media (max-width: 767px) {
        .solutions-card {
            width: 260px;
            height: 400px;
        }
        .solutions-card-text h3 {
            font-size: 1.4rem;
        }
        .solutions-card-text p {
            font-size: 0.85rem;
        }
    }

    /* Card background variants — shared base (all images are 2499x4407) */
    .solutions-card--wifi,
    .solutions-card--carta,
    .solutions-card--reservas,
    .solutions-card--campanhas,
    .solutions-card--agenda,
    .solutions-card--studio,
    .solutions-card--catalogo,
    .solutions-card--chats {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-color: #050505;
        border: none !important;
        width: 272px;
        border-radius: 1.5rem;
    }

    .solutions-card--wifi::after,
    .solutions-card--carta::after,
    .solutions-card--reservas::after,
    .solutions-card--campanhas::after,
    .solutions-card--agenda::after,
    .solutions-card--studio::after,
    .solutions-card--catalogo::after,
    .solutions-card--chats::after {
        display: none;
    }

    .solutions-card--wifi { background-image: url('/page_18/img/index/wifi.webp'); }
    .solutions-card--carta { background-image: url('/page_18/img/index/carta_digital.webp'); }
    .solutions-card--reservas { background-image: url('/page_18/img/index/reservas.webp'); }
    .solutions-card--campanhas { background-image: url('/page_18/img/index/campanhas.webp'); }
    .solutions-card--agenda { background-image: url('/page_18/img/index/agenda.webp'); }
    .solutions-card--studio { background-image: url('/page_18/img/index/studio.webp'); }
    .solutions-card--catalogo { background-image: url('/page_18/img/index/catalogo_whatsapp.webp'); }
    .solutions-card--chats { background-image: url('/page_18/img/index/chat.webp'); }


    /* ==========================================================================
       TRUSTED BRANDS SECTION
       ========================================================================== */

    .trusted-brands-wrapper {
        background: #fff;
        padding: 15em 0 8em 0;
    }

    .trusted-brands-section {
        color: #1c1c1c;
        overflow: hidden;
    }

    .trusted-brands-header {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 40px;
        flex-wrap: wrap;
        margin-bottom: 15em;
    }

    .trusted-brands-header-left {
        max-width: 520px;
    }

    .trusted-brands-eyebrow {
        font-family: 'touche', sans-serif;
        font-size: 30px;
        font-weight: 500;
        color: #7c6af7;
        text-transform: uppercase;
        display: inline-block;
        position: relative;
    }

    .trusted-brands-eyebrow::after {
        display: none;
    }

    @keyframes trusted-brands-underline-in {
        to {
            width: 100%;
        }
    }

    .trusted-brands-main-title {
        font-family: 'touche', sans-serif;
        font-size: clamp(28px, 4vw, 42px);
        font-weight: 700;
        color: #1c1c1c;
        line-height: 1.15;
        letter-spacing: -0.02em;
        margin: 0;
    }

    .trusted-brands-header-right {
        max-width: 400px;
        padding-top: 4px;
    }

    .trusted-brands-subtitle {
        font-family: 'touche', sans-serif;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0.08em;
        color: #666;
        text-transform: uppercase;
        margin-bottom: 10px;
        line-height: 1.5;
    }

    .trusted-brands-flags {
        display: flex;
        flex-wrap: wrap;
        gap: 4px;
        font-size: 18px;
    }

    .trusted-brands-flag {
        display: inline-block;
        transition: transform 0.2s ease;
        cursor: default;
    }

    .trusted-brands-flag:hover {
        transform: scale(1.3);
    }

    .trusted-brands-divider {
        display: none;
    }

    @keyframes trusted-brands-divider-expand {
        to {
            transform: scaleX(1);
        }
    }

    .trusted-brands-carousel-wrapper {
        position: relative;
        margin-bottom: 36px;
        overflow: hidden;
    }

    .trusted-brands-carousel-track {
        display: flex;
        align-items: center;
        width: max-content;
        gap: 0;
        will-change: transform;
    }

    .trusted-brands-row-1 {
        animation: trusted-brands-scroll-left 35s linear infinite;
    }

    .trusted-brands-row-2 {
        animation: trusted-brands-scroll-right 40s linear infinite;
    }

    @keyframes trusted-brands-scroll-left {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-50%);
        }
    }

    @keyframes trusted-brands-scroll-right {
        0% {
            transform: translateX(-50%);
        }

        100% {
            transform: translateX(0);
        }
    }

    .trusted-brands-carousel-wrapper:hover .trusted-brands-carousel-track {
        animation-play-state: paused;
    }

    .trusted-brands-logo-item {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 52px;
        height: 90px;
        flex-shrink: 0;
        position: relative;
    }

    .trusted-brands-logo-item::after {
        content: '';
        position: absolute;
        right: 0;
        top: 25%;
        height: 50%;
        width: 1px;
        background: #ececec;
    }

    .trusted-brands-logo-image {
        height: 120px;
        width: auto;
        max-width: 150px;
        filter: grayscale(100%) opacity(0.45);
        transition: filter 0.35s ease, transform 0.35s ease;
        cursor: pointer;
        object-fit: contain;
    }

    .trusted-brands-logo-item:hover .trusted-brands-logo-image {
        filter: grayscale(0%) opacity(1);
        transform: scale(1.08);
    }

    .trusted-brands-fade-left {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 120px;
        background: linear-gradient(to right, #fff, transparent);
        pointer-events: none;
        z-index: 2;
    }

    .trusted-brands-fade-right {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 120px;
        background: linear-gradient(to left, #fff, transparent);
        pointer-events: none;
        z-index: 2;
    }

    .trusted-brands-subline {
        display: block;
        font-size: 10px;
        font-weight: 400;
        letter-spacing: 0.05em;
        opacity: 0.6;
    }

    @media screen and (max-width: 992px) {
        .trusted-brands-wrapper {
            padding: 6em 0;
        }

        .trusted-brands-logo-item {
            padding: 0 30px;
            height: 80px;
        }

        .trusted-brands-logo-text {
            font-size: 16px;
        }
    }

    /* ==========================================================================
       SOLUCIONES POR RUBRO SECTION
       ========================================================================== */

    .soluciones-rubro-wrapper {
        background: #0a0a0f;
        padding: 56px 0 64px;
    }

    .soluciones-rubro-wrapper .container {
        max-width: 1200px;
    }

    .soluciones-head {
        text-align: center;
        margin-bottom: 52px;
    }

    .soluciones-head h2 {
        font-family: 'touche', sans-serif;
        font-size: clamp(24px, 4vw, 42px);
        font-weight: 700;
        color: #fff;
        letter-spacing: -0.02em;
        line-height: 1.2;
        margin-bottom: 12px;
    }

    .soluciones-head h2 span {
        color: #957AFB;
    }

    .soluciones-head p {
        font-family: 'touche', sans-serif;
        font-size: 15px;
        color: #fff;
        font-style: italic;
    }

    .soluciones-main {
        display: flex;
        flex-direction: column;
        gap: 24px;
        align-items: stretch;
    }

    .soluciones-dock-outer {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        z-index: 2;
        padding: 20px 0 6px 0;
    }

    .soluciones-dock-shelf {
        width: min(93%, 580px);
        max-width: 100%;
        height: 13px;
        border-radius: 0 0 28px 28px;
        margin: 0 auto;
        margin-top: -4px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
        box-shadow: 0 10px 28px rgba(0, 0, 0, 0.4);
        transform: scaleX(0.55) scaleY(0.6);
        transform-origin: 50% 0;
    }

    .soluciones-dock-surface {
        position: relative;
        max-width: 100%;
        padding: 12px 20px 9px;
        background: linear-gradient(180deg, rgba(50, 50, 60, 0.72) 0%, rgba(22, 22, 30, 0.78) 100%);
        -webkit-backdrop-filter: blur(20px) saturate(180%);
        backdrop-filter: blur(20px) saturate(180%);
        border-radius: 26px;
        border: 0.5px solid rgba(255, 255, 255, 0.2);
        box-shadow:
            0 0 0 0.5px rgba(0, 0, 0, 0.35) inset,
            0 8px 24px rgba(0, 0, 0, 0.45),
            0 1px 0 rgba(255, 255, 255, 0.1) inset;
    }

    .soluciones-sidebar,
    .soluciones-dock {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-end;
        gap: 0 10px;
        min-width: 0;
        min-height: 1px;
    }

    .soluciones-dock-item {
        display: flex;
        flex: 0 0 auto;
        align-items: flex-end;
        justify-content: center;
        min-width: 60px;
        box-sizing: border-box;
        will-change: width;
    }

    .soluciones-dock--magnify .soluciones-dock-item:hover,
    .soluciones-dock--magnify .soluciones-dock-item:focus-within {
        z-index: 2;
    }

    .soluciones-sidebar {
        background: none;
        border: none;
        border-radius: 0;
    }

    .soluciones-dock-outer,
    .soluciones-dock-surface {
        overflow: visible;
    }

    @supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
        .soluciones-dock-surface {
            background: rgba(28, 28, 36, 0.95);
        }
    }

    .soluciones-rubro-btn {
        --dock-scale: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        width: auto;
        min-width: 0;
        padding: 0 0 2px;
        background: none;
        border: none;
        border-radius: 0;
        cursor: pointer;
        color: #fff;
        text-align: center;
        position: relative;
        transform: scale(var(--dock-scale));
        transform-origin: 50% 100%;
        touch-action: manipulation;
        -webkit-tap-highlight-color: transparent;
        margin: 0;
        transition: transform 0.4s cubic-bezier(0.25, 0.85, 0.2, 1.12);
    }

    .soluciones-dock--magnify .soluciones-rubro-btn {
        transition: transform 0.1s ease-out;
    }

    @keyframes soluciones-dock-bounce {
        0%, 100% { transform: translateY(0); }
        20%      { transform: translateY(-3px); }
        50%      { transform: translateY(0); }
        75%      { transform: translateY(-2px); }
    }

    .soluciones-rubro-btn:active .soluciones-rubro-icon {
        animation: soluciones-dock-bounce 0.5s ease-out;
    }

    .soluciones-rubro-dock-label {
        position: absolute;
        bottom: calc(100% + 18px);
        left: 50%;
        transform: translateX(-50%) translateY(4px) scale(0.96);
        max-width: 240px;
        font-family: 'touche', sans-serif;
        font-size: 13px;
        font-weight: 600;
        line-height: 1.2;
        letter-spacing: 0.02em;
        color: #fff;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.65);
        white-space: nowrap;
        pointer-events: none;
        z-index: 3;
        opacity: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1px, rgba(40, 40, 50, 0.92) 1px, rgba(40, 40, 50, 0.88) 100%);
        -webkit-backdrop-filter: blur(6px);
        backdrop-filter: blur(6px);
        padding: 3px 9px 4px;
        border-radius: 4px;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    }

    .soluciones-rubro-dock-label::after {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid rgba(40, 40, 50, 0.85);
        transform: translateX(-50%);
    }

    .soluciones-rubro-btn:hover .soluciones-rubro-dock-label,
    .soluciones-rubro-btn:focus-visible .soluciones-rubro-dock-label {
        opacity: 1;
        transform: translateX(-50%) translateY(0) scale(1);
        transition: opacity 0.1s ease, transform 0.18s cubic-bezier(0.2, 0.85, 0.2, 1.05);
    }

    .soluciones-rubro-icon {
        position: relative;
        width: 52px;
        height: 52px;
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        /* Capa sólida debajo del gradiente para no ver el glass del dock a través del icono al hacer hover/scale */
        background:
            linear-gradient(160deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.05) 45%, rgba(0, 0, 0, 0.08) 100%),
            #2a2a35;
        box-shadow: 0 0 0 0.5px rgba(0, 0, 0, 0.45) inset, 0 1px 0 rgba(255, 255, 255, 0.12) inset, 0 4px 8px rgba(0, 0, 0, 0.25);
        flex-shrink: 0;
    }

    .soluciones-rubro-icon::after {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: inherit;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, transparent 50%);
        opacity: 0.4;
        pointer-events: none;
    }

    .soluciones-rubro-icon svg {
        position: relative;
        z-index: 1;
        width: 26px;
        height: 26px;
    }

    .soluciones-rubro-btn:hover .soluciones-rubro-icon {
        box-shadow: 0 0 0 0.5px rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 6px 12px rgba(0, 0, 0, 0.35);
    }

    .soluciones-rubro-btn.active .soluciones-rubro-icon {
        background:
            linear-gradient(160deg, rgba(149, 122, 251, 0.5) 0%, rgba(149, 122, 251, 0.2) 50%, rgba(40, 28, 80, 0.55) 100%),
            #352850;
        box-shadow: 0 0 0 0.5px rgba(180, 160, 255, 0.45) inset, 0 0 0 1px rgba(180, 160, 255, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 0.25) inset, 0 6px 12px rgba(0, 0, 0, 0.35);
    }

    .soluciones-rubro-btn.active::after {
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 6px;
        height: 6px;
        border-radius: 50%;
        bottom: -2px;
        background: #fff;
        box-shadow: 0 0 0 0.5px rgba(0, 0, 0, 0.45);
    }

    @media (prefers-reduced-motion: reduce) {
        .soluciones-rubro-btn {
            transition: transform 0.2s ease;
        }

        .soluciones-rubro-btn:active .soluciones-rubro-icon {
            animation: none;
        }
    }

    .soluciones-right-panel {
        display: grid;
        grid-template-columns: minmax(260px, 1fr) minmax(260px, 1.12fr);
        gap: 20px 28px;
        align-items: start;
        min-height: 75vh;
    }

    .soluciones-products-column,
    .soluciones-preview-column {
        min-width: 0;
    }

    .soluciones-preview-column {
        display: flex;
        flex-direction: column;
        min-height: 65vh;
        max-width: min(100%, 640px);
    }

    .soluciones-products-grid {
        display: flex;
        flex-direction: column;
        gap: 10px;
        min-height: 80px;
    }

    .soluciones-prod-card {
        background: #13131a;
        border: 0.5px solid rgba(255, 255, 255, 0.07);
        border-radius: 14px;
        padding: 12px 14px;
        display: grid;
        grid-template-columns: 36px 1fr;
        align-items: center;
        column-gap: 12px;
        cursor: pointer;
        transition: all 0.3s cubic-bezier(.34, 1.56, .64, 1);
        transform: scale(1);
        opacity: 0;
        animation: soluciones-cardIn 0.4s forwards;
    }

    .soluciones-prod-card:hover {
        background: #1a1a24;
        border-color: rgba(149, 122, 251, 0.45);
        transform: translateY(-3px) scale(1.02);
        box-shadow: 0 10px 36px rgba(149, 122, 251, 0.32), 0 4px 14px rgba(149, 122, 251, 0.18);
    }

    .soluciones-prod-card.selected {
        background: rgba(149, 122, 251, 0.14);
        border-color: #957AFB;
        transform: translateY(-3px) scale(1.03);
        box-shadow: 0 0 0 1px rgba(149, 122, 251, 0.35), 0 12px 40px rgba(149, 122, 251, 0.28), 0 6px 18px rgba(149, 122, 251, 0.15);
    }

    .soluciones-prod-copy {
        min-width: 0;
    }

    .soluciones-prod-card h3 {
        font-family: 'touche', sans-serif;
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        margin-bottom: 4px;
        line-height: 1.3;
    }

    .soluciones-prod-card p {
        font-family: 'touche', sans-serif;
        font-size: 13px;
        color: rgba(255, 255, 255, 0.4);
        line-height: 1.5;
        font-style: italic;
        margin: 0;
    }

    .soluciones-prod-icon {
        width: 36px;
        height: 36px;
        border-radius: 9px;
        background: rgba(149, 122, 251, 0.2);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 17px;
        margin-bottom: 0;
    }

    @keyframes soluciones-cardIn {
        from {
            opacity: 0;
            transform: translateY(14px) scale(0.96);
        }
        to {
            opacity: 1;
            transform: translateY(0) scale(1);
        }
    }

    .soluciones-preview-area {
        border-radius: 20px;
        overflow: hidden;
        flex: 1;
        min-height: 0;
        min-width: 0;
        width: 100%;
        max-width: 100%;
        position: relative;
        background: #0a0a0f;
        padding: 10px 0 0px 0;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
    }

    .soluciones-preview-carousel {
        display: flex;
        flex-direction: column;
        flex: 1;
        min-height: 0;
        min-width: 0;
        width: 100%;
        max-width: 100%;
        height: 100%;
        box-sizing: border-box;
    }

    .soluciones-preview-carousel-inner {
        display: flex;
        flex-direction: column;
        flex: 1;
        min-height: 0;
        min-width: 0;
        width: 100%;
        max-width: 100%;
        padding: 0;
        box-sizing: border-box;
        justify-content: flex-start;
    }

    /* Indicadores: en flujo, ~15px debajo de .cell-media (hermano posterior a .soluciones-img-cell) */
    .soluciones-carousel-slide:not(.is-active) .soluciones-carousel-bars {
        visibility: hidden;
    }

    .soluciones-carousel-slide .soluciones-carousel-bars {
        display: flex !important;
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        transform: none;
        justify-content: center;
        align-items: center;
        align-self: center;
        gap: 6px;
        margin: 15px 0 0;
        flex-shrink: 0;
        width: auto !important;
        max-width: calc(100% - 24px);
        z-index: 6;
        pointer-events: auto;
        box-sizing: border-box;
    }

    .soluciones-carousel-slide .soluciones-carousel-bars .swiper-pagination-bullet {
        position: relative;
        width: 12px;
        height: 12px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.18);
        opacity: 1;
        overflow: hidden;
        transition: width 0.35s ease, background 0.35s ease;
        flex-shrink: 0;
        margin: 0 !important;
        cursor: pointer;
    }

    .soluciones-carousel-slide .soluciones-carousel-bars .swiper-pagination-bullet-active {
        width: 48px;
        background: rgba(255, 255, 255, 0.14);
    }

    .soluciones-carousel-slide .soluciones-carousel-bars .dot-fill {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 0%;
        background: #fff;
        border-radius: inherit;
    }

    .soluciones-carousel-slide .soluciones-carousel-bars .swiper-pagination-bullet-active .dot-fill {
        animation: dot-progress-fill 3s linear forwards;
    }

    .soluciones-carousel-slide .soluciones-carousel-bars .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) .dot-fill {
        animation: none;
        width: 0%;
    }

    .soluciones-preview-carousel.is-paused .soluciones-carousel-bars .dot-fill {
        animation-play-state: paused !important;
    }

    .soluciones-carousel-stage {
        position: relative;
        flex: 1;
        min-height: clamp(200px, 36vh, 480px);
        min-width: 0;
        width: 100%;
        max-width: 100%;
        padding: 0;
        box-sizing: border-box;
    }

    .soluciones-carousel-slide {
        position: absolute;
        top: 10px;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 0;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.4s ease;
        overflow: auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
    }

    .soluciones-carousel-slide.is-active {
        opacity: 1;
        pointer-events: auto;
        z-index: 1;
    }

    .soluciones-carousel-slide .soluciones-img-cell {
        min-height: 0;
        height: auto;
        flex: 0 0 auto;
        max-height: none;
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        flex-shrink: 0;
        align-self: stretch;
        box-sizing: border-box;
    }

    /* Sin caja 4:5 forzada: en desktop el ancho grande + aspect-ratio dejaba mucho vacío bajo la imagen y los dots */
    .soluciones-carousel-slide .soluciones-img-cell.has-image .cell-media {
        width: 100%;
        max-width: 100%;
        flex: 0 0 auto;
        height: auto;
        aspect-ratio: auto;
        max-height: none;
    }

    .soluciones-carousel-slide .soluciones-img-cell.has-image .cell-media .cell-img {
        width: 100%;
        height: auto;
        max-height: min(calc(75vh - 220px), 620px);
        object-fit: contain;
        object-position: top center;
        display: block;
    }

    .soluciones-preview-area > * {
        width: 100%;
        flex: 1;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    @keyframes soluciones-previewFadeIn {
        from { opacity: 0; }
        to   { opacity: 1; }
    }

    .soluciones-preview-placeholder {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex: 1;
        min-height: 0;
        gap: 12px;
        color: rgba(255, 255, 255, 0.2);
        font-family: 'touche', sans-serif;
        font-size: 13px;
    }

    .soluciones-preview-placeholder svg {
        opacity: 0.3;
    }

    .soluciones-preview-header {
        padding: 20px 24px 16px;
        border-bottom: 0.5px solid rgba(255, 255, 255, 0.06);
    }

    .soluciones-preview-header h4 {
        font-family: 'touche', sans-serif;
        font-size: 13px;
        color: rgba(255, 255, 255, 0.4);
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        margin-bottom: 4px;
    }

    .soluciones-preview-header p {
        font-family: 'touche', sans-serif;
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .soluciones-preview-header p span {
        color: #957AFB;
    }

    .soluciones-preview-product-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .soluciones-preview-product-icon svg {
        width: 18px;
        height: 18px;
    }

    .soluciones-img-grid {
        --soluciones-grid-gap: 10px;
        display: grid;
        gap: 25px;
        padding: 16px;
        flex: 1;
        min-height: 0;
        min-width: 0;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .soluciones-img-grid.cols2 {
        grid-template-columns: 1fr 1fr;
    }

    .soluciones-img-grid.cols3 {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        height: 100%;
    }

    /* Celdas pegadas arriba del área de vista previa (no centrar en el eje vertical del contenedor) */
    .soluciones-preview-area .soluciones-img-grid.cols3 {
        align-content: start;
    }

    .soluciones-preview-area .soluciones-img-cell {
        justify-content: flex-start;
    }

    .soluciones-preview-area .soluciones-img-cell:not(.has-image) {
        align-items: stretch;
    }

    .soluciones-preview-area .soluciones-img-cell:not(.has-image) .cell-media--icon {
        justify-content: flex-start;
    }

    .soluciones-preview-area .soluciones-img-cell.has-image .cell-media .cell-img {
        object-position: top center;
    }

    .soluciones-img-grid.cols3 .soluciones-img-cell:nth-child(1) {
        grid-column: 1;
        grid-row: 1;
    }

    .soluciones-img-grid.cols3 .soluciones-img-cell:nth-child(2) {
        grid-column: 2;
        grid-row: 1;
    }

    .soluciones-img-grid.cols3 .soluciones-img-cell:nth-child(3) {
        grid-column: 1 / span 2;
        grid-row: 2;
        justify-self: center;
        width: calc((100% - var(--soluciones-grid-gap)) / 2);
    }

    .soluciones-img-cell {
        border-radius: 12px;
        overflow: hidden;
        background: #1e1e2a;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 8px;
        opacity: 0;
        animation: soluciones-imgIn 0.5s forwards;
        min-height: 0;
        height: 100%;
    }

    .soluciones-img-cell svg {
        opacity: 0.25;
    }

    .soluciones-img-cell .cell-media {
        flex: 1 1 auto;
        min-height: 0;
        min-width: 0;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        align-self: stretch;
        position: relative;
    }

    .soluciones-img-cell.has-image .cell-media {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        border-radius: 12px;
        background: transparent !important;
    }

    .soluciones-img-cell.has-image .cell-media .cell-label {
        position: absolute;
        top: 2%;
        left: 0;
        right: 0;
        z-index: 2;
        padding: 30px 12px 28px;
        margin: 0;
        pointer-events: none;
        background: transparent !important;
    }

    .soluciones-img-cell.has-image .cell-media .cell-img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
        border-radius: 0;
    }

    .cell-media--icon {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .cell-media--icon .cell-label {
        position: static;
        padding: 0 12px;
        order: -1;
    }

    .soluciones-img-cell .cell-label {
        font-family: 'touche', sans-serif;
        font-size: 20px;
        font-weight: 600;
        line-height: 1.35;
        text-align: center;
        width: 100%;
        box-sizing: border-box;
        flex-shrink: 0;
    }

    .soluciones-img-cell .cell-label .cell-label-a {
        color: #fff;
    }

    .soluciones-img-cell .cell-label .cell-label-b {
        color: #957AFB;
    }

    .soluciones-img-cell.has-image {
        padding: 0;
        background: transparent;
        align-items: stretch;
        justify-content: flex-start;
    }

    .soluciones-img-cell .cell-img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        border-radius: 12px;
    }

    @keyframes soluciones-imgIn {
        from {
            opacity: 0;
            transform: scale(0.93);
        }
        to {
            opacity: 1;
            transform: scale(1);
        }
    }

    .soluciones-badge {
        display: inline-flex;
        align-items: center;
        gap: 5px;
        background: rgba(149, 122, 251, 0.15);
        border: 0.5px solid rgba(149, 122, 251, 0.35);
        color: #b8a6fc;
        font-family: 'touche', sans-serif;
        font-size: 10px;
        font-weight: 600;
        letter-spacing: 0.07em;
        padding: 3px 10px;
        border-radius: 20px;
        text-transform: uppercase;
        margin-bottom: 8px;
    }

    .soluciones-pulse-dot {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #957AFB;
        animation: soluciones-pulse 1.5s infinite;
    }

    @keyframes soluciones-pulse {
        0%, 100% {
            opacity: 1;
            transform: scale(1);
        }
        50% {
            opacity: 0.5;
            transform: scale(0.7);
        }
    }

    @media screen and (max-width: 992px) {
        .soluciones-dock-outer {
            max-width: 100%;
        }

        .soluciones-dock-surface {
            width: 100%;
            max-width: 100%;
            overflow-x: auto;
            overflow-y: visible;
            -webkit-overflow-scrolling: touch;
            scrollbar-width: none;
        }

        .soluciones-dock-surface::-webkit-scrollbar {
            display: none;
        }

        .soluciones-sidebar,
        .soluciones-dock {
            flex-wrap: nowrap;
            justify-content: flex-start;
            align-items: center;
            width: max-content;
            min-width: max-content;
            overflow: visible;
            padding: 4px 4px 6px;
        }

        .soluciones-dock-item {
            flex-shrink: 0;
            overflow: visible;
        }

        .soluciones-rubro-btn {
            flex-shrink: 0;
            overflow: visible;
        }

        .soluciones-right-panel {
            grid-template-columns: minmax(200px, 1fr) minmax(220px, 1.1fr);
            gap: 16px 20px;
        }

        .soluciones-products-grid {
            flex-direction: column;
        }
    }

    /* ==========================================================================
       NUESTRO VERDADERO PODER SECTION
       ========================================================================== */

    .poder-wrapper {
        background: #fff;
        padding: 32px 0 72px;
    }

    .poder-container {
        max-width: 1200px;
    }

    .poder-textfx-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        /*min-height: 90vh;*/
        margin-top: 10em;
        margin-bottom: 5em;
    }

    .poder-textfx-line {
        font-family: 'touche', sans-serif;
        font-size: clamp(42px, 9vw, 132px);
        font-weight: 700;
        letter-spacing: -0.01em;
        line-height: 1;
        margin: 0;
        width: 100%;
        color: rgba(182, 182, 182, 0.2);
        background: linear-gradient(to right, #000000, #9279f8) no-repeat;
        -webkit-background-clip: text;
        background-clip: text;
        background-size: 0% 100%;
        background-position: left center;
        border-bottom: 1px solid #2F2B28;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        position: relative;
        padding: 8px 0;
    }

    .poder-textfx-container h1.poder-textfx-line {
        font-size: clamp(56px, 9vw, 132px);
        font-weight: 800;
    }

    .poder-textfx-container h4.poder-textfx-line {
        font-size: clamp(24px, 3.2vw, 42px);
        font-weight: 700;
        line-height: 1.15;
        letter-spacing: -0.005em;
        border-bottom: none;
        color: #000;
        background: none;
        -webkit-background-clip: unset;
        background-clip: unset;
    }

    .poder-textfx-container h5.poder-textfx-line {
        font-size: clamp(18px, 2.2vw, 28px);
        font-weight: 400;
        line-height: 1.2;
        letter-spacing: 0;
        border-bottom: none;
        color: #808080;
        background: none;
        -webkit-background-clip: unset;
        background-clip: unset;
    }

    .poder-textfx-line>span {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #947afa;
        color: #0d0d0d;
        clip-path: polygon(0 50%, 100% 50%, 100% 50%, 0 50%);
        transform-origin: center;
        transition: all cubic-bezier(.1, .5, .5, 1) 0.4s;
        display: flex;
        flex-direction: column;
        justify-content: center;
        left: 0;
        top: 0;
        padding-left: 0;
    }

    .poder-textfx-line:hover>span {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }

    .poder-textfx-line a {
        text-decoration: none;
        color: inherit;
    }

    @media screen and (max-width: 992px) {
        .poder-wrapper {
            padding: 20px 0 40px;
        }

        .poder-textfx-container {
            min-height: auto;
        }

        .poder-textfx-line {
            font-size: clamp(30px, 11vw, 56px);
        }

        .poder-textfx-container h4.poder-textfx-line {
            font-size: clamp(18px, 6vw, 28px);
        }

        .poder-textfx-container h5.poder-textfx-line {
            font-size: clamp(14px, 4.8vw, 22px);
        }
    }

    /* ==========================================================================
       CAMPANAS CARDS SECTION
       ========================================================================== */

    .campanas-cards-wrap {
        padding: 48px 32px;
    }

    .campanas-cards-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0;
        max-width: 1100px;
        margin: 0 auto;
        border: 1px solid #d3d3d3;
        border-radius: 28px;
        overflow: hidden;
    }

    .campana-card {
        padding: 40px 44px;
        min-height: 480px;
    }

    .campana-card:first-child {
        position: relative;
    }

    .campana-card:first-child::after {
        content: '';
        position: absolute;
        right: 0;
        top: 40px;
        bottom: 40px;
        width: 1px;
        background: #d3d3d3;
    }

    .campana-card-title {
        font-size: clamp(20px, 2.5vw, 28px);
        font-weight: 700;
        color: #000;
        line-height: 1.3;
        text-align: center;
        margin-bottom: 2rem;
    }

    .campana-img-wrap {
        margin-top: 2em;
    }

    .campana-img-wrap video {
        display: block;
        max-width: 100%;
        height: auto;
    }

    .campana-card-title .highlight {
        background: #7c6af7;
        color: #fff;
        padding: 2px 10px;
        border-radius: 7px;
        display: inline;
    }

    @media screen and (max-width: 992px) {
        .campanas-cards-row {
            grid-template-columns: 1fr;
        }

        .campana-card {
            padding: 32px 24px;
            min-height: auto;
        }

        .campana-card:first-child {
            border-right: none;
            border-bottom: 1px solid #d3d3d3;
        }
    }

    /* ==========================================================================
       CAPTAR DATOS SECTION
       ========================================================================== */

    .captar-datos-wrapper {
        background: #fff;
        padding: 64px 32px 72px;
    }

    .captar-datos-container {
        max-width: 1200px;
    }

    .captar-datos-head {
        text-align: center;
        margin-bottom: 52px;
    }

    .captar-datos-line1 {
        font-size: clamp(14px, 2vw, 20px);
        font-weight: 400;
        color: #9b8fdb;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        margin-bottom: 4px;
    }

    .captar-datos-line2 {
        font-size: clamp(20px, 3.5vw, 34px);
        font-weight: 800;
        color: #7c6af7;
        letter-spacing: 0.04em;
        text-transform: uppercase;
    }

    .captar-datos-steps {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        max-width: 960px;
        margin: 0 auto;
    }

    .captar-datos-step-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 18px;
    }

    .captar-datos-step-card {
        background-color: transparent;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        aspect-ratio: 3/4;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        padding: 24px;
        opacity: 0;
        transform: translateY(40px);
        transition: opacity 0.7s ease, transform 0.7s ease;
    }

    .captar-datos-step-card.in-view {
        opacity: 1;
        transform: translateY(0);
    }

    .captar-datos-step-num {
        width: 52px;
        height: 52px;
        border-radius: 50%;
        border: 1.5px solid #9b8fdb;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        font-weight: 500;
        color: #7c6af7;
        background: #fff;
        opacity: 0;
        transform: scale(0.5);
        transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    }

    .captar-datos-step-card.in-view .captar-datos-step-num {
        opacity: 1;
        transform: scale(1);
    }

    .captar-datos-step-gif {
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 40%;
        pointer-events: none;
    }

    .captar-datos-caption {
        font-size: 14px;
        color: #444;
        text-align: center;
        line-height: 1.6;
    }

    @media screen and (max-width: 992px) {
        .captar-datos-steps {
            grid-template-columns: 1fr;
            max-width: 320px;
        }

        .captar-datos-step-card {
            aspect-ratio: 16/9;
        }
    }

    /* ==========================================================================
       AUDIENCE SECTION
       ========================================================================== */

    .audience-wrapper {
        background: #000;
        padding: 64px 48px 72px;
    }

    .audience-wrapper.audience-wrapper--anim-paused .audience-user-chip {
        animation-play-state: paused !important;
    }

    .audience-container {
        max-width: 1200px;
    }

    .audience-head {
        text-align: center;
        margin-bottom: 48px;
    }

    .audience-head h1 {
        font-size: clamp(48px, 8vw, 96px);
        font-weight: 900;
        color: #957AFB;
        letter-spacing: -0.01em;
        line-height: 1;
        margin-bottom: 16px;
    }

    .audience-head p {
        font-size: clamp(14px, 1.8vw, 18px);
        color: rgba(255, 255, 255, 0.55);
        line-height: 1.6;
    }

    .audience-card {
        background: #111;
        border-radius: 40px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0;
        overflow: hidden;
        min-height: 520px;
    }

    .audience-card-left {
        padding: 48px 44px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .audience-slide-text {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .audience-slide-title {
        font-size: clamp(30px, 2.5vw, 26px);
        font-weight: 700;
        color: #fff;
        line-height: 1.3;
        margin-bottom: 12px;
        transition: opacity 0.35s, transform 0.35s;
        white-space: pre-line;
    }

    .audience-slide-sub {
        font-size: 18px;
        color: rgba(255, 255, 255, 0.4);
        line-height: 1.7;
        transition: opacity 0.35s, transform 0.35s;
        white-space: pre-line;
    }

    .audience-slide-text.out .audience-slide-title,
    .audience-slide-text.out .audience-slide-sub {
        opacity: 0;
        transform: translateY(10px);
    }

    .audience-nav-row {
        display: flex;
        align-items: center;
        gap: 16px;
        margin-top: 32px;
    }

    .audience-nav-btn {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.2);
        background: transparent;
        color: #fff;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: border-color 0.2s, background 0.2s;
        flex-shrink: 0;
    }

    .audience-nav-btn:hover {
        border-color: rgba(255, 255, 255, 0.5);
        background: rgba(255, 255, 255, 0.05);
    }

    .audience-dots {
        display: flex;
        gap: 8px;
        align-items: center;
    }

    .audience-dots .dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.25);
        cursor: pointer;
        transition: background 0.3s, transform 0.3s;
    }

    .audience-dots .dot.active {
        background: #a89cf7;
        transform: scale(1.3);
    }

    .audience-card-right {
        background: #111;
        position: relative;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 50px;
    }

    .audience-icon-card {
        background: #000;
        border-radius: 30px;
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
    }

    .audience-icon-stage {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
        transition: opacity 0.4s;
    }

    .audience-icon-stage.fade-out {
        opacity: 0;
    }

    .audience-user-chip {
        position: absolute;
        width: 56px;
        height: 56px;
        border-radius: 16px;
        background: linear-gradient(145deg, #4a2f9a, #2a1560);
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: default;
        opacity: 0;
        will-change: transform, opacity;
    }

    .audience-user-chip svg {
        width: 28px;
        height: 28px;
        opacity: 0.9;
    }

    .audience-user-chip--sm {
        width: 44px;
        height: 44px;
        border-radius: 13px;
    }

    .audience-user-chip--sm svg {
        width: 22px;
        height: 22px;
    }

    .audience-user-chip--lg {
        width: 64px;
        height: 64px;
        border-radius: 18px;
    }

    .audience-user-chip--lg svg {
        width: 32px;
        height: 32px;
    }

    /* Bubble rise animations — slow, fluid, stop at ~65% container height */
    @keyframes audienceBubbleA {
        0%   { transform: translateY(0) translateX(0) scale(0.5); opacity: 0; }
        10%  { transform: translateY(-20px) translateX(4px) scale(1); opacity: 1; }
        70%  { transform: translateY(-200px) translateX(-3px) scale(1); opacity: 0.8; }
        90%  { transform: translateY(-260px) translateX(5px) scale(0.9); opacity: 0.2; }
        100% { transform: translateY(-280px) translateX(3px) scale(0.8); opacity: 0; }
    }

    @keyframes audienceBubbleB {
        0%   { transform: translateY(0) translateX(0) scale(0.5); opacity: 0; }
        10%  { transform: translateY(-18px) translateX(-5px) scale(1); opacity: 1; }
        70%  { transform: translateY(-190px) translateX(4px) scale(1); opacity: 0.8; }
        90%  { transform: translateY(-250px) translateX(-4px) scale(0.9); opacity: 0.2; }
        100% { transform: translateY(-270px) translateX(-2px) scale(0.8); opacity: 0; }
    }

    @keyframes audienceBubbleC {
        0%   { transform: translateY(0) translateX(0) scale(0.5); opacity: 0; }
        10%  { transform: translateY(-16px) translateX(3px) scale(1); opacity: 1; }
        70%  { transform: translateY(-210px) translateX(-5px) scale(1); opacity: 0.8; }
        90%  { transform: translateY(-265px) translateX(3px) scale(0.9); opacity: 0.2; }
        100% { transform: translateY(-285px) translateX(-1px) scale(0.8); opacity: 0; }
    }

    @keyframes audienceBubbleD {
        0%   { transform: translateY(0) translateX(0) scale(0.5); opacity: 0; }
        10%  { transform: translateY(-22px) translateX(-3px) scale(1); opacity: 1; }
        70%  { transform: translateY(-185px) translateX(5px) scale(1); opacity: 0.8; }
        90%  { transform: translateY(-245px) translateX(-3px) scale(0.9); opacity: 0.2; }
        100% { transform: translateY(-265px) translateX(2px) scale(0.8); opacity: 0; }
    }

    @media screen and (max-width: 992px) {
        .audience-wrapper {
            padding: 48px 24px;
        }

        .audience-card {
            grid-template-columns: 1fr;
            min-height: auto;
        }

        .audience-card-left {
            padding: 32px 24px;
        }

        .audience-card-right {
            min-height: 280px;
            padding: 16px;
        }
    }

    /* ==========================================================================
       NO NECESITAS SECTION
       ========================================================================== */

    .no-necesitas-wrap {
        background: #000;
        padding: 64px 40px 72px;
    }

    .no-necesitas-head {
        text-align: center;
        margin-bottom: 48px;
    }

    .no-necesitas-head h2 {
        font-size: clamp(20px, 3.5vw, 38px);
        font-weight: 800;
        color: #fff;
        line-height: 1.35;
        text-transform: uppercase;
        letter-spacing: -0.01em;
    }

    .no-necesitas-pur {
        color: #957AFB;
    }

    .no-necesitas-img-slot {
        max-width: 900px;
        margin: 0 auto 52px;
        border-radius: 16px;
        overflow: hidden;
        border: 1px solid rgba(255, 255, 255, 0.1);
        aspect-ratio: 16/9;
        background: #111;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .no-necesitas-img-slot span {
        font-size: 12px;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.2);
    }

    .no-necesitas-panel-img {
        width: 100%;
        height: auto;
        display: block;
    }

    .no-necesitas-pills-row {
        display: flex;
        gap: 16px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .no-necesitas-cta-pill {
        padding: 18px 44px;
        border-radius: 100px;
        font-size: clamp(12px, 1.5vw, 16px);
        font-weight: 700;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        cursor: pointer;
        border: 2px solid #fff;
        background: #fff;
        color: #111;
        transition:
            transform 0.2s ease,
            background 0.2s ease,
            color 0.2s ease,
            border-color 0.2s ease,
            filter 0.2s ease;
    }

    .no-necesitas-cta-pill.is-active {
        background: #957AFB;
        color: #fff;
        border-color: #957AFB;
    }

    .no-necesitas-cta-pill:not(.is-active):hover {
        background: #957AFB;
        color: #fff;
        border-color: #957AFB;
        transform: translateY(-2px);
        filter: brightness(1.05);
    }

    .no-necesitas-cta-pill.is-active:hover {
        transform: translateY(-2px);
        filter: brightness(1.08);
    }

    .no-necesitas-cta-pill:focus-visible {
        outline: 2px solid #c4b5fd;
        outline-offset: 3px;
    }

    @media screen and (max-width: 768px) {
        .no-necesitas-wrap {
            padding: 48px 24px;
        }

        .no-necesitas-cta-pill {
            padding: 14px 32px;
        }
    }

    /* ==========================================================================
       EMPEZAR CTA BUTTON
       ========================================================================== */

    .empezar-cta-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        padding: 120px 24px 0px 64px;
    }

    .empezar-cta-btn {
        position: relative;
        overflow: hidden;
        background: #fff;
        color: #000;
        border: 3px solid #fff;
        border-radius: 130px;
        padding: 72px 200px;
        font-size: clamp(44px, 6vw, 72px);
        font-weight: 700;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        cursor: pointer;
        transition: color 0.9s ease;
        min-width: 840px;
        z-index: 0;
    }

    .empezar-cta-btn::after {
        content: '';
        position: absolute;
        inset: 0;
        background: #000;
        border-radius: inherit;
        clip-path: circle(0% at 50% 50%);
        transition: clip-path 0.9s ease;
        z-index: 1;
    }

    .empezar-cta-btn span {
        position: relative;
        z-index: 2;
    }

    .empezar-cta-btn:hover::after {
        clip-path: circle(150% at 50% 50%);
    }

    .empezar-cta-btn:hover {
        color: #fff;
    }

    .empezar-cta-note {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.5);
        font-style: italic;
        margin: 0;
    }

    @media screen and (max-width: 768px) {
        .empezar-cta-btn {
            min-width: 0;
            width: 100%;
            max-width: 100%;
            box-sizing: border-box;
            padding: clamp(28px, 8vw, 48px) clamp(20px, 5vw, 40px);
            font-size: clamp(22px, 5.5vw, 40px);
        }
    }

    /* ==========================================================================
       FOOTER V2
       ========================================================================== */

    .fw-footer {
        background: #0d0d0d;
        color: #fff;
        padding: 56px 64px 0;
        font-family: 'touche', sans-serif;
        -webkit-tap-highlight-color: transparent;
    }

    @media screen and (min-width: 769px) {
        .fw-footer .container {
            max-width: 1300px;
            margin-left: auto;
            margin-right: auto;
        }
    }

    .fw-footer-logo {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 48px;
    }

    .fw-footer-logo svg {
        flex-shrink: 0;
    }

    .fw-footer-logo-text {
        font-size: 28px;
        font-weight: 700;
        color: #a89cf7;
        letter-spacing: -0.01em;
    }

    .fw-footer-cols {
        display: grid;
        grid-template-columns: 1.4fr 1fr 1fr 1fr;
        gap: 40px;
        margin-bottom: 64px;
    }

    .fw-footer-col-title {
        font-size: 15px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 20px;
    }

    .fw-footer-col-links {
        display: flex;
        flex-direction: column;
        gap: 11px;
    }

    .fw-footer-col-links a {
        font-size: 13px;
        color: rgba(255, 255, 255, 0.55);
        text-decoration: none;
        transition: color 0.2s;
        line-height: 1.3;
    }

    .fw-footer-col-links a:hover {
        color: #fff;
    }

    .fw-footer-col-links a:focus:not(:focus-visible) {
        outline: none;
    }

    .fw-footer-col-links a:focus-visible {
        outline: 2px solid rgba(168, 156, 247, 0.9);
        outline-offset: 3px;
        border-radius: 2px;
    }

    .fw-footer-social-row {
        display: flex;
        gap: 10px;
        margin-top: 28px;
    }

    .fw-footer-social-btn {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #222;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: background 0.2s;
        flex-shrink: 0;
    }

    .fw-footer-social-btn:hover {
        background: #333;
    }

    .fw-footer-social-btn:focus:not(:focus-visible) {
        outline: none;
    }

    .fw-footer-social-btn:focus-visible {
        outline: 2px solid rgba(168, 156, 247, 0.9);
        outline-offset: 2px;
    }

    .fw-footer-social-btn svg {
        width: 16px;
        height: 16px;
        fill: #fff;
    }

    .fw-footer-back-top-wrap {
        --fw-footer-fab-shift: 38px;
        display: flex;
        justify-content: center;
        align-items: center;
        justify-self: center;
        /* Centrado en el eje del footer; desplazado a la izquierda ~½ del FAB de WhatsApp a la derecha */
        transform: translateX(calc(-1 * var(--fw-footer-fab-shift)));
    }

    @media screen and (max-width: 767px) {
        .fw-footer-back-top-wrap {
            display: none !important;
        }
    }

    .fw-footer-back-top {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.22);
        background: rgba(255, 255, 255, 0.06);
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
        padding: 0;
        -webkit-tap-highlight-color: transparent;
    }

    .fw-footer-back-top:hover {
        background: rgba(168, 156, 247, 0.18);
        border-color: rgba(168, 156, 247, 0.45);
        color: #c4b8fc;
        transform: translateY(-2px);
    }

    .fw-footer-back-top:active {
        transform: translateY(0);
    }

    .fw-footer-back-top:focus:not(:focus-visible) {
        outline: none;
    }

    .fw-footer-back-top:focus-visible {
        outline: 2px solid rgba(168, 156, 247, 0.9);
        outline-offset: 3px;
    }

    .fw-footer-divider {
        height: 1px;
        background: rgba(255, 255, 255, 0.12);
        margin: 0 -64px;
    }

    .fw-footer-bottom {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        align-items: center;
        padding: 24px 0;
        gap: 16px;
    }

    .fw-footer-copyright {
        justify-self: start;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.4);
        line-height: 1.7;
    }

    .fw-footer-copyright span {
        display: block;
    }

    .fw-footer-partners {
        justify-self: end;
        display: flex;
        align-items: center;
        gap: 32px;
    }

    .fw-footer-partners-img {
        height: 36px;
        width: auto;
        object-fit: contain;
    }

    .fw-footer-partner {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2px;
    }

    .fw-footer-partner-inner {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .fw-footer-partner-name {
        font-size: 14px;
        font-weight: 700;
        color: #fff;
    }

    .fw-footer-partner-sub {
        font-size: 9px;
        color: rgba(255, 255, 255, 0.45);
        letter-spacing: 0.06em;
    }

    .fw-footer-partner-oracle {
        font-size: 13px;
        font-weight: 700;
        color: #fff;
        letter-spacing: 0.04em;
    }

    .fw-footer-partner-oracle sup {
        font-size: 8px;
    }

    .fw-footer-partner--aws {
        align-items: flex-start;
    }

    .fw-footer-partner-aws-top {
        font-size: 8px;
        color: rgba(255, 255, 255, 0.4);
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

    .fw-footer-partner-aws-main {
        font-size: 20px;
        font-weight: 900;
        color: #ff9900;
        letter-spacing: -0.02em;
        line-height: 1;
    }

    @media screen and (max-width: 768px) {
        .fw-footer {
            padding: 44px 24px 0;
        }

        .fw-footer-back-top-wrap {
            margin-top: 0;
            margin-bottom: 28px;
            --fw-footer-fab-shift: 36px;
        }

        .fw-footer-divider {
            margin: 0 -24px;
        }

        .fw-footer-cols {
            grid-template-columns: 1fr 1fr;
            gap: 32px;
        }

        .fw-footer-partners {
            gap: 20px;
        }
    }

    @media screen and (max-width: 480px) {
        .fw-footer-cols {
            grid-template-columns: 1fr;
        }

        .fw-footer-bottom {
            grid-template-columns: 1fr;
        }

        .fw-footer-partners {
            justify-self: start;
            flex-wrap: wrap;
            gap: 20px;
        }
    }

    /* ==========================================================================
       HERO GLASS CARD WIDGET
       ========================================================================== */

    .hero-glass-widget {
        position: absolute;
        top: 5%;
        left: 30%;
        z-index: 10;
        pointer-events: none;
        transform: scale(0.62);
        transform-origin: top left;
    }

    .hero-glass-card {
        width: 280px;
        border-radius: 22px;
        background: rgba(80, 80, 100, 0.55);
        backdrop-filter: blur(22px);
        -webkit-backdrop-filter: blur(22px);
        border: 1px solid rgba(255, 255, 255, 0.22);
        padding: 16px 14px;
        pointer-events: auto;
    }

    .hero-glass-search {
        display: flex;
        align-items: center;
        gap: 10px;
        background: rgba(200, 200, 220, 0.22);
        border: 1px solid rgba(255, 255, 255, 0.18);
        border-radius: 50px;
        padding: 9px 14px;
        margin-bottom: 12px;
    }

    .hero-glass-search svg {
        opacity: 0.6;
        flex-shrink: 0;
    }

    .hero-glass-search span {
        font-size: 13px;
        color: rgba(255, 255, 255, 0.65);
        font-family: 'touche', sans-serif;
    }

    .hero-glass-cats {
        display: flex;
        gap: 8px;
        margin-bottom: 14px;
        overflow: hidden;
    }

    .hero-glass-pill {
        padding: 7px 16px;
        border-radius: 50px;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 0.04em;
        font-family: 'touche', sans-serif;
        white-space: nowrap;
    }

    .hero-glass-pill.active {
        background: #8b7cf7;
        color: #fff;
    }

    .hero-glass-pill.inactive {
        background: rgba(255, 255, 255, 0.18);
        color: rgba(255, 255, 255, 0.85);
        border: 1px solid rgba(255, 255, 255, 0.2);
    }

    .hero-glass-item {
        background: rgba(255, 255, 255, 0.14);
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 16px;
        overflow: hidden;
        display: grid;
        grid-template-columns: 110px 1fr;
        min-height: 170px;
    }

    .hero-glass-item-img {
        width: 110px;
        min-height: 170px;
        background: linear-gradient(135deg, #c8a882, #a0704a);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 6px;
    }

    .hero-glass-item-img svg {
        width: 36px;
        height: 36px;
    }

    .hero-glass-item-img span {
        font-size: 9px;
        color: rgba(255, 255, 255, 0.4);
        text-align: center;
        padding: 0 8px;
        font-family: 'touche', sans-serif;
    }

    .hero-glass-item-info {
        padding: 14px 12px 12px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }

    .hero-glass-item-name {
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        line-height: 1.3;
        font-family: 'touche', sans-serif;
        margin-bottom: 6px;
        text-align: left;
        width: 100%;
    }

    .hero-glass-item-price {
        font-size: 18px;
        font-weight: 700;
        color: #fff;
        font-family: 'touche', sans-serif;
        text-align: left;
        width: 100%;
    }

    .hero-glass-ver-mas {
        display: block;
        width: 100%;
        padding: 9px;
        border-radius: 50px;
        background: #a89cf7;
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        text-align: left;
        border: none;
        cursor: pointer;
        font-family: 'touche', sans-serif;
        margin-top: 10px;
        transition: background 0.2s;
        letter-spacing: 0.01em;
    }

    .hero-glass-ver-mas:hover {
        background: #9b8af0;
    }

    /* ==========================================================================
       HERO PEDIDO GLASS CARD WIDGET
       ========================================================================== */

    .hero-pedido-widget {
        position: absolute;
        top: 8%;
        right: 8%;
        z-index: 10;
        pointer-events: none;
        transform: scale(0.48);
        transform-origin: top right;
    }

    .hero-pedido-card {
        width: 360px;
        border-radius: 24px;
        background: rgba(80, 80, 100, 0.55);
        -webkit-backdrop-filter: blur(22px);
        backdrop-filter: blur(22px);
        border: 1px solid rgba(255, 255, 255, 0.22);
        overflow: hidden;
        pointer-events: auto;
    }

    .hero-pedido-header {
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 22px 24px 20px;
    }

    .hero-pedido-wa-icon {
        width: 44px;
        height: 44px;
        border-radius: 10px;
        background: linear-gradient(145deg, #25d366, #128c7e);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .hero-pedido-title {
        font-size: 26px;
        font-weight: 800;
        color: #fff;
        letter-spacing: 0.01em;
        font-family: 'touche', sans-serif;
    }

    .hero-pedido-divider {
        height: 1px;
        background: rgba(255, 255, 255, 0.2);
    }

    .hero-pedido-body {
        padding: 24px 28px 28px;
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    .hero-pedido-row {
        display: flex;
        align-items: center;
        gap: 12px;
        font-family: 'touche', sans-serif;
    }

    .hero-pedido-bullet {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.6);
        flex-shrink: 0;
    }

    .hero-pedido-text {
        font-size: 22px;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.75);
        letter-spacing: 0.01em;
    }

    .hero-pedido-total {
        color: rgba(255, 255, 255, 0.75);
    }

    /* ==========================================================================
       HERO WIFI GLASS CARD WIDGET
       ========================================================================== */

    .hero-wifi-widget {
        position: absolute;
        bottom: 12%;
        left: 30%;
        z-index: 10;
        pointer-events: none;
        transform: scale(0.48);
        transform-origin: bottom left;
    }

    .hero-wifi-card {
        width: 360px;
        border-radius: 28px;
        background: rgba(80, 80, 100, 0.55);
        -webkit-backdrop-filter: blur(22px);
        backdrop-filter: blur(22px);
        border: 1px solid rgba(255, 255, 255, 0.22);
        padding: 28px 26px 32px;
        position: relative;
        pointer-events: auto;
    }

    .hero-wifi-header {
        display: flex;
        align-items: center;
        gap: 16px;
        margin-bottom: 28px;
    }

    .hero-wifi-toggle {
        width: 58px;
        height: 34px;
        border-radius: 34px;
        background: linear-gradient(135deg, #34c759, #28a745);
        position: relative;
        flex-shrink: 0;
        border: 1.5px solid rgba(255, 255, 255, 0.3);
    }

    .hero-wifi-knob {
        position: absolute;
        width: 26px;
        height: 26px;
        border-radius: 50%;
        background: #fff;
        top: 3px;
        right: 4px;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    }

    .hero-wifi-title {
        font-size: 26px;
        font-weight: 800;
        color: #fff;
        line-height: 1.15;
        font-family: 'touche', sans-serif;
        letter-spacing: 0.01em;
        text-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    }

    .hero-wifi-input {
        width: 100%;
        padding: 16px 20px;
        border-radius: 50px;
        background: rgba(200, 200, 190, 0.32);
        border: 1px solid rgba(255, 255, 255, 0.22);
        font-size: 17px;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.75);
        font-family: 'touche', sans-serif;
        margin-bottom: 14px;
        outline: none;
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
    }

    .hero-wifi-input::placeholder {
        color: rgba(255, 255, 255, 0.6);
    }

    .hero-wifi-cloud {
        position: absolute;
        bottom: -18px;
        right: -18px;
        width: 78px;
        height: 78px;
        border-radius: 20px;
        background: linear-gradient(145deg, #7c6af7, #5b4cd4);
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 20px rgba(100, 80, 200, 0.4);
        z-index: 3;
    }

    /* ==========================================================================
       HERO WIFI EXCLUSIVO GLASS CARD WIDGET
       ========================================================================== */

    .hero-wifiex-widget {
        position: absolute;
        top: 8%;
        left: 30%;
        z-index: 10;
        pointer-events: none;
        transform: scale(0.48);
        transform-origin: top left;
    }

    .hero-wifiex-card {
        width: 380px;
        border-radius: 28px;
        background: rgba(80, 80, 100, 0.55);
        -webkit-backdrop-filter: blur(22px);
        backdrop-filter: blur(22px);
        border: 1px solid rgba(255, 255, 255, 0.22);
        padding: 32px 28px 28px;
        pointer-events: auto;
    }

    .hero-wifiex-title {
        font-size: 32px;
        font-weight: 800;
        color: #fff;
        text-align: center;
        font-family: 'touche', sans-serif;
        letter-spacing: 0.01em;
        text-shadow: 0 1px 8px rgba(0, 0, 0, 0.15);
        margin-bottom: 28px;
    }

    .hero-wifiex-input {
        width: 100%;
        padding: 17px 20px;
        border-radius: 50px;
        background: rgba(210, 205, 190, 0.28);
        border: 1px solid rgba(255, 255, 255, 0.25);
        font-size: 17px;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.85);
        font-family: 'touche', sans-serif;
        margin-bottom: 12px;
        outline: none;
        text-align: center;
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
    }

    .hero-wifiex-input::placeholder {
        color: rgba(255, 255, 255, 0.7);
        text-align: center;
    }

    .hero-wifiex-btn {
        width: 100%;
        padding: 17px;
        border-radius: 50px;
        background: #a89cf7;
        border: none;
        font-size: 18px;
        font-weight: 600;
        color: #fff;
        font-family: 'touche', sans-serif;
        cursor: pointer;
        margin-top: 6px;
        letter-spacing: 0.01em;
    }

    /* ==========================================================================
       HERO RESERVA CONFIRMADA GLASS CARD WIDGET
       ========================================================================== */

    .hero-reserva-widget {
        position: absolute;
        bottom: 12%;
        left: 30%;
        z-index: 10;
        pointer-events: none;
        transform: scale(0.62);
        transform-origin: bottom left;
    }

    .hero-reserva-card {
        max-width: 380px;
        border-radius: 26px;
        background: rgba(30, 22, 55, 0.7);
        -webkit-backdrop-filter: blur(22px);
        backdrop-filter: blur(22px);
        border: 1px solid rgba(255, 255, 255, 0.1);
        padding: 20px 18px;
        pointer-events: auto;
    }

    .hero-reserva-header {
        display: flex;
        align-items: center;
        gap: 14px;
        margin-bottom: 18px;
    }

    .hero-reserva-check-icon {
        width: 48px;
        height: 48px;
        border-radius: 14px;
        background: #1a1a2e;
        border: 1px solid rgba(255, 255, 255, 0.08);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .hero-reserva-check-circle {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #30d158;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hero-reserva-header-text {
        font-size: 20px;
        font-weight: 700;
        color: #fff;
        line-height: 1.25;
        font-family: 'touche', sans-serif;
        display: flex;
        align-items: center;
        gap: 6px;
        flex-wrap: wrap;
        text-align: left;
        justify-content: flex-start;
    }

    .hero-reserva-check-emoji {
        width: 20px;
        height: 20px;
        border-radius: 5px;
        background: #30d158;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .hero-reserva-info-row {
        display: flex;
        align-items: center;
        gap: 12px;
        background: rgba(255, 255, 255, 0.07);
        border: 1px solid rgba(255, 255, 255, 0.09);
        border-radius: 14px;
        padding: 13px 16px;
        margin-bottom: 10px;
    }

    .hero-reserva-info-row svg {
        opacity: 0.7;
        flex-shrink: 0;
    }

    .hero-reserva-info-text {
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        font-family: 'touche', sans-serif;
    }

    .hero-reserva-pill {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        background: rgba(255, 255, 255, 0.07);
        border: 1px solid rgba(255, 255, 255, 0.09);
        border-radius: 50px;
        padding: 12px 20px;
        margin-top: 4px;
    }

    .hero-reserva-pill svg {
        flex-shrink: 0;
    }

    .hero-reserva-pill-text {
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        font-family: 'touche', sans-serif;
    }

    /* ==========================================================================
       HERO MI CLASE GLASS CARD WIDGET
       ========================================================================== */

    .hero-clase-widget {
        position: absolute;
        bottom: 12%;
        left: 30%;
        z-index: 10;
        pointer-events: none;
        transform: scale(0.62);
        transform-origin: bottom left;
    }

    .hero-clase-card {
        width: 300px;
        border-radius: 26px;
        background: rgba(30, 25, 18, 0.72);
        -webkit-backdrop-filter: blur(22px);
        backdrop-filter: blur(22px);
        border: 1px solid rgba(255, 255, 255, 0.1);
        padding: 20px 18px;
        pointer-events: auto;
    }

    .hero-clase-header {
        display: flex;
        align-items: center;
        gap: 14px;
        margin-bottom: 18px;
    }

    .hero-clase-icon {
        width: 46px;
        height: 46px;
        border-radius: 13px;
        background: #6c5ce7;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .hero-clase-title {
        font-size: 20px;
        font-weight: 700;
        color: #fff;
        font-family: 'touche', sans-serif;
        letter-spacing: 0.02em;
    }

    .hero-clase-action {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 12px;
        background: rgba(255, 255, 255, 0.07);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 14px;
        padding: 14px 16px;
        margin-bottom: 10px;
    }

    .hero-clase-action svg {
        opacity: 0.75;
        flex-shrink: 0;
    }

    .hero-clase-label {
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        flex: 1;
        font-family: 'touche', sans-serif;
        text-align: left;
    }

    .hero-clase-arrow {
        color: rgba(255, 255, 255, 0.4);
        font-size: 14px;
    }

    .hero-clase-badge {
        background: rgba(255, 255, 255, 0.18);
        border: 1px solid rgba(255, 255, 255, 0.15);
        border-radius: 8px;
        padding: 3px 9px;
        font-size: 12px;
        font-weight: 700;
        color: #fff;
        letter-spacing: 0.05em;
        font-family: 'touche', sans-serif;
    }

    /* ==========================================================================
       HERO CITA CONFIRMADA GLASS CARD WIDGET
       ========================================================================== */

    .hero-cita-widget {
        position: absolute;
        top: 5.5%;
        right: 4.5%;
        z-index: 10;
        pointer-events: none;
        transform: scale(0.56);
        transform-origin: top right;
    }

    .hero-cita-outer {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
    }

    .hero-cita-top-icon {
        width: 56px;
        height: 56px;
        border-radius: 50%;
        background: rgba(120, 100, 200, 0.55);
        -webkit-backdrop-filter: blur(16px);
        backdrop-filter: blur(16px);
        border: 1px solid rgba(255, 255, 255, 0.25);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: -28px;
        z-index: 3;
        position: relative;
    }

    .hero-cita-card {
        width: 300px;
        border-radius: 22px;
        background: rgba(80, 80, 100, 0.55);
        -webkit-backdrop-filter: blur(22px);
        backdrop-filter: blur(22px);
        border: 1px solid rgba(255, 255, 255, 0.22);
        padding: 38px 22px 24px;
        pointer-events: auto;
    }

    .hero-cita-confirmed-row {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 8px;
        margin-bottom: 16px;
        padding-bottom: 14px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .hero-cita-check-circle {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #7c6af7;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .hero-cita-confirmed-text {
        font-size: 14px;
        font-weight: 700;
        color: #fff;
        letter-spacing: 0.08em;
        font-family: 'touche', sans-serif;
    }

    .hero-cita-info-row {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 10px 4px;
        font-family: 'touche', sans-serif;
    }

    .hero-cita-info-icon {
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background: rgba(100, 90, 150, 0.45);
        border: 1px solid rgba(255, 255, 255, 0.15);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .hero-cita-info-text {
        font-size: 18px;
        font-weight: 500;
        color: #fff;
        font-family: 'touche', sans-serif;
    }

    .hero-cita-avatar {
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background: linear-gradient(135deg, #c8a882, #a07848);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        overflow: hidden;
    }

    /* ==========================================================================
       HERO GLASS OVERLAYS — ≤1024px visibles, escala y anclaje tipo desktop
       ========================================================================== */

    @media screen and (max-width: 1024px) {
        .hero-glass-widget {
            top: 5%;
            left: 8%;
            transform: scale(0.34);
            transform-origin: top left;
        }

        .hero-reserva-widget {
            bottom: 7%;
            left: 6%;
            transform: scale(0.34);
            transform-origin: bottom left;
        }

        .hero-clase-widget {
            bottom: 7%;
            left: 6%;
            transform: scale(0.32);
            transform-origin: bottom left;
        }

        .hero-wifiex-widget {
            top: 9%;
            left: 6%;
            transform: scale(0.28);
            transform-origin: top left;
        }

        .hero-pedido-widget {
            top: 6%;
            right: 4%;
            left: auto;
            transform: scale(0.26);
            transform-origin: top right;
        }

        .hero-wifi-widget {
            bottom: 7%;
            left: 6%;
            transform: scale(0.26);
            transform-origin: bottom left;
        }

        .hero-cita-widget {
            top: 4.5%;
            right: 3%;
            left: auto;
            transform: scale(0.32);
            transform-origin: top right;
        }
    }

    /* ==========================================================================
       FLOATING CTA BUTTON (Desktop only)
       ========================================================================== */

    .floating-cta-btn {
        position: fixed;
        top: 13px;
        right: 140px;
        z-index: 1001;
        padding: 10px 26px;
        border-radius: 999px;
        font-family: 'touche', 'Inter', sans-serif;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0.01em;
        cursor: pointer;
        text-decoration: none !important;
        display: inline-block;
        white-space: nowrap;
        border: 2px solid transparent;
        height: 40px;
        line-height: 16px;
        opacity: 0;
        pointer-events: none;
        transform: translateY(-14px);
        transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
        -webkit-tap-highlight-color: transparent;
    }

    .floating-cta-btn.fcta-visible {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .floating-cta-btn.fcta-dark {
        background: #111;
        color: #fff;
        border-color: #111;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.22);
        padding: 15px 30px 30px 30px;
    }

    .floating-cta-btn.fcta-dark:hover {
        background: #333;
        border-color: #333;
        text-decoration: none;
    }

    .floating-cta-btn.fcta-light {
        background: #fff;
        color: #111;
        border-color: rgba(255, 255, 255, 0.9);
        box-shadow: 0 4px 20px rgba(255, 255, 255, 0.18);
        padding: 15px 30px 30px 30px;
    }

    .floating-cta-btn.fcta-light:hover {
        background: #f0f0f0;
        border-color: #f0f0f0;
    }

    .floating-cta-btn:focus:not(:focus-visible) {
        outline: none;
    }

    .floating-cta-btn:focus-visible {
        outline: 2px solid rgba(168, 156, 247, 0.95);
        outline-offset: 3px;
    }

    @media screen and (min-width: 992px) {
        .navbar.scrolled .nav-actions a[href="/paneldecontrol"],
        .navbar.scrolled .nav-actions a[href="/contactanos"] {
            opacity: 0;
            pointer-events: none;
            width: 0;
            padding: 0;
            margin: 0;
            overflow: hidden;
        }
    }

    @media screen and (max-width: 991px) {
        .floating-cta-btn {
            display: none !important;
        }
    }

    /* ==========================================================================
       MOBILE RESPONSIVE — All sections adapted for mobile (max-width: 767px)
       ========================================================================== */

    @media screen and (max-width: 767px) {

        /* ------------------------------------------------------------------
           Override nuevo_bloque_normal hiding for responsive sections
           ------------------------------------------------------------------ */
        .nuevo_bloque_normal.hero-exclusive,
        .nuevo_bloque_normal.trusted-brands-wrapper,
        .nuevo_bloque_normal.soluciones-rubro-wrapper,
        .nuevo_bloque_normal.poder-wrapper,
        .nuevo_bloque_normal.captar-datos-wrapper,
        .nuevo_bloque_normal.audience-wrapper,
        .nuevo_bloque_normal.faq-desktop-outer-wrapper {
            display: block !important;
            padding-top: 10em !important;
        }

        /* Hide FAQ mobile duplicate — desktop FAQ is now responsive */
        .nuevo_bloque_movil.faq-mobile-wrapper {
            display: none !important;
        }

        /* ------------------------------------------------------------------
           HEADER / NAVBAR
           ------------------------------------------------------------------ */
        .navbar,
        .navbar.scrolled,
        .color {
            background: #fff !important;
            background-color: #fff !important;
            border-bottom: 1px solid transparent !important;
        }

        .color .navbar-toggle .icon-bar,
        .navbar .navbar-toggle .icon-bar {
            background-color: #333 !important;
        }

        /* ------------------------------------------------------------------
           HERO SECTION
           ------------------------------------------------------------------ */
        .hero-exclusive {
            padding: 1.5em 0 0.5em 0 !important;
        }

        .hero-section-premium section {
            padding-left: 1rem !important;
            padding-right: 1rem !important;
            padding-top: 0.25rem !important;
            padding-bottom: 1.25rem !important;
        }

        .hero-section-premium .flex.flex-col.lg\:flex-row {
            gap: 1.25rem;
        }

        .hero-section-premium h1 {
            font-size: 1.75rem !important;
            line-height: 1.15 !important;
            margin-bottom: 0.6rem !important;
        }

        .hero-section-premium p {
            font-size: 14px !important;
            margin-bottom: 0.5rem !important;
            max-width: 100% !important;
        }

        .hero-section-premium .flex.items-center.gap-1\.5 {
            font-size: 1.25rem;
            margin-bottom: 0.6rem;
        }

        .hero-section-premium .flex.flex-wrap.items-center.gap-4 {
            flex-direction: column;
            width: 100%;
            gap: 0.5rem;
            margin-top: 1.75rem;
            margin-bottom: 1.75rem;
        }

        .hero-section-premium .flex.flex-wrap.items-center.gap-4 button {
            width: 100%;
            text-align: center;
            padding-top: 1.65rem !important;
            padding-bottom: 1.5rem !important;
        }

        .hero-section-premium .mt-24 {
            margin-top: 2.5rem !important;
        }

        .hero-section-premium .min-w-\[200px\] {
            min-width: 140px;
        }

        .hero-section-premium .text-\[2\.5rem\] {
            font-size: 1.75rem !important;
        }

        .hero-section-premium .animate-infinite-scroll {
            gap: 3rem;
        }

        .hero-section-premium .flex.gap-24.items-center {
            gap: 3rem;
        }

        /* Hero glass cards — costados como desktop (escala reducida) */
        .hero-glass-widget {
            top: 3%;
            left: 3%;
            transform: scale(0.22);
            transform-origin: top left;
        }

        .hero-reserva-widget {
            bottom: 4%;
            left: 3%;
            transform: scale(0.22);
            transform-origin: bottom left;
        }

        .hero-clase-widget {
            bottom: 4%;
            left: 3%;
            transform: scale(0.2);
            transform-origin: bottom left;
        }

        .hero-wifiex-widget {
            top: 7%;
            left: 3%;
            transform: scale(0.19);
            transform-origin: top left;
        }

        .hero-pedido-widget {
            top: 4%;
            right: 3%;
            left: auto;
            transform: scale(0.18);
            transform-origin: top right;
        }

        .hero-wifi-widget {
            bottom: 4%;
            left: 3%;
            transform: scale(0.18);
            transform-origin: bottom left;
        }

        .hero-cita-widget {
            top: 3%;
            right: 3%;
            left: auto;
            transform: scale(0.24);
            transform-origin: top right;
        }

        /* ------------------------------------------------------------------
           ANTES-AHORA SECTION
           ------------------------------------------------------------------ */
        #solutions-section {
            padding-top: 8rem !important;
            padding-bottom: 8rem !important;
        }

        #solutions-section > div:first-child {
            margin-bottom: 2.5rem !important;
        }

        #solutions-section .grid {
            gap: 1.5rem !important;
        }

        /* ------------------------------------------------------------------
           TRUSTED BRANDS SECTION
           ------------------------------------------------------------------ */
        .trusted-brands-wrapper {
            padding: 3em 0 !important;
        }

        .trusted-brands-header {
            flex-direction: column;
            gap: 16px;
            margin-bottom: 10em;
            padding: 0 16px;
        }

        .trusted-brands-header-left,
        .trusted-brands-header-right {
            max-width: 100%;
        }

        .trusted-brands-main-title {
            font-size: 24px;
        }

        .trusted-brands-eyebrow {
            font-size: 12px;
        }

        .trusted-brands-subtitle {
            font-size: 11px;
        }

        .trusted-brands-logo-item {
            padding: 0 20px;
            height: 56px;
        }

        .trusted-brands-logo-image {
            height: 64px;
            max-width: 80px;
        }

        .trusted-brands-fade-left,
        .trusted-brands-fade-right {
            width: 36px;
        }

        /* ------------------------------------------------------------------
           TESTIMONIALS SECTION (Desktop adapted for mobile)
           ------------------------------------------------------------------ */
        .opinions-desktop-wrapper {
            padding: 3em 1em 3.5em 1em !important;
        }

        .opinions-desktop-wrapper .container {
            padding-left: 15px !important;
            padding-right: 15px !important;
        }

        .opinions-desktop-wrapper .no-pad-left {
            padding-left: 15px !important;
        }

        .opinions-desktop-wrapper .opinions-header-margin {
            text-align: center;
        }

        .opinions-main-title {
            font-size: 20px !important;
            text-align: center;
        }

        .opinions-primary-hr {
            width: 40%;
            margin-left: auto;
            margin-right: auto;
        }

        .opinions-hr-margin {
            margin-bottom: 2em;
            display: flex;
            justify-content: center;
        }

        .opinions-desktop-wrapper .slider-column {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }

        .opinions-desktop-wrapper .swiper {
            -webkit-mask-image: none !important;
            mask-image: none !important;
            overflow: hidden;
            height: 240px;
        }

        .opinions-desktop-wrapper .swiper-wrapper {
            align-items: center;
        }

        .opinions-desktop-wrapper .swiper-slide {
            display: flex !important;
            justify-content: center;
            align-items: center;
            height: 240px;
        }

        .testimonial-card {
            width: 220px;
            height: 220px;
            border-radius: 220px;
            margin: 0 auto;
            flex-shrink: 0;
        }

        .testimonial-quote-text {
            font-size: 9px;
            line-height: 1.45;
            padding: 0 10px;
        }

        .testimonial-quote-text br {
            display: none;
        }

        .profile-block-wrap {
            margin-top: 6px;
            gap: 6px;
        }

        .quote-icon-wrap {
            margin-bottom: 8px;
        }

        .quote-icon-wrap img {
            max-height: 24px !important;
        }

        .testimonial-avatar-col img {
            width: 28px !important;
            height: 28px !important;
        }

        .testimonial-author-name {
            font-size: 9px;
        }

        .testimonial-author-role {
            font-size: 8px;
        }

        /* ------------------------------------------------------------------
           SOLUCIONES POR RUBRO SECTION
           ------------------------------------------------------------------ */
        .soluciones-rubro-wrapper {
            padding: 10em 0em 0em 0em !important;
        }

        .soluciones-head {
            margin-bottom: 24px;
            padding: 0 16px;
        }

        .soluciones-head h2 {
            font-size: 22px;
        }

        .soluciones-head p {
            font-size: 13px;
        }

        .soluciones-main {
            padding: 0 12px;
            min-width: 0;
        }

        /*
         * Dock móvil: NO poner overflow-x en #sidebar — WebKit trata el carril como scrollport y
         * recorta en vertical (iconos “planos” arriba). El scroll horizontal va en .soluciones-dock-surface.
         */
        .soluciones-dock-outer {
            padding: 18px 0 14px;
            overflow: visible;
        }

        .soluciones-dock-shelf {
            display: none;
        }

        .soluciones-dock-surface {
            padding: 24px 14px 18px;
            border-radius: 20px;
            overflow-x: auto;
            overflow-y: visible;
            -webkit-overflow-scrolling: touch;
            touch-action: pan-x;
            overscroll-behavior-x: contain;
            scrollbar-width: none;
        }

        .soluciones-dock-surface::-webkit-scrollbar {
            display: none;
        }

        .soluciones-sidebar,
        .soluciones-dock {
            flex-wrap: nowrap;
            justify-content: flex-start;
            align-items: center;
            align-content: center;
            gap: 4px 8px;
            width: max-content;
            max-width: none;
            min-width: max-content;
            min-height: 52px;
            overflow: visible;
            padding: 6px 0 8px;
            margin: 0;
        }

        .soluciones-dock-item {
            flex-shrink: 0;
            overflow: visible;
            display: flex;
            align-items: center;
        }

        .soluciones-rubro-btn {
            width: auto;
            margin: 0;
            flex-shrink: 0;
            overflow: visible;
        }

        /* Móvil: solo iconos en el carril (los textos largos rompen el layout).
           El nombre del rubro sigue en aria-label del botón. */
        .soluciones-rubro-dock-label {
            position: absolute;
            width: 1px;
            height: 1px;
            padding: 0;
            margin: -1px;
            overflow: hidden;
            clip-path: inset(50%);
            white-space: nowrap;
            border: 0;
            opacity: 0;
            pointer-events: none;
        }

        .soluciones-rubro-dock-label::after {
            display: none;
        }

        .soluciones-rubro-icon {
            width: 42px;
            height: 42px;
            border-radius: 12px;
        }

        .soluciones-rubro-icon svg {
            max-width: 22px;
            max-height: 22px;
        }

        /* El bounce mueve el icono hacia arriba y queda recortado por el scrollport; en táctil no aporta mucho */
        .soluciones-rubro-btn:active .soluciones-rubro-icon {
            animation: none;
        }

        .soluciones-products-grid {
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            overflow-x: visible;
            overflow-y: visible;
            min-width: 0;
            gap: 8px;
            padding: 0;
            scrollbar-width: none;
        }

        .soluciones-prod-card {
            padding: 12px 10px;
            min-width: 0;
            width: 100%;
            flex-shrink: 0;
            grid-template-columns: 34px 1fr;
            column-gap: 10px;
        }

        .soluciones-prod-card h3 {
            font-size: 13px;
        }

        .soluciones-prod-card p {
            font-size: 11px;
        }

        .soluciones-prod-icon {
            width: 34px;
            height: 34px;
            font-size: 15px;
            margin-bottom: 0;
        }

        /* Vista previa: altura mínima usable + scroll vertical si hace falta (antes overflow:hidden cortaba contenido) */
        .soluciones-preview-area {
            min-height: min(46vh, 420px);
            border-radius: 16px;
            display: flex;
            flex-direction: column;
            width: 100%;
            max-width: 100%;
            min-width: 0;
            padding: 12px 12px 14px;
            overflow-x: hidden;
            overflow-y: auto;
            -webkit-overflow-scrolling: touch;
            box-sizing: border-box;
        }

        .soluciones-preview-carousel {
            flex: 1 1 auto;
            min-height: min(38vh, 360px);
            width: 100%;
            max-width: 100%;
            min-width: 0;
            box-sizing: border-box;
        }

        .soluciones-carousel-stage {
            min-height: min(32vh, 300px);
            width: 100%;
            max-width: 100%;
            min-width: 0;
            box-sizing: border-box;
        }

        .soluciones-carousel-slide {
            top: 8px;
            align-items: stretch;
        }

        .soluciones-preview-area > * {
            width: 100%;
            min-width: 0;
            flex: 1 1 auto;
            min-height: 0;
        }

        .soluciones-preview-area .soluciones-preview-placeholder {
            flex: 1 1 auto;
            min-height: min(36vh, 280px);
        }

        .soluciones-img-grid {
            padding: 8px;
            gap: 10px;
            display: flex;
            flex-wrap: nowrap !important;
            align-items: flex-start;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            touch-action: pan-x;
            overscroll-behavior-x: contain;
            min-width: 0;
        }

        .soluciones-img-grid.cols2,
        .soluciones-img-grid.cols3 {
            grid-template-columns: none;
            grid-template-rows: none;
            display: flex;
            flex-wrap: nowrap !important;
        }

        /*
         * Misma anchura para todas las celdas del carril (en desktop la 3ª usa 50% del grid).
         * Hay que sobrescribir .soluciones-img-grid.cols3 .soluciones-img-cell:nth-child(3) del base.
         */
        .soluciones-img-grid .soluciones-img-cell {
            --soluciones-cell-size: min(78vw, 260px);
            flex: 0 0 var(--soluciones-cell-size);
            width: var(--soluciones-cell-size);
            min-width: var(--soluciones-cell-size);
            max-width: var(--soluciones-cell-size);
            height: auto;
            min-height: 160px;
            box-sizing: border-box;
        }

        .soluciones-img-grid.cols3 .soluciones-img-cell:nth-child(1),
        .soluciones-img-grid.cols3 .soluciones-img-cell:nth-child(2),
        .soluciones-img-grid.cols3 .soluciones-img-cell:nth-child(3) {
            grid-column: unset;
            grid-row: unset;
            justify-self: unset;
            flex: 0 0 var(--soluciones-cell-size, min(78vw, 260px));
            width: var(--soluciones-cell-size, min(78vw, 260px));
            min-width: var(--soluciones-cell-size, min(78vw, 260px));
            max-width: var(--soluciones-cell-size, min(78vw, 260px));
        }

        /* Solo celdas con imagen: texto e imagen dentro del mismo .cell-media (overlay) */
        .soluciones-img-grid .soluciones-img-cell.has-image {
            display: flex;
            flex-direction: column;
            align-items: stretch;
            padding: 0;
        }

        .soluciones-img-grid .soluciones-img-cell.has-image .cell-media {
            position: relative;
            width: 100%;
            flex: 0 0 auto;
            aspect-ratio: 4 / 5;
            min-height: 200px;
            max-height: min(72vh, 420px);
            overflow: hidden;
            border-radius: 12px;
            background: transparent !important;
        }

        .soluciones-img-grid .soluciones-img-cell.has-image .cell-media .cell-img {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            margin: auto;
            object-fit: contain;
            display: block;
            flex-shrink: 0;
            max-height: none;
        }

        .soluciones-img-grid .soluciones-img-cell.has-image .cell-media .cell-label {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            z-index: 3;
            padding: 8px 10px 28px;
            margin: 0;
            pointer-events: none;
            font-size: 14px;
            background: transparent !important;
        }

        .soluciones-img-grid .soluciones-img-cell .cell-media--icon {
            min-height: 160px;
        }

        .soluciones-img-grid .soluciones-img-cell .cell-label {
            font-size: 14px;
        }

        .soluciones-right-panel {
            grid-template-columns: 1fr;
            gap: 16px;
            min-height: auto;
            min-width: 0;
        }

        .soluciones-preview-column {
            max-width: none;
            min-height: min(62vh, 560px);
        }

        .soluciones-carousel-slide .soluciones-img-cell {
            min-height: 0;
            height: auto;
            flex: 0 0 auto;
            max-height: none;
            width: 100%;
            max-width: 100%;
            margin-left: 0;
            margin-right: 0;
            align-self: stretch;
        }

        .soluciones-carousel-slide .soluciones-img-cell.has-image .cell-media {
            flex: 0 0 auto;
            height: auto;
            aspect-ratio: auto;
            max-height: none;
        }

        .soluciones-carousel-slide .soluciones-img-cell.has-image .cell-media .cell-img {
            width: 100%;
            height: auto;
            max-height: min(calc(58vh - 160px), 380px);
            object-fit: contain;
            object-position: top center;
            display: block;
        }

        .soluciones-carousel-slide .soluciones-carousel-bars {
            margin-top: 15px;
        }

        .soluciones-preview-header {
            padding: 14px 16px 12px;
        }

        .soluciones-preview-header h4 {
            font-size: 11px;
        }

        .soluciones-preview-header p {
            font-size: 14px;
        }

        /* ------------------------------------------------------------------
           PODER / CAMPANAS SECTION
           ------------------------------------------------------------------ */
        .poder-wrapper {
            padding: 16px 0 24px !important;
        }

        .poder-textfx-container {
            min-height: auto;
            padding: 0 16px;
        }

        .poder-textfx-container h1.poder-textfx-line {
            font-size: clamp(36px, 12vw, 52px);
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
            will-change: background-size;
            transition: background-size 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
        }

        .poder-textfx-container h1.poder-textfx-line.poder-textfx-in-view {
            background-size: 100% 100%;
        }

        .campanas-cards-wrap {
            padding: 20px 12px;
            margin-top: 2em;
        }

        .campanas-cards-row {
            grid-template-columns: 1fr;
            border-radius: 20px;
        }

        .campana-card {
            padding: 60px 16px 20px 16px;
            min-height: auto;
        }

        .campana-card:first-child::after {
            display: none;
        }

        .campana-card:first-child {
            border-bottom: 1px solid #d3d3d3;
            padding: 35px;
        }

        .campana-card-title {
            font-size: 18px;
        }

        .campana-card img,
        .campana-card video {
            max-width: 100%;
            height: auto;
        }

        /* ------------------------------------------------------------------
           CAPTAR DATOS SECTION
           ------------------------------------------------------------------ */
        .captar-datos-wrapper {
            padding: 10em 0em !important;
        }

        .captar-datos-head {
            margin-bottom: 24px;
        }

        .captar-datos-steps {
            grid-template-columns: 1fr;
            max-width: 260px;
        }

        .captar-datos-step-card {
            aspect-ratio: 3/4;
        }

        .captar-datos-step-num {
            width: 40px;
            height: 40px;
            font-size: 16px;
        }

        .captar-datos-caption {
            font-size: 12px;
        }

        /* ------------------------------------------------------------------
           AUDIENCE SECTION
           ------------------------------------------------------------------ */
        .audience-wrapper {
            padding: 10em 0em !important;
        }

        .audience-head {
            margin-bottom: 24px;
        }

        .audience-head h1 {
            font-size: clamp(36px, 10vw, 56px);
        }

        .audience-card {
            display: flex !important;
            flex-direction: column;
            border-radius: 20px;
            min-height: auto;
            overflow: hidden;
        }

        .audience-card-left {
            display: contents;
        }

        .audience-slide-text {
            order: 1;
            padding: 24px 20px 16px;
            flex: 0 0 auto;
            text-align: center;
            align-items: center;
            justify-content: center;
            /* Altura fija: el copy usa ~2+2 líneas; evita que la card salte entre slides */
            height: 200px;
            min-height: 200px;
            max-height: 200px;
            box-sizing: border-box;
            overflow-y: auto;
            -webkit-overflow-scrolling: touch;
        }

        .audience-slide-title {
            font-size: 18px;
            text-align: center;
            width: 100%;
            max-width: 20rem;
            margin-left: auto;
            margin-right: auto;
        }

        .audience-slide-sub {
            text-align: center;
            font-size: 14px;
            width: 100%;
            max-width: 100%;
            margin-left: auto;
            margin-right: auto;
        }

        /* Altura explícita: hijos usan height:100% y sin altura del padre colapsan a 0 en móvil */
        .audience-card-right {
            order: 2;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 12px;
            box-sizing: border-box;
            min-height: 300px;
            height: 320px;
            flex-shrink: 0;
        }

        .audience-icon-card {
            width: 85%;
            max-width: 320px;
            height: 100%;
            min-height: 260px;
            align-self: stretch;
            border-radius: 20px;
        }

        .audience-icon-stage {
            min-height: 240px;
            height: 100%;
        }

        .audience-user-chip {
            width: 44px;
            height: 44px;
            border-radius: 11px;
        }

        .audience-user-chip svg {
            width: 22px;
            height: 22px;
        }

        .audience-nav-row {
            order: 3;
            margin-top: 0;
            padding: 16px 20px 24px;
            justify-content: center;
            background: #111;
        }

        .audience-nav-btn {
            width: 36px;
            height: 36px;
        }

        /* ------------------------------------------------------------------
           NO NECESITAS SECTION
           ------------------------------------------------------------------ */
        .no-necesitas-wrap {
            padding: 32px 16px 36px;
        }

        .no-necesitas-head {
            margin-bottom: 20px;
        }

        .no-necesitas-head h2 {
            font-size: 20px;
        }

        .no-necesitas-img-slot {
            margin-bottom: 24px;
        }

        .no-necesitas-cta-pill {
            padding: 12px 22px;
            font-size: 12px;
        }

        /* ------------------------------------------------------------------
           EMPEZAR CTA
           ------------------------------------------------------------------ */
        .empezar-cta-wrap {
            padding: 8em max(12px, env(safe-area-inset-left, 0px)) 8em max(12px, env(safe-area-inset-right, 0px));
            width: 100%;
            max-width: 100%;
            box-sizing: border-box;
        }

        .empezar-cta-wrap > a {
            display: block;
            width: 100%;
            max-width: min(100%, calc(100vw - 24px));
            margin-inline: auto;
            box-sizing: border-box;
        }

        .empezar-cta-btn {
            min-width: 0;
            width: 100%;
            max-width: 100%;
            box-sizing: border-box;
            padding: clamp(30px, 9vw, 52px) clamp(14px, 4vw, 28px);
            font-size: clamp(20px, 6.5vw, 34px);
            letter-spacing: 0.04em;
            border-width: 3px;
        }

        .empezar-cta-note {
            font-size: clamp(12px, 3.2vw, 15px);
            padding: 0 8px;
            text-align: center;
            max-width: calc(100vw - 24px);
        }

        /* ------------------------------------------------------------------
           FAQ DESKTOP (adapted for mobile)
           ------------------------------------------------------------------ */
        .faq-desktop-outer-wrapper {
            background-color: #fff;
        }

        .faq-container {
            margin-top: 2.5em;
            margin-bottom: 2.5em;
        }

        .faq-main-title {
            font-size: 20px !important;
        }

        .faq-desktop-wrapper {
            padding: 0.75em;
            padding-top: 0;
        }

        .faq-desktop-outer-wrapper .accordion-title {
            font-size: 13px !important;
        }

        .faq-desktop-outer-wrapper .accordion-content p {
            font-size: 12px !important;
        }

        /* ------------------------------------------------------------------
           FOOTER MOBILE FINE-TUNING
           ------------------------------------------------------------------ */
        .fw-footer-cols {
            grid-template-columns: 1fr 1fr;
            gap: 24px;
        }

        .fw-footer-logo-text {
            font-size: 22px;
        }

        .fw-footer-bottom {
            grid-template-columns: 1fr;
        }

        .fw-footer-partners {
            justify-self: start;
            flex-wrap: wrap;
            gap: 16px;
        }
    }

    /* Extra small devices (max-width: 400px) */
    @media screen and (max-width: 400px) {
        .hero-section-premium h1 {
            font-size: 1.85rem !important;
        }

        .testimonial-card {
            width: 200px;
            height: 200px;
            border-radius: 200px;
        }

        .testimonial-quote-text {
            font-size: 8px;
            padding: 0 8px;
        }

        .fw-footer-cols {
            grid-template-columns: 1fr;
        }

        .no-necesitas-cta-pill {
            width: 100%;
        }

        /* Horizontal scroll strips: keep flex (do not switch to grid — breaks swipe UX) */
        .soluciones-prod-card {
            min-width: 120px;
        }

        .soluciones-img-grid .soluciones-img-cell {
            --soluciones-cell-size: min(88vw, 240px);
        }
    }

    /* ==========================================================================
       TESTIMONIAL PROGRESS DOTS
       ========================================================================== */

    .testimonial-dots {
        display: flex !important;
        position: relative !important;
        justify-content: center;
        align-items: center;
        gap: 6px;
        margin-top: 20px;
        bottom: auto !important;
        left: auto !important;
        width: auto !important;
    }

    .testimonial-dots .swiper-pagination-bullet {
        position: relative;
        width: 12px;
        height: 12px;
        border-radius: 999px;
        background: rgba(0, 0, 0, 0.15);
        opacity: 1;
        overflow: hidden;
        transition: width 0.35s ease, background 0.35s ease;
        cursor: pointer;
        flex-shrink: 0;
    }

    .testimonial-dots .swiper-pagination-bullet-active {
        width: 48px;
        background: rgba(0, 0, 0, 0.12);
    }

    @keyframes dot-progress-fill {
        from { width: 0% }
        to   { width: 100% }
    }

    .testimonial-dots .dot-fill {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 0%;
        background: #111;
        border-radius: inherit;
    }

    .testimonial-dots .swiper-pagination-bullet-active .dot-fill {
        animation: dot-progress-fill 10s linear forwards;
    }
