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

       .floating-cta-btn {
        position: fixed;
        top: 13px;
        right: 140px;
        z-index: 1001;
        padding: 10px 26px;
        border-radius: 12px;
        font-family: 'touche', 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: #957afb;
        color: #fff;
        border-color: #957afb;
    }

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

    .floating-cta-btn.fcta-light {
        background: #000000;
        color: #957afb;
        border-color: rgba(0, 0, 0, 0.9);
    }

    .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"],
        .navbar.scrolled .nav-actions .nav-dashboard-link {
            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;
        }
    }

/* ==========================================================================
   FIWEEX LOYALTY — HERO
   ========================================================================== */

   body {
    font-weight: 400;
    background: #fff !important;
    font-family: 'touche', sans-serif;
    color: #98a39f;
}

.loyalty-hero {
    box-sizing: border-box;
    width: 100%;
    padding: 200px 30px 150px;
    margin-top: -40px;
    overflow: hidden;
    font-family: 'touche', sans-serif;
}

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

.loyalty-hero__inner {
    display: grid;
    grid-template-columns: 550px 500px;
    align-items: start;
    gap: 85px;
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
    transform: translateX(35px);
    justify-content: center;
}

.loyalty-hero__content {
    min-width: 0;
}

.loyalty-hero__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 6px 16px;
    border: 1px solid #957afb;
    border-radius: 999px;
    color: #957afb;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1;
}

.loyalty-hero h1 {
    margin: 25px 0 13px;
    color: #957afb;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.23;
}

.loyalty-hero h1 span,
.loyalty-hero h1 strong {
    display: block;
}

.loyalty-hero h1 strong {
    font-weight: 600;
}

.loyalty-hero__wallet-copy {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 25px;
}

.loyalty-hero__description{
    margin: 25px 0;
    font-size: 22px;
    line-height: 1.2;
}

.loyalty-hero__description {
    font-weight: 200;
}


.loyalty-hero__wallet-copy strong {
    color: #957afb;
    font-weight: 500;
}

.loyalty-hero__actions {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 35px;
}

.loyalty-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    min-height: 0;
    padding: 1rem 1.5rem 0.8rem;
    border: 1px solid transparent;
    border-radius: 12px;
    color: #957afb;
    font-family: inherit;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    text-decoration: none !important;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.loyalty-button:hover,
.loyalty-button:focus-visible {
    transform: translateY(-1px);
}

.loyalty-button--primary {
    background: #957afb;
    border: 0;
    color: #fff;
}

.loyalty-button--primary:hover,
.loyalty-button--primary:focus-visible {
    background: #7c5dfa;
    color: #fff;
}

.loyalty-button--secondary {
    background: #fff;
    border-color: #957afb;
}

.loyalty-button--secondary:hover,
.loyalty-button--secondary:focus-visible {
    background: transparent;
    color: #7c5dfa;
    border-color: #7c5dfa;
}

.loyalty-button svg {
    display: block;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

.loyalty-hero__visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 500px;
    margin-top: 0;
    flex-shrink: 0;
}

.loyalty-hero__visual::before,
.loyalty-hero__visual::after {
    content: '';
    position: absolute;
    z-index: 0;
    pointer-events: none;
    will-change: transform, opacity, filter;
}

.loyalty-hero__visual::before {
    width: 145%;
    height: 82%;
    left: -22%;
    top: 50%;
    transform: translateY(-50%);
    background: radial-gradient(
        ellipse 74% 90% at 46% 50%,
        rgba(149, 122, 251, 0.38) 0%,
        rgba(193, 178, 255, 0.26) 30%,
        rgba(149, 122, 251, 0.12) 56%,
        rgba(149, 122, 251, 0.04) 70%,
        transparent 82%
    );
    filter: blur(20px);
    animation: loyalty-hero-glow-drift 8s ease-in-out infinite;
}

.loyalty-hero__visual::after {
    width: 118%;
    height: 68%;
    left: -8%;
    top: 50%;
    transform: translateY(-50%);
    background: radial-gradient(
        ellipse 68% 78% at 58% 44%,
        rgba(180, 160, 255, 0.28) 0%,
        rgba(149, 122, 251, 0.16) 42%,
        rgba(149, 122, 251, 0.06) 62%,
        transparent 78%
    );
    filter: blur(28px);
    animation: loyalty-hero-glow-drift-alt 6.5s ease-in-out infinite;
}

@keyframes loyalty-hero-glow-drift {
    0%,
    100% {
        transform: translateY(-50%) translateX(0) scale(1);
        opacity: 0.68;
        filter: blur(20px);
    }

    33% {
        transform: translateY(calc(-50% - 22px)) translateX(28px) scale(1.1);
        opacity: 0.82;
        filter: blur(17px);
    }

    66% {
        transform: translateY(calc(-50% + 14px)) translateX(-20px) scale(0.94);
        opacity: 0.74;
        filter: blur(22px);
    }
}

@keyframes loyalty-hero-glow-drift-alt {
    0%,
    100% {
        transform: translateY(-50%) translateX(0) scale(1);
        opacity: 0.48;
        filter: blur(28px);
    }

    50% {
        transform: translateY(calc(-50% + 24px)) translateX(-32px) scale(1.14);
        opacity: 0.62;
        filter: blur(22px);
    }
}

@keyframes loyalty-hero-glow-drift-mobile {
    0%,
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.68;
        filter: blur(20px);
    }

    33% {
        transform: translate(calc(-50% + 18px), calc(-50% - 18px)) scale(1.08);
        opacity: 0.82;
        filter: blur(17px);
    }

    66% {
        transform: translate(calc(-50% - 14px), calc(-50% + 12px)) scale(0.96);
        opacity: 0.74;
        filter: blur(22px);
    }
}

@keyframes loyalty-hero-glow-drift-alt-mobile {
    0%,
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.48;
        filter: blur(28px);
    }

    50% {
        transform: translate(calc(-50% - 22px), calc(-50% + 20px)) scale(1.12);
        opacity: 0.62;
        filter: blur(22px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .loyalty-hero__visual::before,
    .loyalty-hero__visual::after {
        animation: none !important;
        opacity: 0.72;
    }

    .loyalty-hero__image--main,
    .loyalty-hero__image--scan,
    .loyalty-hero__image--apple-wallet,
    .loyalty-hero__image--google-wallet,
    .loyalty-hero__image--notification {
        animation: none !important;
    }
}

.loyalty-hero__composition {
    position: relative;
    z-index: 1;
    width: 284px;
    max-width: 100%;
}

.loyalty-hero__image {
    display: block;
    height: auto;
    will-change: transform;
}

.loyalty-hero__image--main {
    position: relative;
    width: 100%;
    z-index: 2;
    animation: loyalty-hero-float-main 7s ease-in-out infinite;
}

.loyalty-hero__image--scan,
.loyalty-hero__image--apple-wallet,
.loyalty-hero__image--google-wallet,
.loyalty-hero__image--notification {
    position: absolute;
    z-index: 3;
    filter: drop-shadow(0 12px 28px rgba(149, 122, 251, 0.2))
            drop-shadow(0 6px 16px rgba(0, 0, 0, 0.1));
}

.loyalty-hero__image--scan {
    width: 80%;
    left: -60%;
    top: 7%;
    animation: loyalty-hero-float 6s ease-in-out infinite;
}

.loyalty-hero__image--google-wallet {
    width: 60%;
    right: -42%;
    top: 36%;
    z-index: 4;
    animation: loyalty-hero-float-alt 7s ease-in-out -1s infinite;
}

.loyalty-hero__image--apple-wallet {
    width: 53%;
    left: -45%;
    top: 58%;
    z-index: 4;
    animation: loyalty-hero-float 6.5s ease-in-out -0.5s infinite;
}

.loyalty-hero__image--notification {
    width: 100%;
    right: -70%;
    bottom: 3%;
    animation: loyalty-hero-float-alt 7.5s ease-in-out -2s infinite;
}

@keyframes loyalty-hero-float-main {
    0%,
    100% {
        transform: translateY(0);
    }

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

@keyframes loyalty-hero-float {
    0%,
    100% {
        transform: translateY(0);
    }

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

@keyframes loyalty-hero-float-alt {
    0%,
    100% {
        transform: translateY(0);
    }

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

.loyalty-hero__benefits {
    display: flex;
    font-weight: 300;
    justify-content: center;
    gap: 24px;
    margin: 43px auto 0;
    padding: 0;
    color: #98a39f;
    list-style: none;
    font-size: 18px;
    line-height: 1.2;
}

.loyalty-hero__benefits li {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

.loyalty-hero__benefits .fa {
    margin-right: 5px;
    color: #48d99c;
    font-size: 13px;
}

.loyalty-hero__benefits .check {
    display: inline-block;
    margin-right: 5px;
    color: #48d99c;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
}

/* ==========================================================================
   FIWEEX LOYALTY — HERO ENTRANCE (apertura desde el centro)
   ========================================================================== */

.loyalty-hero--entrance {
    --loyalty-ease: cubic-bezier(0.22, 1, 0.36, 1);
    --loyalty-split-left: calc(500px / 2 + 85px / 2);
    --loyalty-split-right: calc((550px + 85px) / -2);
}

.loyalty-hero--entrance .loyalty-hero__content,
.loyalty-hero--entrance .loyalty-hero__visual {
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    will-change: transform, opacity;
}

.loyalty-hero--entrance .loyalty-hero__content {
    z-index: 2;
    animation: loyaltyEnterColLeft 1.15s var(--loyalty-ease) both;
}

.loyalty-hero--entrance .loyalty-hero__visual {
    z-index: 1;
    animation: loyaltyEnterColRight 1.15s var(--loyalty-ease) both;
}

.loyalty-hero--entrance .loyalty-hero__content > *,
.loyalty-hero--entrance .loyalty-hero__composition,
.loyalty-hero--entrance .loyalty-hero__benefits,
.loyalty-hero--entrance .loyalty-hero__benefits li {
    opacity: 0;
    animation: loyaltyEnterFade 0.55s var(--loyalty-ease) both;
}

.loyalty-hero--entrance .loyalty-hero__badge { animation-delay: 0.38s; }
.loyalty-hero--entrance .loyalty-hero h1 { animation-delay: 0.44s; }
.loyalty-hero--entrance .loyalty-hero__description { animation-delay: 0.5s; }
.loyalty-hero--entrance .loyalty-hero__wallet-copy { animation-delay: 0.56s; }
.loyalty-hero--entrance .loyalty-hero__actions { animation-delay: 0.62s; }
.loyalty-hero--entrance .loyalty-hero__composition { animation-delay: 0.34s; }
.loyalty-hero--entrance .loyalty-hero__benefits { animation-delay: 0.72s; }
.loyalty-hero--entrance .loyalty-hero__benefits li:nth-child(1) { animation-delay: 0.8s; }
.loyalty-hero--entrance .loyalty-hero__benefits li:nth-child(2) { animation-delay: 0.88s; }
.loyalty-hero--entrance .loyalty-hero__benefits li:nth-child(3) { animation-delay: 0.96s; }

.loyalty-hero--entrance .loyalty-hero__image--main {
    animation: loyalty-hero-float-main 7s ease-in-out 1.15s infinite;
}

.loyalty-hero--entrance .loyalty-hero__image--scan {
    animation: loyalty-hero-float 6s ease-in-out 1.15s infinite;
}

.loyalty-hero--entrance .loyalty-hero__image--apple-wallet {
    animation: loyalty-hero-float 6.5s ease-in-out 1.15s infinite;
}

.loyalty-hero--entrance .loyalty-hero__image--google-wallet {
    animation: loyalty-hero-float-alt 7s ease-in-out 1.15s infinite;
}

.loyalty-hero--entrance .loyalty-hero__image--notification {
    animation: loyalty-hero-float-alt 7.5s ease-in-out 1.15s infinite;
}

@keyframes loyaltyEnterColLeft {
    0% {
        opacity: 0;
        transform: translate3d(var(--loyalty-split-left), 0, 0) scale(0.97);
    }

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

@keyframes loyaltyEnterColRight {
    0% {
        opacity: 0;
        transform: translate3d(var(--loyalty-split-right), 0, 0) scale(0.97);
    }

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

@keyframes loyaltyEnterFade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.loyalty-hero--entrance.is-settled .loyalty-hero__content,
.loyalty-hero--entrance.is-settled .loyalty-hero__visual,
.loyalty-hero--entrance.is-settled .loyalty-hero__content > *,
.loyalty-hero--entrance.is-settled .loyalty-hero__composition,
.loyalty-hero--entrance.is-settled .loyalty-hero__benefits,
.loyalty-hero--entrance.is-settled .loyalty-hero__benefits li {
    animation: none;
    opacity: 1;
    transform: none;
    will-change: auto;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .loyalty-hero--entrance {
        --loyalty-split-left: calc(334px / 2 + clamp(28px, 6vw, 85px) / 2);
        --loyalty-split-right: calc((334px + clamp(28px, 6vw, 85px)) / -2);
    }
}

@media screen and (max-width: 767px) {
    .loyalty-hero--entrance {
        --loyalty-split-left: 0;
        --loyalty-split-right: 0;
    }

    .loyalty-hero--entrance .loyalty-hero__content {
        animation: none;
        opacity: 1;
        transform: none;
    }

    .loyalty-hero--entrance .loyalty-hero__visual {
        animation: loyaltyEnterColMobile 1s var(--loyalty-ease) both;
    }

    .loyalty-hero--entrance .loyalty-hero__badge { animation-delay: 0.2s; }
    .loyalty-hero--entrance .loyalty-hero h1 { animation-delay: 0.48s; }
    .loyalty-hero--entrance .loyalty-hero__description { animation-delay: 0.56s; }
    .loyalty-hero--entrance .loyalty-hero__wallet-copy { animation-delay: 0.64s; }
    .loyalty-hero--entrance .loyalty-hero__actions { animation-delay: 0.72s; }
    .loyalty-hero--entrance .loyalty-hero__composition { animation-delay: 0.28s; }
    .loyalty-hero--entrance .loyalty-hero__benefits { animation-delay: 0.8s; }
    .loyalty-hero--entrance .loyalty-hero__benefits li:nth-child(1) { animation-delay: 0.88s; }
    .loyalty-hero--entrance .loyalty-hero__benefits li:nth-child(2) { animation-delay: 0.96s; }
    .loyalty-hero--entrance .loyalty-hero__benefits li:nth-child(3) { animation-delay: 1.04s; }
}

@keyframes loyaltyEnterColMobile {
    0% {
        opacity: 0;
        transform: translate3d(0, 18px, 0) scale(0.97);
    }

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

@media (prefers-reduced-motion: reduce) {
    .loyalty-hero--entrance .loyalty-hero__content,
    .loyalty-hero--entrance .loyalty-hero__visual,
    .loyalty-hero--entrance .loyalty-hero__content > *,
    .loyalty-hero--entrance .loyalty-hero__composition,
    .loyalty-hero--entrance .loyalty-hero__benefits,
    .loyalty-hero--entrance .loyalty-hero__benefits li,
    .loyalty-hero--entrance .loyalty-hero__image--main,
    .loyalty-hero--entrance .loyalty-hero__image--scan,
    .loyalty-hero--entrance .loyalty-hero__image--apple-wallet,
    .loyalty-hero--entrance .loyalty-hero__image--google-wallet,
    .loyalty-hero--entrance .loyalty-hero__image--notification {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
        will-change: auto !important;
    }
}

@media screen and (max-width: 991px) {
    .loyalty-hero {
        margin-top: 0;
        padding-top: 34px;
        overflow-x: hidden;
    }

    .loyalty-hero__inner {
        grid-template-columns: minmax(0, 1fr) minmax(0, 334px);
        gap: clamp(28px, 6vw, 85px);
        transform: none;
    }

    .loyalty-hero__visual {
        max-width: 334px;
        overflow: visible;
    }

    .loyalty-hero__composition {
        width: 236px;
    }

    .loyalty-hero__image--scan {
        width: 60%;
        left: -30%;
        top: 8%;
    }

    .loyalty-hero__image--google-wallet {
        width: 62%;
        right: -30%;
        top: 35%;
        filter: drop-shadow(0 8px 18px rgba(149, 122, 251, 0.18))
                drop-shadow(0 4px 10px rgba(0, 0, 0, 0.08));
    }

    .loyalty-hero__image--apple-wallet {
        width: 46%;
        left: -22%;
        top: 57%;
        filter: drop-shadow(0 8px 18px rgba(149, 122, 251, 0.18))
                drop-shadow(0 4px 10px rgba(0, 0, 0, 0.08));
    }

    .loyalty-hero__image--notification {
        width: 70%;
        right: -30%;
        bottom: 6%;
    }
}

@media screen and (max-width: 767px) {
    .loyalty-hero {
        padding: 32px 20px 48px;
        text-align: center;
    }

    .loyalty-hero__inner {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 18px;
    }

    .loyalty-hero__content {
        display: contents;
    }

    .loyalty-hero__visual {
        order: 2;
        width: 100%;
        max-width: min(360px, 94vw);
        margin: 4px auto 8px;
        padding-inline: clamp(28px, 11vw, 52px);
        overflow: visible;
        box-sizing: border-box;
    }

    .loyalty-hero__badge {
        min-height: 36px;
        font-size: 12px;
        align-self: center;
        order: 1;
    }

    .loyalty-hero h1 {
        margin: 0;
        font-size: clamp(25px, 7vw, 30px);
        width: 100%;
        order: 3;
    }

    .loyalty-desktop-break {
        display: none;
    }

    .loyalty-hero__description {
        margin: 0;
        font-size: 17px;
        line-height: 1.25;
        width: 100%;
        order: 4;
    }

    .loyalty-hero__wallet-copy {
        margin: 0;
        font-size: 17px;
        width: 100%;
        order: 5;
    }

    .loyalty-hero__composition {
        width: min(260px, 68vw);
        margin: 0 auto;
    }

    .loyalty-hero__image--scan {
        width: clamp(128px, 56%, 168px);
        left: -16%;
        top: 8%;
    }

    .loyalty-hero__image--google-wallet {
        width: clamp(108px, 58%, 148px);
        right: -25%;
        top: 35%;
        filter: drop-shadow(0 8px 18px rgba(149, 122, 251, 0.18))
                drop-shadow(0 4px 10px rgba(0, 0, 0, 0.08));
    }

    .loyalty-hero__image--apple-wallet {
        width: clamp(82px, 44%, 112px);
        left: -10%;
        top: 57%;
        filter: drop-shadow(0 8px 18px rgba(149, 122, 251, 0.18))
                drop-shadow(0 4px 10px rgba(0, 0, 0, 0.08));
    }

    .loyalty-hero__image--notification {
        width: clamp(148px, 66%, 192px);
        right: -16%;
        bottom: 6%;
    }

    .loyalty-hero__visual::before {
        width: 135%;
        height: 78%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        animation-name: loyalty-hero-glow-drift-mobile;
    }

    .loyalty-hero__visual::after {
        width: 112%;
        height: 62%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        animation-name: loyalty-hero-glow-drift-alt-mobile;
    }

    .loyalty-hero__actions {
        flex-direction: column;
        align-items: center;
        margin-top: 0;
        width: 100%;
        order: 6;
    }

    .loyalty-button {
        width: 100%;
    }

    .loyalty-hero__benefits {
        align-items: center;
        flex-direction: column;
        gap: 12px;
        width: fit-content;
        margin: 18px auto 0;
        font-size: 16px;
    }
}

@media screen and (max-width: 420px) {
    .loyalty-hero__visual {
        max-width: min(320px, 92vw);
        padding-inline: clamp(22px, 9vw, 36px);
    }

    .loyalty-hero__composition {
        width: min(230px, 64vw);
    }

    .loyalty-hero__image--scan {
        width: 52%;
        left: -10%;
        top: 9%;
    }

    .loyalty-hero__image--google-wallet {
        width: 54%;
        right: -8%;
        top: 35%;
    }

    .loyalty-hero__image--apple-wallet {
        width: 40%;
        left: -6%;
        top: 57%;
    }

    .loyalty-hero__image--notification {
        width: 62%;
        right: -10%;
        bottom: 5%;
    }
}

/* ==========================================================================
   FIWEEX LOYALTY — PROGRAMA
   ========================================================================== */

.loyalty-program-section {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 150px 0;
    overflow: visible;
    background: #fff;
    font-family: 'touche', 'Inter', sans-serif;
    isolation: isolate;
}

.loyalty-program-section__waves {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    max-width: none;
    margin: 0;
    transform: translateX(-50%);
    z-index: 0;
    overflow: visible;
    pointer-events: none;
    background: #fff;
}

.loyalty-program-section__waves canvas {
    display: block;
    width: 100%;
    height: 100%;
    filter: blur(30px);
    opacity: 1;
    transform: scale(1.15);
    transform-origin: center center;
}

.loyalty-program-section__inner {
    position: relative;
    z-index: 1;
    width: 1065px;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.loyalty-program-section__header {
    text-align: center;
}

.loyalty-program-section__eyebrow {
    margin: 0 0 16px;
    color: #957afb;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.15;
}

.loyalty-program-section h2 {
    margin: 0;
    color: #111;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
}

.loyalty-program-section__description {
    margin: 16px auto 37px;
    color: #b6bcba;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.3;
}

.loyalty-program-section__description .loyalty-program-section__highlight {
    color: #957afb;
    font-weight: 500;
}

.loyalty-program-section__description .loyalty-program-section__wallet {
    font-weight: 500;
}

.loyalty-program-section__images {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 100px;
}

.loyalty-program-section__card.atvImg {
    display: block;
    width: 100%;
    aspect-ratio: 650 / 876;
    padding: 0;
    border: 0;
    background: transparent;
    border-radius: 14px;
    perspective: 1200px;
    -webkit-perspective: 1200px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    touch-action: manipulation;
    appearance: none;
    -webkit-appearance: none;
    user-select: none;
    -webkit-user-select: none;
}

.loyalty-program-section__card.atvImg:focus,
.loyalty-program-section__card.atvImg:active {
    background: transparent;
    outline: none;
}

.loyalty-program-section__card.atvImg:focus-visible {
    outline: 2px solid #957afb;
    outline-offset: 4px;
}

.loyalty-program-section .atvImg-tilt {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transition: transform 0.2s ease-out;
    will-change: transform;
}

.loyalty-program-section .atvImg-tilt.over {
    filter: drop-shadow(0 8px 20px rgba(14, 21, 47, 0.12));
}

.loyalty-program-section .atvImg-flipper {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transition: transform 0.65s cubic-bezier(0.4, 0, 0.2, 1);
}

.loyalty-program-section .atvImg.is-flipped .atvImg-flipper {
    transform: rotateY(180deg);
}

.loyalty-program-section .atvImg-face {
    position: absolute;
    inset: 0;
    border-radius: 14px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(14, 21, 47, 0.14);
}

.loyalty-program-section .atvImg-face--back {
    transform: rotateY(180deg);
}

.loyalty-program-section .atvImg-rendered-layer,
.loyalty-program-section .atvImg-rendered-layer--back {
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 14px;
}

.loyalty-program-section .atvImg-shine {
    position: absolute;
    inset: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 60%);
    pointer-events: none;
    transition: opacity 0.2s ease-out;
}

.loyalty-program-section .atvImg.is-flipped .atvImg-face--front .atvImg-shine {
    opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
    .loyalty-program-section .atvImg-flipper,
    .loyalty-program-section .atvImg-tilt {
        transition: none;
    }
}

.loyalty-program-section__wallets {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px 20px;
    margin: 36px 0 0;
}

.loyalty-program-section__wallet-badge {
    display: block;
    height: 48px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

.loyalty-program-section__wallet-badge--apple {
    width: 151px;
}

.loyalty-program-section__wallet-badge--google {
    width: 209px;
}

.loyalty-program-section__features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    justify-items: stretch;
    height: 48px;
    gap: 8px;
    margin: 80px 0 0;
    padding: 0 15px;
    box-sizing: border-box;
    border-radius: 13px;
    background: #957afb;
    color: #fff;
    list-style: none;
}

.loyalty-program-section__features li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-width: 0;
    gap: 7px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
}

.loyalty-program-section__features svg {
    display: block;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    stroke-width: 1.8;
}

/* ==========================================================================
   FIWEEX LOYALTY — PROGRAMA ENTRANCE (revelado + abanico de tarjetas)
   ========================================================================== */

.loyalty-program-section--entrance {
    --loyalty-program-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

.loyalty-program-section--entrance .loyalty-program-section__images {
    perspective: 1400px;
}

.loyalty-program-section--entrance:not(.is-visible):not(.is-settled) .loyalty-program-section__eyebrow {
    opacity: 0;
    letter-spacing: 0.32em;
    transform: translate3d(-36px, 0, 0);
}

.loyalty-program-section--entrance:not(.is-visible):not(.is-settled) .loyalty-program-section__header h2 {
    opacity: 0;
    clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
    transform: scale(0.94);
}

.loyalty-program-section--entrance:not(.is-visible):not(.is-settled) .loyalty-program-section__description {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
    transform: translate3d(0, 14px, 0);
}

.loyalty-program-section--entrance:not(.is-visible):not(.is-settled) .loyalty-program-section__description .loyalty-program-section__highlight {
    color: #b6bcba;
}

.loyalty-program-section--entrance:not(.is-visible):not(.is-settled) .loyalty-program-section__description .loyalty-program-section__wallet {
    opacity: 0.35;
}

.loyalty-program-section--entrance:not(.is-visible):not(.is-settled) .loyalty-program-section__card.atvImg {
    opacity: 0;
    transform: translate3d(0, 88px, 0) scale(0.9);
}

.loyalty-program-section--entrance:not(.is-visible):not(.is-settled) .loyalty-program-section__card.atvImg:nth-child(1) {
    transform: translate3d(-24px, 72px, 0) rotateY(32deg) rotateZ(-5deg);
}

.loyalty-program-section--entrance:not(.is-visible):not(.is-settled) .loyalty-program-section__card.atvImg:nth-child(3) {
    transform: translate3d(24px, 72px, 0) rotateY(-32deg) rotateZ(5deg);
}

.loyalty-program-section--entrance:not(.is-visible):not(.is-settled) .loyalty-program-section__wallets,
.loyalty-program-section--entrance:not(.is-visible):not(.is-settled) .loyalty-program-section__wallet-badge {
    opacity: 0;
}

.loyalty-program-section--entrance:not(.is-visible):not(.is-settled) .loyalty-program-section__wallet-badge {
    transform: translate3d(0, 16px, 0);
}

.loyalty-program-section--entrance:not(.is-visible):not(.is-settled) .loyalty-program-section__features,
.loyalty-program-section--entrance:not(.is-visible):not(.is-settled) .loyalty-program-section__features li {
    opacity: 0;
}

.loyalty-program-section--entrance:not(.is-visible):not(.is-settled) .loyalty-program-section__features {
    transform: scaleX(0);
}

.loyalty-program-section--entrance.is-visible .loyalty-program-section__eyebrow,
.loyalty-program-section--entrance.is-visible .loyalty-program-section__header h2,
.loyalty-program-section--entrance.is-visible .loyalty-program-section__description,
.loyalty-program-section--entrance.is-visible .loyalty-program-section__card.atvImg,
.loyalty-program-section--entrance.is-visible .loyalty-program-section__wallet-badge,
.loyalty-program-section--entrance.is-visible .loyalty-program-section__features,
.loyalty-program-section--entrance.is-visible .loyalty-program-section__features li {
    backface-visibility: hidden;
    will-change: transform, opacity, clip-path;
}

.loyalty-program-section--entrance.is-visible .loyalty-program-section__eyebrow {
    animation: loyaltyProgramEyebrowIn 0.9s var(--loyalty-program-ease) both;
}

.loyalty-program-section--entrance.is-visible .loyalty-program-section__header h2 {
    transform-origin: center center;
    animation: loyaltyProgramTitleUnfold 1s var(--loyalty-program-ease) 0.14s both;
}

.loyalty-program-section--entrance.is-visible .loyalty-program-section__description {
    animation: loyaltyProgramDescSweep 1.05s var(--loyalty-program-ease) 0.32s both;
}

.loyalty-program-section--entrance.is-visible .loyalty-program-section__description .loyalty-program-section__highlight {
    animation: loyaltyProgramHighlightPop 0.65s var(--loyalty-program-ease) 0.72s both;
}

.loyalty-program-section--entrance.is-visible .loyalty-program-section__description .loyalty-program-section__wallet {
    animation: loyaltyProgramWalletIn 0.55s var(--loyalty-program-ease) 0.88s both;
}

.loyalty-program-section--entrance.is-visible .loyalty-program-section__card.atvImg {
    transform-origin: center bottom;
    animation: loyaltyProgramCardFanCenter 0.95s var(--loyalty-program-ease) both;
}

.loyalty-program-section--entrance.is-visible .loyalty-program-section__card.atvImg:nth-child(1) {
    animation-name: loyaltyProgramCardFanLeft;
    animation-delay: 0.52s;
}

.loyalty-program-section--entrance.is-visible .loyalty-program-section__card.atvImg:nth-child(2) {
    animation-delay: 0.64s;
}

.loyalty-program-section--entrance.is-visible .loyalty-program-section__card.atvImg:nth-child(3) {
    animation-name: loyaltyProgramCardFanRight;
    animation-delay: 0.76s;
}

.loyalty-program-section--entrance.is-visible .loyalty-program-section__wallet-badge {
    animation: loyaltyProgramWalletBadgeIn 0.55s var(--loyalty-program-ease) both;
}

.loyalty-program-section--entrance.is-visible .loyalty-program-section__wallet-badge--apple {
    animation-delay: 1.02s;
}

.loyalty-program-section--entrance.is-visible .loyalty-program-section__wallet-badge--google {
    animation-delay: 1.12s;
}

.loyalty-program-section--entrance.is-visible .loyalty-program-section__features {
    transform-origin: center center;
    animation: loyaltyProgramFeaturesExpand 0.7s var(--loyalty-program-ease) 1.18s both;
}

.loyalty-program-section--entrance.is-visible .loyalty-program-section__features li {
    animation: loyaltyProgramFeatureItemIn 0.55s var(--loyalty-program-ease) both;
}

.loyalty-program-section--entrance.is-visible .loyalty-program-section__features li:nth-child(1) {
    animation-delay: 1.32s;
}

.loyalty-program-section--entrance.is-visible .loyalty-program-section__features li:nth-child(2) {
    animation-delay: 1.42s;
}

.loyalty-program-section--entrance.is-visible .loyalty-program-section__features li:nth-child(3) {
    animation-delay: 1.52s;
}

.loyalty-program-section--entrance.is-settled .loyalty-program-section__eyebrow,
.loyalty-program-section--entrance.is-settled .loyalty-program-section__header h2,
.loyalty-program-section--entrance.is-settled .loyalty-program-section__description,
.loyalty-program-section--entrance.is-settled .loyalty-program-section__description .loyalty-program-section__highlight,
.loyalty-program-section--entrance.is-settled .loyalty-program-section__description .loyalty-program-section__wallet,
.loyalty-program-section--entrance.is-settled .loyalty-program-section__card.atvImg,
.loyalty-program-section--entrance.is-settled .loyalty-program-section__wallet-badge,
.loyalty-program-section--entrance.is-settled .loyalty-program-section__features,
.loyalty-program-section--entrance.is-settled .loyalty-program-section__features li {
    animation: none;
    opacity: 1;
    clip-path: none;
    transform: none;
    letter-spacing: normal;
    will-change: auto;
}

.loyalty-program-section--entrance.is-settled .loyalty-program-section__description .loyalty-program-section__highlight {
    color: #957afb;
}

@keyframes loyaltyProgramEyebrowIn {
    0% {
        opacity: 0;
        letter-spacing: 0.32em;
        transform: translate3d(-36px, 0, 0);
    }

    100% {
        opacity: 1;
        letter-spacing: normal;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes loyaltyProgramTitleUnfold {
    0% {
        opacity: 0;
        clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
        transform: scale(0.94);
    }

    55% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        transform: scale(1);
    }
}

@keyframes loyaltyProgramDescSweep {
    0% {
        opacity: 0;
        clip-path: inset(0 100% 0 0);
        transform: translate3d(0, 14px, 0);
    }

    100% {
        opacity: 1;
        clip-path: inset(0 0 0 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes loyaltyProgramHighlightPop {
    0% {
        color: #b6bcba;
    }

    100% {
        color: #957afb;
    }
}

@keyframes loyaltyProgramWalletIn {
    0% {
        opacity: 0.35;
    }

    100% {
        opacity: 1;
    }
}

@keyframes loyaltyProgramWalletBadgeIn {
    0% {
        opacity: 0;
        transform: translate3d(0, 16px, 0);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes loyaltyProgramCardFanLeft {
    0% {
        opacity: 0;
        transform: translate3d(-24px, 72px, 0) rotateY(32deg) rotateZ(-5deg);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) rotateY(0deg) rotateZ(0deg);
    }
}

@keyframes loyaltyProgramCardFanCenter {
    0% {
        opacity: 0;
        transform: translate3d(0, 88px, 0) scale(0.9);
    }

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

@keyframes loyaltyProgramCardFanRight {
    0% {
        opacity: 0;
        transform: translate3d(24px, 72px, 0) rotateY(-32deg) rotateZ(5deg);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) rotateY(0deg) rotateZ(0deg);
    }
}

@keyframes loyaltyProgramFeaturesExpand {
    0% {
        opacity: 0;
        transform: scaleX(0);
    }

    100% {
        opacity: 1;
        transform: scaleX(1);
    }
}

@keyframes loyaltyProgramFeaturesExpandY {
    0% {
        opacity: 0;
        transform: scaleY(0);
    }

    100% {
        opacity: 1;
        transform: scaleY(1);
    }
}

@keyframes loyaltyProgramFeatureItemIn {
    0% {
        opacity: 0;
        transform: translate3d(0, 10px, 0);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@media screen and (max-width: 767px) {
    .loyalty-program-section {
        width: 100%;
        padding: 56px 0 48px;
    }

    .loyalty-program-section__inner {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .loyalty-program-section__eyebrow {
        margin-bottom: 12px;
        font-size: clamp(16px, 4.5vw, 20px);
    }

    .loyalty-program-section h2 {
        font-size: clamp(25px, 7.2vw, 30px);
    }

    .loyalty-program-section__description {
        max-width: 480px;
        margin: 14px auto 28px;
        font-size: 16px;
        line-height: 1.4;
    }

    .loyalty-program-section__desktop-break {
        display: none;
    }

    .loyalty-program-section__images {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 0 4px;
    }

    .loyalty-program-section__card.atvImg {
        width: min(100%, 320px);
        max-width: none;
        margin: 0 auto;
        touch-action: none;
    }

    .loyalty-program-section .atvImg-flipper {
        transition-duration: 0.55s;
    }

    .loyalty-program-section .atvImg-tilt {
        transition-duration: 0.15s;
    }

    .loyalty-program-section .atvImg-tilt.over {
        filter: drop-shadow(0 6px 14px rgba(14, 21, 47, 0.1));
    }

    .loyalty-program-section .atvImg-face {
        box-shadow: 0 3px 12px rgba(14, 21, 47, 0.12);
    }

    .loyalty-program-section__wallets {
        gap: 12px 14px;
        margin-top: 24px;
    }

    .loyalty-program-section__wallet-badge {
        height: 40px;
    }

    .loyalty-program-section__wallet-badge--apple {
        width: 126px;
    }

    .loyalty-program-section__wallet-badge--google {
        width: 174px;
    }

    .loyalty-program-section__features {
        grid-template-columns: 1fr;
        height: auto;
        gap: 12px;
        margin-top: 24px;
        padding: 14px 12px;
    }

    .loyalty-program-section__features li {
        justify-content: center;
        min-height: 24px;
        font-size: 16px;
        white-space: normal;
    }

    .loyalty-program-section--entrance:not(.is-visible):not(.is-settled) .loyalty-program-section__card.atvImg:nth-child(1),
    .loyalty-program-section--entrance:not(.is-visible):not(.is-settled) .loyalty-program-section__card.atvImg:nth-child(3) {
        transform: translate3d(0, 88px, 0) scale(0.9);
    }

    .loyalty-program-section--entrance:not(.is-visible):not(.is-settled) .loyalty-program-section__features {
        transform: scaleY(0);
    }

    .loyalty-program-section--entrance.is-visible .loyalty-program-section__card.atvImg:nth-child(1),
    .loyalty-program-section--entrance.is-visible .loyalty-program-section__card.atvImg:nth-child(3) {
        animation-name: loyaltyProgramCardFanCenter;
    }

    .loyalty-program-section--entrance.is-visible .loyalty-program-section__card.atvImg:nth-child(1) {
        animation-delay: 0.52s;
    }

    .loyalty-program-section--entrance.is-visible .loyalty-program-section__card.atvImg:nth-child(2) {
        animation-delay: 0.64s;
    }

    .loyalty-program-section--entrance.is-visible .loyalty-program-section__card.atvImg:nth-child(3) {
        animation-delay: 0.76s;
    }

    .loyalty-program-section--entrance.is-visible .loyalty-program-section__features {
        transform-origin: center top;
        animation-name: loyaltyProgramFeaturesExpandY;
    }
}

@media (prefers-reduced-motion: reduce) {
    .loyalty-program-section--entrance .loyalty-program-section__eyebrow,
    .loyalty-program-section--entrance .loyalty-program-section__header h2,
    .loyalty-program-section--entrance .loyalty-program-section__description,
    .loyalty-program-section--entrance .loyalty-program-section__description .loyalty-program-section__highlight,
    .loyalty-program-section--entrance .loyalty-program-section__description .loyalty-program-section__wallet,
    .loyalty-program-section--entrance .loyalty-program-section__card.atvImg,
    .loyalty-program-section--entrance .loyalty-program-section__wallet-badge,
    .loyalty-program-section--entrance .loyalty-program-section__features,
    .loyalty-program-section--entrance .loyalty-program-section__features li {
        animation: none !important;
        opacity: 1 !important;
        clip-path: none !important;
        transform: none !important;
        letter-spacing: normal !important;
        will-change: auto !important;
    }

    .loyalty-program-section--entrance .loyalty-program-section__description .loyalty-program-section__highlight {
        color: #957afb !important;
    }
}

/* ==========================================================================
   FIWEEX LOYALTY — ASÍ FUNCIONA PARA TU CLIENTE
   ========================================================================== */

.loyalty-how-section {
    --loyalty-how-purple: #957afb;
    --loyalty-how-ease: cubic-bezier(0.22, 1, 0.36, 1);
    box-sizing: border-box;
    width: 100%;
    padding: 150px 30px;
    font-family: 'touche', 'Inter', sans-serif;
}

.loyalty-how-section *,
.loyalty-how-section *::before,
.loyalty-how-section *::after {
    box-sizing: border-box;
}

.loyalty-how-section__inner {
    width: 1080px;
    max-width: 100%;
    margin: 0 auto;
}

.loyalty-how-section__header {
    text-align: center;
}

.loyalty-how-section__eyebrow {
    margin: 0 0 14px;
    color: var(--loyalty-how-purple);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

.loyalty-how-section h2 {
    margin: 0;
    color: #111;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.15;
}

.loyalty-how-section h2 span,
.loyalty-how-section h2 strong {
    display: block;
}

.loyalty-how-section h2 strong {
    color: var(--loyalty-how-purple);
    font-size: 1.28em;
    font-weight: 700;
}

.loyalty-how-section__description {
    margin: 14px auto 0;
    color: #98a39f;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
}

.loyalty-how-section__steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin: 52px 0 0;
    padding: 22px 0 0;
    list-style: none;
}

.loyalty-how-section__card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
    padding: 36px 22px 18px;
    border-radius: 24px;
    background: #f4f4f6;
    text-align: center;
    isolation: isolate;
    transition:
        background-color 0.55s var(--loyalty-how-ease),
        transform 0.55s var(--loyalty-how-ease),
        opacity 0.45s var(--loyalty-how-ease);
}

.loyalty-how-section__step {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--loyalty-how-purple);
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    transform: translate(-50%, -50%);
    transition:
        transform 0.55s var(--loyalty-how-ease),
        background-color 0.45s var(--loyalty-how-ease);
}

.loyalty-how-section__title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 8px;
    transition: transform 0.5s var(--loyalty-how-ease);
}

.loyalty-how-section__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--loyalty-how-purple);
    transform-origin: center;
    transition:
        transform 0.5s var(--loyalty-how-ease),
        color 0.45s var(--loyalty-how-ease);
}

.loyalty-how-section__icon svg,
.loyalty-how-section__icon i {
    display: block;
    width: 32px;
    height: 32px;
    stroke-width: 3;
    transition: transform 0.5s var(--loyalty-how-ease);
}

.loyalty-how-section__card h3 {
    margin: 0;
    color: #111;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    transition: color 0.45s var(--loyalty-how-ease);
}

.loyalty-how-section__card p {
    margin: 8px 0 0;
    max-width: 260px;
    color: #98a39f;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    transition:
        color 0.45s var(--loyalty-how-ease),
        transform 0.5s var(--loyalty-how-ease);
}

.loyalty-how-section__media {
    width: 100%;
    aspect-ratio: 4 / 5;
    margin: 22px 0 0;
    border-radius: 18px;
    background: #cbb6fb;
    overflow: hidden;
    transition:
        border-radius 0.6s var(--loyalty-how-ease),
        background-color 0.55s var(--loyalty-how-ease),
        transform 0.55s var(--loyalty-how-ease);
}

.loyalty-how-section__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1) translate3d(0, 0, 0);
    transform-origin: center center;
    transition: transform 0.7s var(--loyalty-how-ease);
}

@media (hover: hover) and (pointer: fine) {
    .loyalty-how-section--entrance.is-settled .loyalty-how-section__steps:hover .loyalty-how-section__card:not(:hover) {
        opacity: 0.62;
        transform: scale(0.985);
    }

    .loyalty-how-section--entrance.is-settled .loyalty-how-section__card:hover {
        background: #ebe4ff;
        transform: translate3d(0, -8px, 0) scale(1.055);
    }

    .loyalty-how-section--entrance.is-settled .loyalty-how-section__card:hover .loyalty-how-section__step {
        background: #7f5ff5;
        transform: translate(-50%, -50%) scale(1.12) rotate(-10deg);
    }

    .loyalty-how-section--entrance.is-settled .loyalty-how-section__card:hover .loyalty-how-section__title {
        transform: translate3d(0, -2px, 0);
    }

    .loyalty-how-section--entrance.is-settled .loyalty-how-section__card:hover h3 {
        color: var(--loyalty-how-purple);
    }

    .loyalty-how-section--entrance.is-settled .loyalty-how-section__card:hover p {
        color: #6f7774;
        transform: translate3d(0, -2px, 0);
    }

    /* La tarjeta y la imagen se extienden juntas */
    .loyalty-how-section--entrance.is-settled .loyalty-how-section__card:hover .loyalty-how-section__media {
        background: #b79df8;
        transform: scale(1.04);
        transform-origin: center bottom;
    }

    .loyalty-how-section--entrance.is-settled .loyalty-how-section__card:hover .loyalty-how-section__media img {
        transform: scale(1.06);
        transform-origin: center center;
    }

    /* 1 · Escanea */
    .loyalty-how-section--entrance.is-settled .loyalty-how-section__card:nth-child(1):hover .loyalty-how-section__icon {
        animation: loyaltyHowIconScan 0.9s var(--loyalty-how-ease) infinite;
    }

    /* 2 · Sello */
    .loyalty-how-section--entrance.is-settled .loyalty-how-section__card:nth-child(2):hover .loyalty-how-section__icon {
        animation: loyaltyHowIconStamp 0.85s var(--loyalty-how-ease) infinite;
    }

    .loyalty-how-section--entrance.is-settled .loyalty-how-section__card:nth-child(2):hover .loyalty-how-section__step {
        transform: translate(-50%, -50%) scale(1.14) rotate(12deg);
    }

    /* 3 · Premio */
    .loyalty-how-section--entrance.is-settled .loyalty-how-section__card:nth-child(3):hover .loyalty-how-section__icon {
        animation: loyaltyHowIconGift 0.8s var(--loyalty-how-ease) infinite;
    }
}

@keyframes loyaltyHowIconScan {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    40% {
        transform: translate3d(0, -5px, 0);
    }

    70% {
        transform: translate3d(0, 2px, 0);
    }
}

@keyframes loyaltyHowIconStamp {
    0%,
    100% {
        transform: rotate(0deg) scale(1);
    }

    35% {
        transform: rotate(-18deg) scale(1.12);
    }

    65% {
        transform: rotate(12deg) scale(1.08);
    }
}

@keyframes loyaltyHowIconGift {
    0%,
    100% {
        transform: translate3d(0, 0, 0) rotate(0deg);
    }

    30% {
        transform: translate3d(0, -6px, 0) rotate(-6deg);
    }

    55% {
        transform: translate3d(0, 1px, 0) rotate(5deg);
    }
}

.loyalty-how-section--entrance {
    --loyalty-how-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

.loyalty-how-section--entrance:not(.is-visible):not(.is-settled) .loyalty-how-section__eyebrow {
    opacity: 0;
    letter-spacing: 0.28em;
    transform: translate3d(-28px, 0, 0);
}

.loyalty-how-section--entrance:not(.is-visible):not(.is-settled) .loyalty-how-section h2 {
    opacity: 0;
    clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
    transform: scale(0.94);
}

.loyalty-how-section--entrance:not(.is-visible):not(.is-settled) .loyalty-how-section__description {
    opacity: 0;
    transform: translate3d(0, 14px, 0);
}

.loyalty-how-section--entrance:not(.is-visible):not(.is-settled) .loyalty-how-section__card {
    opacity: 0;
    transform: translate3d(0, 36px, 0);
}

.loyalty-how-section--entrance.is-visible .loyalty-how-section__eyebrow,
.loyalty-how-section--entrance.is-visible .loyalty-how-section h2,
.loyalty-how-section--entrance.is-visible .loyalty-how-section__description,
.loyalty-how-section--entrance.is-visible .loyalty-how-section__card {
    animation-duration: 0.9s;
    animation-fill-mode: both;
    animation-timing-function: var(--loyalty-how-ease);
}

.loyalty-how-section--entrance.is-visible .loyalty-how-section__eyebrow {
    animation-name: loyaltyHowEyebrowIn;
    animation-delay: 0s;
}

.loyalty-how-section--entrance.is-visible .loyalty-how-section h2 {
    animation-name: loyaltyHowTitleIn;
    animation-delay: 0.08s;
}

.loyalty-how-section--entrance.is-visible .loyalty-how-section__description {
    animation-name: loyaltyHowCopyIn;
    animation-delay: 0.2s;
}

.loyalty-how-section--entrance.is-visible .loyalty-how-section__card {
    animation-name: loyaltyHowCardIn;
}

.loyalty-how-section--entrance.is-visible .loyalty-how-section__card:nth-child(1) {
    animation-delay: 0.32s;
}

.loyalty-how-section--entrance.is-visible .loyalty-how-section__card:nth-child(2) {
    animation-delay: 0.44s;
}

.loyalty-how-section--entrance.is-visible .loyalty-how-section__card:nth-child(3) {
    animation-delay: 0.56s;
}

.loyalty-how-section--entrance.is-settled .loyalty-how-section__eyebrow,
.loyalty-how-section--entrance.is-settled .loyalty-how-section h2,
.loyalty-how-section--entrance.is-settled .loyalty-how-section__description,
.loyalty-how-section--entrance.is-settled .loyalty-how-section__card {
    animation: none;
    opacity: 1;
    clip-path: none;
    transform: none;
    letter-spacing: normal;
}

@keyframes loyaltyHowEyebrowIn {
    0% {
        opacity: 0;
        letter-spacing: 0.28em;
        transform: translate3d(-28px, 0, 0);
    }

    100% {
        opacity: 1;
        letter-spacing: normal;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes loyaltyHowTitleIn {
    0% {
        opacity: 0;
        clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
        transform: scale(0.94);
    }

    100% {
        opacity: 1;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        transform: scale(1);
    }
}

@keyframes loyaltyHowCopyIn {
    0% {
        opacity: 0;
        transform: translate3d(0, 14px, 0);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes loyaltyHowCardIn {
    0% {
        opacity: 0;
        transform: translate3d(0, 36px, 0);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@media screen and (max-width: 1100px) {
    .loyalty-how-section {
        padding: 0 24px 32px;
    }

    .loyalty-how-section__steps {
        gap: 18px;
    }

    .loyalty-how-section__card {
        padding: 34px 16px 16px;
    }

    .loyalty-how-section__card h3 {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .loyalty-how-section {
        padding: 8px 20px 48px;
    }

    .loyalty-how-section__eyebrow {
        font-size: 12px;
    }

    .loyalty-how-section h2 {
        font-size: clamp(24px, 7vw, 28px);
    }

    .loyalty-how-section__description {
        max-width: 420px;
        font-size: 15px;
    }

    .loyalty-how-section__steps {
        grid-template-columns: 1fr;
        gap: 36px;
        margin-top: 36px;
        padding-top: 18px;
    }

    .loyalty-how-section__card {
        width: min(100%, 360px);
        margin: 0 auto;
        padding: 34px 20px 18px;
    }

    /* Mismo ratio que las imágenes (967×1183) para no recortar el GIF en mobile */
    .loyalty-how-section__media {
        aspect-ratio: 4 / 5;
    }

    .loyalty-how-section__media img {
        object-fit: contain;
        object-position: center center;
    }

    .loyalty-how-section--entrance:not(.is-visible):not(.is-settled) .loyalty-how-section__card {
        transform: translate3d(0, 28px, 0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .loyalty-how-section--entrance .loyalty-how-section__eyebrow,
    .loyalty-how-section--entrance .loyalty-how-section h2,
    .loyalty-how-section--entrance .loyalty-how-section__description,
    .loyalty-how-section--entrance .loyalty-how-section__card {
        animation: none !important;
        opacity: 1 !important;
        clip-path: none !important;
        transform: none !important;
        letter-spacing: normal !important;
    }

    .loyalty-how-section__card,
    .loyalty-how-section__step,
    .loyalty-how-section__title,
    .loyalty-how-section__icon,
    .loyalty-how-section__icon svg,
    .loyalty-how-section__icon i,
    .loyalty-how-section__card h3,
    .loyalty-how-section__card p,
    .loyalty-how-section__media,
    .loyalty-how-section__media img {
        transition: none !important;
        animation: none !important;
    }

    .loyalty-how-section--entrance.is-settled .loyalty-how-section__steps:hover .loyalty-how-section__card:not(:hover),
    .loyalty-how-section--entrance.is-settled .loyalty-how-section__card:hover,
    .loyalty-how-section--entrance.is-settled .loyalty-how-section__card:hover .loyalty-how-section__title,
    .loyalty-how-section--entrance.is-settled .loyalty-how-section__card:hover p,
    .loyalty-how-section--entrance.is-settled .loyalty-how-section__card:hover .loyalty-how-section__media,
    .loyalty-how-section--entrance.is-settled .loyalty-how-section__card:hover .loyalty-how-section__media img {
        opacity: 1 !important;
        transform: none !important;
    }

    .loyalty-how-section--entrance.is-settled .loyalty-how-section__card:hover .loyalty-how-section__step {
        transform: translate(-50%, -50%) !important;
    }
}

/* ==========================================================================
   FIWEEX LOYALTY — CONTROL PARA TU EQUIPO
   ========================================================================== */

.loyalty-team-section {
    --loyalty-team-purple: #957afb;
    --loyalty-team-ease: cubic-bezier(0.22, 1, 0.36, 1);
    --loyalty-align-x: 35px;
    box-sizing: border-box;
    width: 100%;
    padding: 150px 30px;
    background: #fff;
    font-family: 'touche', sans-serif;
    color: #111;
}

.loyalty-team-section *,
.loyalty-team-section *::before,
.loyalty-team-section *::after {
    box-sizing: border-box;
}

.loyalty-team-section__inner {
    width: calc(550px + 85px + 500px); /* mismo ancho que .loyalty-card-design__shell */
    max-width: 100%;
    margin: 0 auto;
    transform: translateX(var(--loyalty-align-x));
}

.loyalty-team-section__container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr);
    align-items: center;
    gap: 5px;
    padding: 30px;
    border-radius: 36px;
    background: #957afb;
}

.loyalty-team-section__visual {
    width: 100%;
    min-width: 0;
    align-self: stretch;
}

.loyalty-team-section__visual img {
    display: block;
    width: auto;
    height: 100%;
    max-height: 500px;
    border-radius: 24px;
    object-fit: cover;
    object-position: center;
}

.loyalty-team-section__content {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.loyalty-team-section__eyebrow {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.loyalty-team-section h2 {
    margin: 14px 0 0;
    color: #111;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.15;
}

.loyalty-team-section h2 strong {
    font-weight: 700;
}

.loyalty-team-section__description {
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.96);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

.loyalty-team-section__description strong {
    font-weight: 700;
}

.loyalty-team-section__features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

/* Mismo efecto visual que los contenedores de notificaciones push */
.loyalty-team-section__feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    min-width: 0;
    padding: 10px;
    border: 1px solid rgba(149, 122, 251, 0.22);
    border-radius: 12px;
    background: #fff;
    text-align: center;
    position: relative;
    z-index: 0;
    transform: translate3d(0, 0, 0) scale(1);
    transform-origin: center center;
    box-shadow: 0 8px 24px rgba(88, 62, 170, 0.1), 0 2px 8px rgba(15, 23, 42, 0.04);
    transition: transform 0.35s var(--loyalty-team-ease), box-shadow 0.35s ease;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
}

.loyalty-team-section__feature-icon {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    color: var(--loyalty-team-purple);
    transform: translateZ(0);
    backface-visibility: hidden;
}

.loyalty-team-section__feature-icon svg,
.loyalty-team-section__feature-icon i {
    display: block;
    width: 44px;
    height: 44px;
    stroke-width: 2.6;
}

.loyalty-team-section__feature-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    min-width: 0;
    transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
}

.loyalty-team-section__feature-title {
    color: #111;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
}

.loyalty-team-section__feature-desc {
    color: #5b6472;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
}

@media (hover: hover) and (pointer: fine) {
    .loyalty-team-section__feature:hover {
        z-index: 2;
        transform: translate3d(0, 0, 0) scale(1.08);
        box-shadow: 0 16px 36px rgba(88, 62, 170, 0.18), 0 6px 14px rgba(15, 23, 42, 0.08);
    }
}

.loyalty-team-section__tagline {
    display: inline-flex;
    align-items: center;
    gap: 1px;
    margin: 20px 0 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.35;
}

.loyalty-team-section__tagline-icon {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: #fff;
    transform-origin: center center;
}

.loyalty-team-section__tagline-icon svg,
.loyalty-team-section__tagline-icon i {
    display: block;
    width: 28px;
    height: 28px;
    stroke-width: 2.5;
}

.loyalty-team-section__tagline-text {
    display: inline-block;
    max-width: 100%;
}

.loyalty-team-section--entrance {
    --loyalty-team-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

.loyalty-team-section--entrance:not(.is-visible):not(.is-settled) .loyalty-team-section__eyebrow {
    opacity: 0;
    letter-spacing: 0.32em;
    transform: translate3d(-36px, 0, 0);
}

.loyalty-team-section--entrance:not(.is-visible):not(.is-settled) .loyalty-team-section h2 {
    opacity: 0;
    clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
    transform: scale(0.94);
}

.loyalty-team-section--entrance:not(.is-visible):not(.is-settled) .loyalty-team-section__description {
    opacity: 0;
    transform: translate3d(0, 14px, 0);
}

.loyalty-team-section--entrance:not(.is-visible):not(.is-settled) .loyalty-team-section__visual {
    opacity: 0;
    transform: translate3d(-48px, 0, 0);
}

.loyalty-team-section--entrance:not(.is-visible):not(.is-settled) .loyalty-team-section__feature {
    opacity: 0;
    transform: translate3d(0, 20px, 0) scale(0.96);
}

.loyalty-team-section--entrance:not(.is-visible):not(.is-settled) .loyalty-team-section__tagline {
    opacity: 0;
    transform: translate3d(0, 14px, 0);
}

.loyalty-team-section--entrance.is-visible .loyalty-team-section__eyebrow,
.loyalty-team-section--entrance.is-visible .loyalty-team-section h2,
.loyalty-team-section--entrance.is-visible .loyalty-team-section__description,
.loyalty-team-section--entrance.is-visible .loyalty-team-section__visual,
.loyalty-team-section--entrance.is-visible .loyalty-team-section__feature,
.loyalty-team-section--entrance.is-visible .loyalty-team-section__tagline {
    backface-visibility: hidden;
    will-change: transform, opacity, clip-path;
}

.loyalty-team-section--entrance.is-visible .loyalty-team-section__eyebrow {
    animation: loyaltyTeamEyebrowIn 0.9s var(--loyalty-team-ease) both;
}

.loyalty-team-section--entrance.is-visible .loyalty-team-section h2 {
    animation: loyaltyTeamTitleIn 1s var(--loyalty-team-ease) 0.14s both;
}

.loyalty-team-section--entrance.is-visible .loyalty-team-section__description {
    animation: loyaltyTeamDescIn 0.85s var(--loyalty-team-ease) 0.28s both;
}

.loyalty-team-section--entrance.is-visible .loyalty-team-section__visual {
    animation: loyaltyTeamVisualIn 0.95s var(--loyalty-team-ease) 0.2s both;
}

.loyalty-team-section--entrance.is-visible .loyalty-team-section__feature {
    animation: loyaltyTeamFeatureIn 0.75s var(--loyalty-team-ease) both;
}

.loyalty-team-section--entrance.is-visible .loyalty-team-section__feature:nth-child(1) {
    animation-delay: 0.48s;
}

.loyalty-team-section--entrance.is-visible .loyalty-team-section__feature:nth-child(2) {
    animation-delay: 0.58s;
}

.loyalty-team-section--entrance.is-visible .loyalty-team-section__feature:nth-child(3) {
    animation-delay: 0.68s;
}

.loyalty-team-section--entrance.is-visible .loyalty-team-section__tagline {
    animation: loyaltyTeamBottomIn 0.85s var(--loyalty-team-ease) 0.78s both;
}

.loyalty-team-section--entrance.is-settled .loyalty-team-section__eyebrow,
.loyalty-team-section--entrance.is-settled .loyalty-team-section h2,
.loyalty-team-section--entrance.is-settled .loyalty-team-section__description,
.loyalty-team-section--entrance.is-settled .loyalty-team-section__visual,
.loyalty-team-section--entrance.is-settled .loyalty-team-section__feature,
.loyalty-team-section--entrance.is-settled .loyalty-team-section__tagline {
    animation: none;
    opacity: 1;
    clip-path: none;
    letter-spacing: normal;
}

.loyalty-team-section--entrance.is-settled .loyalty-team-section__eyebrow,
.loyalty-team-section--entrance.is-settled .loyalty-team-section h2,
.loyalty-team-section--entrance.is-settled .loyalty-team-section__description,
.loyalty-team-section--entrance.is-settled .loyalty-team-section__visual,
.loyalty-team-section--entrance.is-settled .loyalty-team-section__feature:not(:hover),
.loyalty-team-section--entrance.is-settled .loyalty-team-section__tagline {
    transform: none;
}

.loyalty-team-section--entrance.is-settled .loyalty-team-section__tagline-icon {
    animation: loyaltyTaglineIconBreathe 3.2s ease-in-out infinite;
}

@media (hover: hover) and (pointer: fine) {
    .loyalty-team-section--entrance.is-settled .loyalty-team-section__feature:hover {
        transform: translate3d(0, 0, 0) scale(1.08);
    }
}

@keyframes loyaltyTeamEyebrowIn {
    0% {
        opacity: 0;
        letter-spacing: 0.32em;
        transform: translate3d(-36px, 0, 0);
    }
    100% {
        opacity: 1;
        letter-spacing: 0.12em;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes loyaltyTeamTitleIn {
    0% {
        opacity: 0;
        clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
        transform: scale(0.94);
    }
    100% {
        opacity: 1;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        transform: scale(1);
    }
}

@keyframes loyaltyTeamDescIn {
    0% {
        opacity: 0;
        transform: translate3d(0, 14px, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes loyaltyTeamVisualIn {
    0% {
        opacity: 0;
        transform: translate3d(-48px, 0, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes loyaltyTeamFeatureIn {
    0% {
        opacity: 0;
        transform: translate3d(0, 20px, 0) scale(0.96);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes loyaltyTeamBottomIn {
    0% {
        opacity: 0;
        transform: translate3d(0, 14px, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes loyaltyTaglineIconBreathe {
    0%,
    100% {
        transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
    }

    35% {
        transform: translate3d(0, -1px, 0) scale(1.08) rotate(-5deg);
    }

    65% {
        transform: translate3d(0, 0, 0) scale(1.03) rotate(4deg);
    }
}

@media screen and (max-width: 1100px) {
    .loyalty-team-section {
        --loyalty-align-x: 0px;
        padding: 72px 28px;
        overflow-x: hidden;
    }

    .loyalty-team-section__inner {
        width: 100%;
        transform: none;
    }

    .loyalty-team-section__container {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 28px;
        border-radius: 28px;
        overflow: hidden;
    }

    .loyalty-team-section__visual {
        max-width: 560px;
        margin: 0 auto;
        align-self: auto;
        height: auto;
    }

    .loyalty-team-section__visual img {
        width: 100%;
        height: auto;
        max-height: 420px;
        object-fit: cover;
        object-position: center 20%;
    }

    .loyalty-team-section__features {
        gap: 12px;
    }
}

@media screen and (max-width: 767px) {
    .loyalty-team-section {
        padding: 48px 16px 56px;
    }

    .loyalty-team-section__container {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
        padding: 18px 16px 20px;
        border-radius: 20px;
    }

    .loyalty-team-section__content {
        display: contents;
    }

    .loyalty-team-section__eyebrow {
        order: 1;
        font-size: 11px;
        letter-spacing: 0.1em;
    }

    .loyalty-team-section h2 {
        order: 2;
        margin-top: 0;
        font-size: clamp(24px, 7vw, 28px);
        line-height: 1.2;
    }

    .loyalty-team-section__visual {
        order: 3;
        width: 100%;
        max-width: none;
        margin: 2px 0 0;
        overflow: hidden;
        border-radius: 16px;
    }

    .loyalty-team-section__visual img {
        width: 100%;
        height: auto;
        max-height: 240px;
        border-radius: 16px;
        object-fit: cover;
        object-position: center 18%;
    }

    .loyalty-team-section__description {
        order: 4;
        margin-top: 0;
        font-size: 15px;
        line-height: 1.45;
    }

    .loyalty-team-section__features {
        order: 5;
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 2px;
    }

    .loyalty-team-section__feature {
        flex-direction: row;
        align-items: flex-start;
        gap: 12px;
        padding: 14px;
        text-align: left;
        border-radius: 12px;
    }

    .loyalty-team-section__feature-icon {
        width: 40px;
        height: 40px;
    }

    .loyalty-team-section__feature-icon svg,
    .loyalty-team-section__feature-icon i {
        width: 28px;
        height: 28px;
    }

    .loyalty-team-section__feature-copy {
        align-items: flex-start;
        gap: 4px;
    }

    .loyalty-team-section__feature-title {
        font-size: 14px;
    }

    .loyalty-team-section__feature-desc {
        font-size: 13px;
    }

    .loyalty-team-section__tagline {
        order: 6;
        display: flex;
        align-items: flex-start;
        gap: 8px;
        margin-top: 2px;
        font-size: 14px;
        line-height: 1.4;
    }

    .loyalty-team-section__tagline-icon {
        margin-top: 1px;
    }

    .loyalty-team-section--entrance:not(.is-visible):not(.is-settled) .loyalty-team-section__visual {
        transform: translate3d(0, 20px, 0);
    }

    .loyalty-team-section--entrance.is-settled .loyalty-team-section__eyebrow {
        letter-spacing: 0.1em;
    }
}

@media screen and (max-width: 420px) {
    .loyalty-team-section {
        padding: 40px 12px 48px;
    }

    .loyalty-team-section__container {
        padding: 16px 12px 18px;
        border-radius: 18px;
    }

    .loyalty-team-section__visual img {
        max-height: 200px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .loyalty-team-section--entrance .loyalty-team-section__eyebrow,
    .loyalty-team-section--entrance .loyalty-team-section h2,
    .loyalty-team-section--entrance .loyalty-team-section__description,
    .loyalty-team-section--entrance .loyalty-team-section__visual,
    .loyalty-team-section--entrance .loyalty-team-section__feature,
    .loyalty-team-section--entrance .loyalty-team-section__tagline,
    .loyalty-team-section--entrance .loyalty-team-section__tagline-icon {
        animation: none !important;
        opacity: 1 !important;
        clip-path: none !important;
        transform: none !important;
        letter-spacing: normal !important;
        transition: none !important;
    }
}

/* ==========================================================================
   FIWEEX LOYALTY — DISEÑADA PARA TU MARCA
   ========================================================================== */

.loyalty-brand-section {
    --loyalty-brand-purple: #957afb;
    --loyalty-brand-ease: cubic-bezier(0.22, 1, 0.36, 1);
    box-sizing: border-box;
    width: 100%;
    padding: 80px 0 150px;
    overflow-x: clip;
    font-family: 'touche', 'Inter', sans-serif;
}

.loyalty-brand-section *,
.loyalty-brand-section *::before,
.loyalty-brand-section *::after {
    box-sizing: border-box;
}

.loyalty-brand-section__inner {
    width: 1080px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}

.loyalty-brand-section__header {
    text-align: center;
}

.loyalty-brand-section__eyebrow {
    margin: 0 0 14px;
    color: var(--loyalty-brand-purple);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

.loyalty-brand-section h2 {
    margin: 0;
    color: #111;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
}

.loyalty-brand-section__description {
    margin: 14px auto 0;
    max-width: 800px;
    color: #98a39f;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
}

.loyalty-brand-section__marquee {
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 52px auto 0;
    padding: 20px 0 28px;
    overflow: hidden;
}

.loyalty-brand-section__track {
    display: flex;
    align-items: stretch;
    gap: 28px;
    width: max-content;
    will-change: transform;
}

.loyalty-brand-section__card {
    flex: 0 0 auto;
    width: clamp(210px, 20vw, 280px);
    margin: 0;
    border-radius: 18px;
    overflow: hidden;
}

.loyalty-brand-section__card img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 650 / 876;
    object-fit: cover;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
}

.loyalty-brand-section__features {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 14px 16px;
    width: 1080px;
    max-width: 100%;
    margin: 48px auto 0;
    padding: 0 30px;
    list-style: none;
}

.loyalty-brand-section__feature {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    padding: 8px 18px;
    border: 1.5px solid #e8e4f4;
    border-radius: 999px;
    background: #fff;
    color: #111;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    perspective: 320px;
    transform-origin: center center;
    transition:
        transform 0.45s var(--loyalty-brand-ease),
        border-color 0.45s var(--loyalty-brand-ease),
        background-color 0.45s var(--loyalty-brand-ease),
        color 0.45s var(--loyalty-brand-ease),
        opacity 0.35s var(--loyalty-brand-ease);
}

.loyalty-brand-section__feature svg,
.loyalty-brand-section__feature i {
    display: block;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    color: var(--loyalty-brand-purple);
    stroke-width: 2;
    transform-origin: center center;
    transition: color 0.45s var(--loyalty-brand-ease);
}

.loyalty-brand-section__sep {
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    border-radius: 50%;
    background: var(--loyalty-brand-purple);
    transform-origin: center center;
}

.loyalty-brand-section--entrance:not(.is-visible):not(.is-settled) .loyalty-brand-section__eyebrow {
    opacity: 0;
    letter-spacing: 0.28em;
    transform: translate3d(-28px, 0, 0);
}

.loyalty-brand-section--entrance:not(.is-visible):not(.is-settled) .loyalty-brand-section h2 {
    opacity: 0;
    clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
    transform: scale(0.94);
}

.loyalty-brand-section--entrance:not(.is-visible):not(.is-settled) .loyalty-brand-section__description {
    opacity: 0;
    transform: translate3d(0, 14px, 0);
}

.loyalty-brand-section--entrance:not(.is-visible):not(.is-settled) .loyalty-brand-section__marquee {
    opacity: 0;
    transform: translate3d(0, 28px, 0);
}

.loyalty-brand-section--entrance:not(.is-visible):not(.is-settled) .loyalty-brand-section__features {
    opacity: 1;
    transform: none;
}

.loyalty-brand-section--entrance:not(.is-visible):not(.is-settled) .loyalty-brand-section__feature,
.loyalty-brand-section--entrance:not(.is-visible):not(.is-settled) .loyalty-brand-section__sep {
    opacity: 0;
    transform: translate3d(0, 16px, 0) scale(0.92);
}

.loyalty-brand-section--entrance.is-visible .loyalty-brand-section__eyebrow,
.loyalty-brand-section--entrance.is-visible .loyalty-brand-section h2,
.loyalty-brand-section--entrance.is-visible .loyalty-brand-section__description,
.loyalty-brand-section--entrance.is-visible .loyalty-brand-section__marquee {
    animation-duration: 0.9s;
    animation-fill-mode: both;
    animation-timing-function: var(--loyalty-brand-ease);
}

.loyalty-brand-section--entrance.is-visible .loyalty-brand-section__eyebrow {
    animation-name: loyaltyBrandEyebrowIn;
}

.loyalty-brand-section--entrance.is-visible .loyalty-brand-section h2 {
    animation-name: loyaltyHowTitleIn;
    animation-delay: 0.08s;
}

.loyalty-brand-section--entrance.is-visible .loyalty-brand-section__description {
    animation-name: loyaltyHowCopyIn;
    animation-delay: 0.18s;
}

.loyalty-brand-section--entrance.is-visible .loyalty-brand-section__marquee {
    animation-name: loyaltyHowCopyIn;
    animation-delay: 0.28s;
}

.loyalty-brand-section--entrance.is-visible .loyalty-brand-section__feature,
.loyalty-brand-section--entrance.is-visible .loyalty-brand-section__sep {
    animation: loyaltyBrandChipIn 0.7s var(--loyalty-brand-ease) both;
}

.loyalty-brand-section--entrance.is-visible .loyalty-brand-section__feature--colors {
    animation-delay: 0.4s;
}

.loyalty-brand-section--entrance.is-visible .loyalty-brand-section__sep:nth-child(2) {
    animation-delay: 0.48s;
}

.loyalty-brand-section--entrance.is-visible .loyalty-brand-section__feature--stamps {
    animation-delay: 0.56s;
}

.loyalty-brand-section--entrance.is-visible .loyalty-brand-section__sep:nth-child(4) {
    animation-delay: 0.64s;
}

.loyalty-brand-section--entrance.is-visible .loyalty-brand-section__feature--prizes {
    animation-delay: 0.72s;
}

.loyalty-brand-section--entrance.is-visible .loyalty-brand-section__sep:nth-child(6) {
    animation-delay: 0.8s;
}

.loyalty-brand-section--entrance.is-visible .loyalty-brand-section__feature--expiry {
    animation-delay: 0.88s;
}

.loyalty-brand-section--entrance.is-settled .loyalty-brand-section__eyebrow,
.loyalty-brand-section--entrance.is-settled .loyalty-brand-section h2,
.loyalty-brand-section--entrance.is-settled .loyalty-brand-section__description,
.loyalty-brand-section--entrance.is-settled .loyalty-brand-section__marquee {
    animation: none;
    opacity: 1;
    clip-path: none;
    transform: none;
    letter-spacing: normal;
}

.loyalty-brand-section--entrance.is-settled .loyalty-brand-section__feature,
.loyalty-brand-section--entrance.is-settled .loyalty-brand-section__sep {
    animation: none;
    opacity: 1;
}

.loyalty-brand-section--entrance.is-settled .loyalty-brand-section__feature--colors svg {
    animation: loyaltyBrandIconColors 4.2s var(--loyalty-brand-ease) infinite;
}

.loyalty-brand-section--entrance.is-settled .loyalty-brand-section__feature--stamps svg {
    animation: loyaltyBrandIconStamps 3.4s var(--loyalty-brand-ease) infinite;
    animation-delay: 0.25s;
}

.loyalty-brand-section--entrance.is-settled .loyalty-brand-section__feature--prizes svg {
    animation: loyaltyBrandIconPrizes 3.6s var(--loyalty-brand-ease) infinite;
    animation-delay: 0.5s;
}

.loyalty-brand-section--entrance.is-settled .loyalty-brand-section__feature--expiry svg {
    animation: loyaltyBrandIconExpiry 3.8s var(--loyalty-brand-ease) infinite;
    animation-delay: 0.75s;
}

.loyalty-brand-section--entrance.is-settled .loyalty-brand-section__sep {
    animation: loyaltyBrandSepPulse 2.8s ease-in-out infinite;
}

.loyalty-brand-section--entrance.is-settled .loyalty-brand-section__sep:nth-child(2) {
    animation-delay: 0.2s;
}

.loyalty-brand-section--entrance.is-settled .loyalty-brand-section__sep:nth-child(4) {
    animation-delay: 0.55s;
}

.loyalty-brand-section--entrance.is-settled .loyalty-brand-section__sep:nth-child(6) {
    animation-delay: 0.9s;
}

@media (hover: hover) and (pointer: fine) {
    .loyalty-brand-section--entrance.is-settled .loyalty-brand-section__feature:hover {
        transform: translate3d(0, -4px, 0) scale(1.04);
        border-color: #cbb6fb;
        background: #f6f2ff;
        color: #3b2d6b;
    }

    .loyalty-brand-section--entrance.is-settled .loyalty-brand-section__features:hover .loyalty-brand-section__feature:not(:hover) {
        opacity: 0.62;
        transform: scale(0.98);
    }

    .loyalty-brand-section--entrance.is-settled .loyalty-brand-section__feature:hover svg {
        color: #7f5ff5;
        animation-duration: 1.05s;
    }

    .loyalty-brand-section--entrance.is-settled .loyalty-brand-section__feature--colors:hover svg {
        animation-name: loyaltyBrandIconColorsHover;
    }

    .loyalty-brand-section--entrance.is-settled .loyalty-brand-section__feature--stamps:hover svg {
        animation-name: loyaltyBrandIconStampsHover;
    }

    .loyalty-brand-section--entrance.is-settled .loyalty-brand-section__feature--prizes:hover svg {
        animation-name: loyaltyBrandIconPrizesHover;
    }

    .loyalty-brand-section--entrance.is-settled .loyalty-brand-section__feature--expiry:hover svg {
        animation-name: loyaltyBrandIconExpiryHover;
    }
}

@keyframes loyaltyBrandEyebrowIn {
    0% {
        opacity: 0;
        letter-spacing: 0.28em;
        transform: translate3d(-28px, 0, 0);
    }

    100% {
        opacity: 1;
        letter-spacing: normal;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes loyaltyBrandChipIn {
    0% {
        opacity: 0;
        transform: translate3d(0, 16px, 0) scale(0.92);
    }

    68% {
        opacity: 1;
        transform: translate3d(0, -3px, 0) scale(1.03);
    }

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

/* Colores — paleta que gira y cambia tono */
@keyframes loyaltyBrandIconColors {
    0%,
    100% {
        transform: rotate(0deg);
        color: #957afb;
    }

    25% {
        transform: rotate(-12deg);
        color: #6b8cff;
    }

    50% {
        transform: rotate(10deg);
        color: #c084fc;
    }

    75% {
        transform: rotate(-6deg);
        color: #7f5ff5;
    }
}

@keyframes loyaltyBrandIconColorsHover {
    0%,
    100% {
        transform: rotate(0deg) scale(1);
        color: #7f5ff5;
    }

    30% {
        transform: rotate(-22deg) scale(1.14);
        color: #6b8cff;
    }

    60% {
        transform: rotate(18deg) scale(1.1);
        color: #c084fc;
    }
}

/* Sellos — sello que marca */
@keyframes loyaltyBrandIconStamps {
    0%,
    100% {
        transform: translate3d(0, 0, 0) scale(1);
    }

    35% {
        transform: translate3d(0, -3px, 0) scale(1.08);
    }

    55% {
        transform: translate3d(0, 1px, 0) scale(0.94);
    }

    70% {
        transform: translate3d(0, 0, 0) scale(1.04);
    }
}

@keyframes loyaltyBrandIconStampsHover {
    0%,
    100% {
        transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
    }

    25% {
        transform: translate3d(0, -5px, 0) scale(1.16) rotate(-8deg);
    }

    50% {
        transform: translate3d(0, 2px, 0) scale(0.9) rotate(4deg);
    }

    75% {
        transform: translate3d(0, -1px, 0) scale(1.1) rotate(-2deg);
    }
}

/* Premios — regalo que se agita */
@keyframes loyaltyBrandIconPrizes {
    0%,
    100% {
        transform: translate3d(0, 0, 0) rotate(0deg);
    }

    30% {
        transform: translate3d(0, -4px, 0) rotate(-8deg);
    }

    55% {
        transform: translate3d(0, 1px, 0) rotate(7deg);
    }
}

@keyframes loyaltyBrandIconPrizesHover {
    0%,
    100% {
        transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
    }

    25% {
        transform: translate3d(0, -6px, 0) rotate(-14deg) scale(1.14);
    }

    50% {
        transform: translate3d(0, 1px, 0) rotate(12deg) scale(1.08);
    }

    75% {
        transform: translate3d(0, -3px, 0) rotate(-6deg) scale(1.12);
    }
}

/* Vencimiento — hoja de calendario */
@keyframes loyaltyBrandIconExpiry {
    0%,
    100% {
        transform: rotateX(0deg) translate3d(0, 0, 0);
    }

    40% {
        transform: rotateX(-28deg) translate3d(0, 2px, 0);
    }

    65% {
        transform: rotateX(8deg) translate3d(0, -1px, 0);
    }
}

@keyframes loyaltyBrandIconExpiryHover {
    0%,
    100% {
        transform: rotateX(0deg) scale(1);
    }

    35% {
        transform: rotateX(-40deg) scale(1.08);
    }

    55% {
        transform: rotateX(12deg) scale(1.12);
    }

    75% {
        transform: rotateX(-8deg) scale(1.04);
    }
}

@keyframes loyaltyBrandSepPulse {
    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.35);
        opacity: 0.55;
    }
}

@media screen and (max-width: 1100px) {
    .loyalty-brand-section {
        padding: 56px 0 80px;
    }

    .loyalty-brand-section h2 {
        font-size: 28px;
    }

    .loyalty-brand-section__track {
        gap: 20px;
    }
}

@media screen and (max-width: 767px) {
    .loyalty-brand-section {
        padding: 32px 0 56px;
    }

    .loyalty-brand-section__inner,
    .loyalty-brand-section__features {
        padding-left: 20px;
        padding-right: 20px;
    }

    .loyalty-brand-section__eyebrow {
        font-size: 12px;
    }

    .loyalty-brand-section h2 {
        font-size: clamp(24px, 7vw, 28px);
    }

    .loyalty-brand-section__description {
        font-size: 15px;
    }

    .loyalty-brand-section__marquee {
        margin-top: 36px;
        padding: 16px 0 22px;
    }

    .loyalty-brand-section__card {
        width: 210px;
        border-radius: 14px;
    }

    .loyalty-brand-section__features {
        gap: 10px 12px;
        margin-top: 32px;
    }

    .loyalty-brand-section__sep {
        display: none;
    }

    .loyalty-brand-section__feature {
        min-height: 40px;
        padding: 8px 14px;
        font-size: 14px;
    }

    .loyalty-brand-section--entrance.is-settled .loyalty-brand-section__feature--expiry svg {
        animation-name: loyaltyBrandIconExpiryMobile;
    }
}

@keyframes loyaltyBrandIconExpiryMobile {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    40% {
        transform: translate3d(0, 2px, 0);
    }

    65% {
        transform: translate3d(0, -1px, 0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .loyalty-brand-section--entrance .loyalty-brand-section__eyebrow,
    .loyalty-brand-section--entrance .loyalty-brand-section h2,
    .loyalty-brand-section--entrance .loyalty-brand-section__description,
    .loyalty-brand-section--entrance .loyalty-brand-section__marquee,
    .loyalty-brand-section--entrance .loyalty-brand-section__features,
    .loyalty-brand-section--entrance .loyalty-brand-section__feature,
    .loyalty-brand-section--entrance .loyalty-brand-section__sep,
    .loyalty-brand-section--entrance .loyalty-brand-section__feature svg {
        animation: none !important;
        opacity: 1 !important;
        clip-path: none !important;
        transform: none !important;
        letter-spacing: normal !important;
    }

    .loyalty-brand-section__track {
        will-change: auto;
    }
}

/* ==========================================================================
   FIWEEX LOYALTY — BASE DE CLIENTES (sección 7)
   ========================================================================== */

.loyalty-clients-section {
    --loyalty-clients-bg: #957afb;
    --loyalty-clients-ease: cubic-bezier(0.22, 1, 0.36, 1);
    box-sizing: border-box;
    width: 100%;
    margin-top: -1px;
    padding: 150px 30px;
    background: var(--loyalty-clients-bg);
    font-family: 'touche', sans-serif;
    overflow-x: clip;
    overflow-y: visible;
}

.loyalty-clients-section *,
.loyalty-clients-section *::before,
.loyalty-clients-section *::after {
    box-sizing: border-box;
}

.loyalty-clients-section__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
    transform: translateX(35px);
}

.loyalty-clients-section__layout {
    display: grid;
    grid-template-columns: 400px minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-items: end;
    gap: 0;
    width: calc(550px + 85px + 500px); /* mismo ancho útil que .loyalty-hero__inner */
    max-width: 100%;
}

.loyalty-clients-section__side {
    display: contents;
    color: #fff;
}

.loyalty-clients-section__copy {
    grid-column: 1;
    grid-row: 1;
    padding-right: 28px;
    margin-bottom: 36px;
}

.loyalty-clients-section h2 {
    margin: 0;
    color: #000;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2;
}

.loyalty-clients-section__description {
    margin: 5px 0 0;
    color: rgba(255, 255, 255, 0.67);
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
}

.loyalty-clients-section__tabs {
    display: flex;
    flex-direction: column;
    grid-column: 1;
    grid-row: 2;
    align-self: end;
    gap: 12px;
    width: 100%;
    margin: 0;
    padding: 0;
}

.loyalty-clients-section__tab {
    --loyalty-clients-tab-opacity: 0.55;
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    min-height: 84px;
    margin: 0;
    padding: 16px 18px;
    border: 0;
    border-radius: 16px 0 0 16px;
    background: rgba(255, 255, 255, 0.2);
    color: #4a3a8a;
    font-family: inherit;
    text-align: left;
    white-space: normal;
    cursor: pointer;
    opacity: var(--loyalty-clients-tab-opacity);
    -webkit-tap-highlight-color: transparent;
    transition: opacity 0.3s var(--loyalty-clients-ease),
                background 0.3s var(--loyalty-clients-ease),
                color 0.3s var(--loyalty-clients-ease),
                transform 0.3s var(--loyalty-clients-ease);
}

.loyalty-clients-section__tab:hover {
    opacity: 0.78;
}

.loyalty-clients-section__tab:focus:not(:focus-visible) {
    outline: none;
}

.loyalty-clients-section__tab:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.95);
    outline-offset: 3px;
    opacity: 1;
}

.loyalty-clients-section__tab.is-active {
    --loyalty-clients-tab-opacity: 1;
    background: #fff;
    color: #1f1a33;
    opacity: var(--loyalty-clients-tab-opacity);
}

.loyalty-clients-section__tab-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: rgba(185, 166, 252, 0.55);
    color: #5b45b8;
}

.loyalty-clients-section__highlight {
    color: #fff;
    font-weight: 600;
}

.loyalty-clients-section__tab.is-active .loyalty-clients-section__tab-icon {
    background: #ebe4ff;
    color: #5b45b8;
}

.loyalty-clients-section__tab-icon svg,
.loyalty-clients-section__tab-icon i {
    display: block;
    width: 20px;
    height: 20px;
    stroke: currentColor;
    color: inherit;
}

.loyalty-clients-section__tab-icon svg {
    stroke-width: 2;
}

.loyalty-clients-section__tab-copy {
    display: flex;
    flex-direction: column;
    gap: 3px;
    flex: 1;
    min-width: 0;
}

.loyalty-clients-section__tab-title {
    display: block;
    color: inherit;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.25;
}

.loyalty-clients-section__tab-desc {
    display: block;
    color: #6b6680;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.35;
}

.loyalty-clients-section__tab.is-active .loyalty-clients-section__tab-desc {
    color: #6b7280;
}

.loyalty-clients-section__tab:not(.is-active) .loyalty-clients-section__tab-desc {
    color: rgba(61, 47, 122, 0.72);
}

.loyalty-clients-section__visual {
    grid-column: 2;
    grid-row: 1 / -1;
    align-self: end;
    min-width: 0;
    margin-bottom: -28px;
    z-index: 1;
}

.loyalty-clients-section__frame {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
}

.loyalty-clients-section__frame img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: middle;
    transition: opacity 0.28s var(--loyalty-clients-ease);
}

.loyalty-clients-section__frame img.is-switching {
    opacity: 0;
}

/* Entrance — los registros se suman y el panel se abre */
.loyalty-clients-section--entrance:not(.is-visible):not(.is-settled) .loyalty-clients-section h2 {
    opacity: 0;
    clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
    transform: scale(0.94);
}

.loyalty-clients-section--entrance:not(.is-visible):not(.is-settled) .loyalty-clients-section__highlight {
    color: #000;
}

.loyalty-clients-section--entrance:not(.is-visible):not(.is-settled) .loyalty-clients-section__description {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
    transform: translate3d(0, 12px, 0);
}

.loyalty-clients-section--entrance:not(.is-visible):not(.is-settled) .loyalty-clients-section__tab {
    opacity: 0;
    transform: translate3d(-32px, 0, 0);
}

.loyalty-clients-section--entrance:not(.is-visible):not(.is-settled) .loyalty-clients-section__tab-icon {
    opacity: 0;
    transform: scale(0.5);
}

.loyalty-clients-section--entrance:not(.is-visible):not(.is-settled) .loyalty-clients-section__frame {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
}

.loyalty-clients-section--entrance.is-visible .loyalty-clients-section h2,
.loyalty-clients-section--entrance.is-visible .loyalty-clients-section__highlight,
.loyalty-clients-section--entrance.is-visible .loyalty-clients-section__description,
.loyalty-clients-section--entrance.is-visible .loyalty-clients-section__tab,
.loyalty-clients-section--entrance.is-visible .loyalty-clients-section__tab-icon,
.loyalty-clients-section--entrance.is-visible .loyalty-clients-section__frame {
    backface-visibility: hidden;
    will-change: transform, opacity, clip-path;
}

.loyalty-clients-section--entrance.is-visible .loyalty-clients-section h2 {
    transform-origin: center center;
    animation: loyaltyClientsTitleUnfold 1s var(--loyalty-clients-ease) both;
}

.loyalty-clients-section--entrance.is-visible .loyalty-clients-section__highlight {
    animation: loyaltyClientsHighlightPop 0.55s var(--loyalty-clients-ease) 0.4s both;
}

.loyalty-clients-section--entrance.is-visible .loyalty-clients-section__description {
    animation: loyaltyClientsDescSweep 0.95s var(--loyalty-clients-ease) 0.18s both;
}

.loyalty-clients-section--entrance.is-visible .loyalty-clients-section__frame {
    animation: loyaltyClientsPanelScan 0.95s var(--loyalty-clients-ease) 0.28s both;
}

.loyalty-clients-section--entrance.is-visible .loyalty-clients-section__tab {
    animation: loyaltyClientsRecordIn 0.65s var(--loyalty-clients-ease) both;
}

.loyalty-clients-section--entrance.is-visible .loyalty-clients-section__tab:nth-child(1) {
    animation-delay: 0.5s;
}

.loyalty-clients-section--entrance.is-visible .loyalty-clients-section__tab:nth-child(2) {
    animation-delay: 0.64s;
}

.loyalty-clients-section--entrance.is-visible .loyalty-clients-section__tab:nth-child(3) {
    animation-delay: 0.78s;
}

.loyalty-clients-section--entrance.is-visible .loyalty-clients-section__tab-icon {
    animation: loyaltyClientsIconPop 0.5s var(--loyalty-clients-ease) both;
}

.loyalty-clients-section--entrance.is-visible .loyalty-clients-section__tab:nth-child(1) .loyalty-clients-section__tab-icon {
    animation-delay: 0.64s;
}

.loyalty-clients-section--entrance.is-visible .loyalty-clients-section__tab:nth-child(2) .loyalty-clients-section__tab-icon {
    animation-delay: 0.78s;
}

.loyalty-clients-section--entrance.is-visible .loyalty-clients-section__tab:nth-child(3) .loyalty-clients-section__tab-icon {
    animation-delay: 0.92s;
}

.loyalty-clients-section--entrance.is-settled .loyalty-clients-section h2,
.loyalty-clients-section--entrance.is-settled .loyalty-clients-section__highlight,
.loyalty-clients-section--entrance.is-settled .loyalty-clients-section__description,
.loyalty-clients-section--entrance.is-settled .loyalty-clients-section__tab-icon,
.loyalty-clients-section--entrance.is-settled .loyalty-clients-section__frame {
    animation: none;
    opacity: 1;
    clip-path: none;
    transform: none;
    will-change: auto;
}

.loyalty-clients-section--entrance.is-settled .loyalty-clients-section__tab {
    animation: none;
    clip-path: none;
    transform: none;
    will-change: auto;
}

.loyalty-clients-section--entrance.is-settled .loyalty-clients-section__highlight {
    color: #fff;
}

@keyframes loyaltyClientsTitleUnfold {
    0% {
        opacity: 0;
        clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
        transform: scale(0.94);
    }

    55% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        transform: scale(1);
    }
}

@keyframes loyaltyClientsHighlightPop {
    0% {
        color: #000;
    }

    100% {
        color: #fff;
    }
}

@keyframes loyaltyClientsDescSweep {
    0% {
        opacity: 0;
        clip-path: inset(0 100% 0 0);
        transform: translate3d(0, 12px, 0);
    }

    100% {
        opacity: 1;
        clip-path: inset(0 0 0 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes loyaltyClientsPanelScan {
    0% {
        opacity: 0;
        clip-path: inset(0 100% 0 0);
    }

    100% {
        opacity: 1;
        clip-path: inset(0 0 0 0);
    }
}

@keyframes loyaltyClientsRecordIn {
    0% {
        opacity: 0;
        transform: translate3d(-32px, 0, 0);
    }

    100% {
        opacity: var(--loyalty-clients-tab-opacity, 0.55);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes loyaltyClientsIconPop {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }

    68% {
        opacity: 1;
        transform: scale(1.12);
    }

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

@media screen and (max-width: 1100px) {
    .loyalty-clients-section {
        padding: 72px 28px 96px;
    }

    .loyalty-clients-section__inner {
        transform: none;
    }

    .loyalty-clients-section__layout {
        grid-template-columns: 340px minmax(0, 1fr);
    }

    .loyalty-clients-section__copy {
        padding-right: 18px;
        margin-bottom: 28px;
    }

    .loyalty-clients-section h2 {
        font-size: 28px;
    }

    .loyalty-clients-section__description {
        font-size: 16px;
    }

    .loyalty-clients-section__visual {
        margin-bottom: -20px;
    }

    .loyalty-clients-section__tab {
        min-height: 76px;
        padding: 14px 16px;
        gap: 12px;
    }

    .loyalty-clients-section__tab-title {
        font-size: 14px;
    }

    .loyalty-clients-section__tab-desc {
        font-size: 11px;
    }
}

@media screen and (max-width: 767px) {
    .loyalty-clients-section {
        padding: 56px 20px 72px;
    }

    .loyalty-clients-section__inner {
        flex-direction: column;
        gap: 24px;
        transform: none;
    }

    .loyalty-clients-section__layout {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 24px;
        width: 100%;
    }

    .loyalty-clients-section__side {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .loyalty-clients-section__copy {
        grid-column: auto;
        grid-row: auto;
        padding-right: 0;
        margin-bottom: 20px;
        text-align: center;
    }

    .loyalty-clients-section h2 {
        font-size: 26px;
    }

    .loyalty-clients-section__description {
        margin: 14px auto 0;
        max-width: 28em;
        font-size: 16px;
    }

    .loyalty-clients-section__tabs {
        grid-column: auto;
        grid-row: auto;
        align-self: stretch;
        max-width: none;
        width: 100%;
        margin: 0;
    }

    .loyalty-clients-section__visual {
        grid-column: auto;
        grid-row: auto;
        flex-basis: auto;
        width: 100%;
        margin-bottom: 0;
    }

    .loyalty-clients-section__tab {
        border-radius: 16px;
    }

    .loyalty-clients-section__visual {
        width: 100%;
    }

    .loyalty-clients-section__frame {
        border-radius: 16px;
    }

    .loyalty-clients-section--entrance:not(.is-visible):not(.is-settled) .loyalty-clients-section__tab {
        transform: translate3d(0, 22px, 0);
    }

    .loyalty-clients-section--entrance:not(.is-visible):not(.is-settled) .loyalty-clients-section__frame {
        clip-path: inset(0 0 100% 0);
    }

    .loyalty-clients-section--entrance.is-visible .loyalty-clients-section__tab {
        animation-name: loyaltyClientsRecordInY;
    }

    .loyalty-clients-section--entrance.is-visible .loyalty-clients-section__frame {
        animation-name: loyaltyClientsPanelScanY;
    }
}

@keyframes loyaltyClientsRecordInY {
    0% {
        opacity: 0;
        transform: translate3d(0, 22px, 0);
    }

    100% {
        opacity: var(--loyalty-clients-tab-opacity, 0.55);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes loyaltyClientsPanelScanY {
    0% {
        opacity: 0;
        clip-path: inset(0 0 100% 0);
    }

    100% {
        opacity: 1;
        clip-path: inset(0 0 0 0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .loyalty-clients-section--entrance .loyalty-clients-section__copy,
    .loyalty-clients-section--entrance .loyalty-clients-section h2,
    .loyalty-clients-section--entrance .loyalty-clients-section__highlight,
    .loyalty-clients-section--entrance .loyalty-clients-section__description,
    .loyalty-clients-section--entrance .loyalty-clients-section__tabs,
    .loyalty-clients-section--entrance .loyalty-clients-section__tab,
    .loyalty-clients-section--entrance .loyalty-clients-section__tab-icon,
    .loyalty-clients-section--entrance .loyalty-clients-section__frame {
        animation: none !important;
        clip-path: none !important;
        transform: none !important;
        will-change: auto !important;
    }

    .loyalty-clients-section--entrance .loyalty-clients-section h2,
    .loyalty-clients-section--entrance .loyalty-clients-section__description,
    .loyalty-clients-section--entrance .loyalty-clients-section__tab-icon,
    .loyalty-clients-section--entrance .loyalty-clients-section__frame {
        opacity: 1 !important;
    }

    .loyalty-clients-section--entrance .loyalty-clients-section__highlight {
        color: #fff !important;
    }

    .loyalty-clients-section__frame img {
        transition: none;
    }
}

/* ==========================================================================
   FIWEEX LOYALTY — NOTIFICACIONES PUSH
   ========================================================================== */

.loyalty-push-section {
    --loyalty-push-purple: #957afb;
    --loyalty-push-purple-deep: #7c5dfa;
    --loyalty-push-ease: cubic-bezier(0.22, 1, 0.36, 1);
    box-sizing: border-box;
    width: 100%;
    margin-top: -1px; /* evita costura con .loyalty-clients-section */
    padding: 150px 30px;
    background: linear-gradient(180deg, #957afb 0%, rgba(149, 122, 251, 0.21) 62%, #ffffff 100%);
    font-family: 'touche', sans-serif;
    overflow-x: clip;
}

.loyalty-push-section *,
.loyalty-push-section *::before,
.loyalty-push-section *::after {
    box-sizing: border-box;
}

.loyalty-push-section__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    align-items: center;
    gap: 56px;
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
}

.loyalty-push-section__highlight {
    color: #000000de;
    font-weight: 600;
}

.loyalty-push-section__media {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    border-radius: 28px;
    overflow: hidden;
}

.loyalty-push-section__media img,
.loyalty-push-section__media video {
    display: block;
    width: 90%;
    height: auto;
    object-fit: contain;
}

.loyalty-push-section__media-placeholder {
    color: #111;
    font-size: clamp(48px, 8vw, 72px);
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1;
    user-select: none;
}

.loyalty-push-section__content {
    min-width: 0;
    color: #111;
}

.loyalty-push-section h2 {
    margin: 0;
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2;
}

.loyalty-push-section h2 strong {
    font-weight: 700;
}

.loyalty-push-section__description {
    margin: 18px 0 0;
    max-width: 34em;
    color: #111111ad;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.45;
}

.loyalty-push-section__features {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.loyalty-push-section__feature {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 20px;
    border: 1px solid rgba(149, 122, 251, 0.22);
    border-radius: 20px;
    background: #fff;
    position: relative;
    z-index: 0;
    transform-origin: center center;
}

.loyalty-push-section__feature-icon {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 12px;
    background: #ebe4ff;
    color: var(--loyalty-push-purple);
}

.loyalty-push-section__feature-icon svg,
.loyalty-push-section__feature-icon i {
    display: block;
    width: 40px;
    height: 40px;
}

.loyalty-push-section__feature-copy {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
    padding-top: 2px;
}

.loyalty-push-section__feature-title {
    color: #111;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
}

.loyalty-push-section__feature-desc {
    color: #6b7280;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
}

.loyalty-push-section__tagline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 24px 0 0;
    color: var(--loyalty-push-purple);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
}

.loyalty-push-section__tagline-icon {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--loyalty-push-purple);
    color: #fff;
    transform-origin: center center;
}

.loyalty-push-section__tagline-icon svg,
.loyalty-push-section__tagline-icon i {
    display: block;
    width: 20px;
    height: 20px;
}

.loyalty-push-section__tagline-text {
    display: inline-block;
    max-width: 100%;
}

/* Entrance — las notificaciones llegan y se apilan */
.loyalty-push-section--entrance:not(.is-visible):not(.is-settled) .loyalty-push-section h2 {
    opacity: 0;
    clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
    transform: scale(0.94);
}

.loyalty-push-section--entrance:not(.is-visible):not(.is-settled) .loyalty-push-section__highlight {
    color: #fff;
}

.loyalty-push-section--entrance:not(.is-visible):not(.is-settled) .loyalty-push-section__description {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
    transform: translate3d(0, 12px, 0);
}

.loyalty-push-section--entrance:not(.is-visible):not(.is-settled) .loyalty-push-section__media {
    opacity: 0;
    clip-path: inset(0 0 100% 0);
    transform: translate3d(0, -28px, 0);
}

.loyalty-push-section--entrance:not(.is-visible):not(.is-settled) .loyalty-push-section__feature {
    opacity: 0;
    transform: translate3d(28px, -32px, 0) rotate(-2.5deg);
}

.loyalty-push-section--entrance:not(.is-visible):not(.is-settled) .loyalty-push-section__feature-icon {
    opacity: 0;
    transform: scale(0.5);
}

.loyalty-push-section--entrance:not(.is-visible):not(.is-settled) .loyalty-push-section__tagline {
    opacity: 0;
    transform: translate3d(0, 12px, 0);
}

.loyalty-push-section--entrance:not(.is-visible):not(.is-settled) .loyalty-push-section__tagline-icon {
    opacity: 0;
    transform: rotate(-140deg) scale(0.55);
}

.loyalty-push-section--entrance.is-visible .loyalty-push-section h2,
.loyalty-push-section--entrance.is-visible .loyalty-push-section__highlight,
.loyalty-push-section--entrance.is-visible .loyalty-push-section__description,
.loyalty-push-section--entrance.is-visible .loyalty-push-section__media,
.loyalty-push-section--entrance.is-visible .loyalty-push-section__feature,
.loyalty-push-section--entrance.is-visible .loyalty-push-section__feature-icon,
.loyalty-push-section--entrance.is-visible .loyalty-push-section__tagline,
.loyalty-push-section--entrance.is-visible .loyalty-push-section__tagline-icon {
    backface-visibility: hidden;
    will-change: transform, opacity, clip-path;
}

.loyalty-push-section--entrance.is-visible .loyalty-push-section h2 {
    transform-origin: center center;
    animation: loyaltyPushTitleUnfold 1s var(--loyalty-push-ease) both;
}

.loyalty-push-section--entrance.is-visible .loyalty-push-section__highlight {
    animation: loyaltyPushHighlightPop 0.55s var(--loyalty-push-ease) 0.42s both;
}

.loyalty-push-section--entrance.is-visible .loyalty-push-section__description {
    animation: loyaltyPushDescSweep 0.95s var(--loyalty-push-ease) 0.2s both;
}

.loyalty-push-section--entrance.is-visible .loyalty-push-section__media {
    animation: loyaltyPushScreenDrop 0.95s var(--loyalty-push-ease) 0.22s both;
}

.loyalty-push-section--entrance.is-visible .loyalty-push-section__feature {
    animation: loyaltyPushNoticeIn 0.75s var(--loyalty-push-ease) both;
}

.loyalty-push-section--entrance.is-visible .loyalty-push-section__feature:nth-child(1) {
    animation-delay: 0.52s;
}

.loyalty-push-section--entrance.is-visible .loyalty-push-section__feature:nth-child(2) {
    animation-delay: 0.7s;
}

.loyalty-push-section--entrance.is-visible .loyalty-push-section__feature-icon {
    animation: loyaltyPushIconPop 0.5s var(--loyalty-push-ease) both;
}

.loyalty-push-section--entrance.is-visible .loyalty-push-section__feature:nth-child(1) .loyalty-push-section__feature-icon {
    animation-delay: 0.68s;
}

.loyalty-push-section--entrance.is-visible .loyalty-push-section__feature:nth-child(2) .loyalty-push-section__feature-icon {
    animation-delay: 0.86s;
}

.loyalty-push-section--entrance.is-visible .loyalty-push-section__tagline {
    animation: loyaltyPushTaglineIn 0.6s var(--loyalty-push-ease) 0.96s both;
}

.loyalty-push-section--entrance.is-visible .loyalty-push-section__tagline-icon {
    animation: loyaltyPushStarSpin 0.65s var(--loyalty-push-ease) 0.96s both;
}

.loyalty-push-section--entrance.is-settled .loyalty-push-section h2,
.loyalty-push-section--entrance.is-settled .loyalty-push-section__highlight,
.loyalty-push-section--entrance.is-settled .loyalty-push-section__description,
.loyalty-push-section--entrance.is-settled .loyalty-push-section__media,
.loyalty-push-section--entrance.is-settled .loyalty-push-section__feature,
.loyalty-push-section--entrance.is-settled .loyalty-push-section__feature-icon,
.loyalty-push-section--entrance.is-settled .loyalty-push-section__tagline,
.loyalty-push-section--entrance.is-settled .loyalty-push-section__tagline-icon {
    animation: none;
    opacity: 1;
    clip-path: none;
    transform: none;
    will-change: auto;
}

.loyalty-push-section--entrance.is-settled .loyalty-push-section__tagline-icon {
    animation: loyaltyTaglineIconBreathe 3.2s ease-in-out infinite;
}

.loyalty-push-section--entrance.is-settled .loyalty-push-section__highlight {
    color: #000000de;
}

@media (hover: hover) and (pointer: fine) {
    .loyalty-push-section--entrance.is-settled .loyalty-push-section__feature {
        transition: transform 0.4s var(--loyalty-push-ease),
                    box-shadow 0.4s var(--loyalty-push-ease),
                    border-color 0.4s var(--loyalty-push-ease);
    }

    .loyalty-push-section--entrance.is-settled .loyalty-push-section__feature-icon {
        transition: transform 0.4s var(--loyalty-push-ease),
                    background-color 0.4s var(--loyalty-push-ease);
    }

    .loyalty-push-section--entrance.is-settled .loyalty-push-section__feature:hover {
        z-index: 1;
        border-color: rgba(149, 122, 251, 0.55);
        transform: scale(1.05);
    }

    .loyalty-push-section--entrance.is-settled .loyalty-push-section__feature:hover .loyalty-push-section__feature-icon {
        transform: scale(1.1);
        background: #ddd3ff;
    }
}

@keyframes loyaltyPushTitleUnfold {
    0% {
        opacity: 0;
        clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
        transform: scale(0.94);
    }

    55% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        transform: scale(1);
    }
}

@keyframes loyaltyPushHighlightPop {
    0% {
        color: #fff;
    }

    100% {
        color: #000000de;
    }
}

@keyframes loyaltyPushDescSweep {
    0% {
        opacity: 0;
        clip-path: inset(0 100% 0 0);
        transform: translate3d(0, 12px, 0);
    }

    100% {
        opacity: 1;
        clip-path: inset(0 0 0 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes loyaltyPushScreenDrop {
    0% {
        opacity: 0;
        clip-path: inset(0 0 100% 0);
        transform: translate3d(0, -28px, 0);
    }

    100% {
        opacity: 1;
        clip-path: inset(0 0 0 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes loyaltyPushNoticeIn {
    0% {
        opacity: 0;
        transform: translate3d(28px, -32px, 0) rotate(-2.5deg);
    }

    64% {
        opacity: 1;
        transform: translate3d(-3px, 4px, 0) rotate(0.5deg);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) rotate(0deg);
    }
}

@keyframes loyaltyPushIconPop {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }

    68% {
        opacity: 1;
        transform: scale(1.1);
    }

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

@keyframes loyaltyPushTaglineIn {
    0% {
        opacity: 0;
        transform: translate3d(0, 12px, 0);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes loyaltyPushStarSpin {
    0% {
        opacity: 0;
        transform: rotate(-140deg) scale(0.55);
    }

    70% {
        opacity: 1;
        transform: rotate(12deg) scale(1.08);
    }

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

@media screen and (max-width: 1100px) {
    .loyalty-push-section {
        padding: 72px 28px;
    }

    .loyalty-push-section__inner {
        gap: 40px;
        width: 100%;
    }

    .loyalty-push-section h2 {
        font-size: 30px;
    }

    .loyalty-push-section__description {
        font-size: 16px;
    }
}

@media screen and (max-width: 900px) {
    .loyalty-push-section__inner {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .loyalty-push-section__media {
        max-width: 420px;
    }

    .loyalty-push-section__content {
        text-align: left;
    }
}

@media screen and (max-width: 767px) {
    .loyalty-push-section {
        /* Solapa un poco más en mobile: sin el overlap del visual de clients se ve la línea */
        margin-top: -2px;
        padding: 58px 20px 64px;
    }

    .loyalty-push-section__inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        width: 100%;
    }

    .loyalty-push-section__content {
        display: contents;
    }

    .loyalty-push-section__desktop-break {
        display: none;
    }

    .loyalty-push-section h2 {
        order: 1;
        width: 100%;
        font-size: clamp(24px, 7vw, 28px);
        line-height: 1.25;
        text-align: center;
    }

    .loyalty-push-section__description {
        order: 2;
        width: 100%;
        max-width: 28em;
        margin: 0 auto;
        font-size: 16px;
        line-height: 1.4;
        text-align: center;
    }

    .loyalty-push-section__media {
        order: 3;
        width: min(280px, 72vw);
        max-width: none;
        margin: 8px auto 4px;
        border-radius: 20px;
    }

    .loyalty-push-section__media-placeholder {
        font-size: clamp(36px, 10vw, 48px);
    }

    .loyalty-push-section__features {
        order: 4;
        width: 100%;
        margin-top: 8px;
        gap: 10px;
        text-align: left;
    }

    .loyalty-push-section__feature {
        gap: 12px;
        padding: 14px;
        border-radius: 16px;
    }

    .loyalty-push-section__feature-icon {
        width: 42px;
        height: 42px;
        border-radius: 10px;
    }

    .loyalty-push-section__feature-icon svg,
    .loyalty-push-section__feature-icon i {
        width: 22px;
        height: 22px;
    }

    .loyalty-push-section__feature-copy {
        padding-top: 0;
        gap: 2px;
    }

    .loyalty-push-section__feature-title {
        font-size: 15px;
    }

    .loyalty-push-section__feature-desc {
        font-size: 13px;
        line-height: 1.35;
    }

    .loyalty-push-section__tagline {
        order: 5;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        margin-top: 4px;
        font-size: 15px;
        text-align: center;
    }

    .loyalty-push-section__tagline-icon {
        width: 28px;
        height: 28px;
    }

    .loyalty-push-section__tagline-icon svg,
    .loyalty-push-section__tagline-icon i {
        width: 14px;
        height: 14px;
    }

    .loyalty-push-section--entrance:not(.is-visible):not(.is-settled) .loyalty-push-section h2 {
        clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
        transform: scale(0.94);
    }

    .loyalty-push-section--entrance:not(.is-visible):not(.is-settled) .loyalty-push-section__description {
        clip-path: inset(0 100% 0 0);
        transform: translate3d(0, 12px, 0);
    }

    .loyalty-push-section--entrance:not(.is-visible):not(.is-settled) .loyalty-push-section__media {
        clip-path: inset(0 0 100% 0);
        transform: translate3d(0, -22px, 0);
    }

    .loyalty-push-section--entrance:not(.is-visible):not(.is-settled) .loyalty-push-section__feature {
        transform: translate3d(0, -24px, 0) rotate(-1.5deg);
    }

    .loyalty-push-section--entrance.is-visible .loyalty-push-section h2 {
        animation-delay: 0s;
    }

    .loyalty-push-section--entrance.is-visible .loyalty-push-section__description {
        animation-delay: 0.14s;
    }

    .loyalty-push-section--entrance.is-visible .loyalty-push-section__highlight {
        animation-delay: 0.4s;
    }

    .loyalty-push-section--entrance.is-visible .loyalty-push-section__media {
        animation-delay: 0.26s;
    }

    .loyalty-push-section--entrance.is-visible .loyalty-push-section__feature {
        animation-name: loyaltyPushNoticeInY;
    }

    .loyalty-push-section--entrance.is-visible .loyalty-push-section__feature:nth-child(1) {
        animation-delay: 0.5s;
    }

    .loyalty-push-section--entrance.is-visible .loyalty-push-section__feature:nth-child(2) {
        animation-delay: 0.66s;
    }

    .loyalty-push-section--entrance.is-visible .loyalty-push-section__feature:nth-child(1) .loyalty-push-section__feature-icon {
        animation-delay: 0.64s;
    }

    .loyalty-push-section--entrance.is-visible .loyalty-push-section__feature:nth-child(2) .loyalty-push-section__feature-icon {
        animation-delay: 0.8s;
    }

    .loyalty-push-section--entrance.is-visible .loyalty-push-section__tagline,
    .loyalty-push-section--entrance.is-visible .loyalty-push-section__tagline-icon {
        animation-delay: 0.9s;
    }
}

@keyframes loyaltyPushNoticeInY {
    0% {
        opacity: 0;
        transform: translate3d(0, -24px, 0) rotate(-1.5deg);
    }

    64% {
        opacity: 1;
        transform: translate3d(0, 4px, 0) rotate(0.4deg);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) rotate(0deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .loyalty-push-section--entrance .loyalty-push-section h2,
    .loyalty-push-section--entrance .loyalty-push-section__highlight,
    .loyalty-push-section--entrance .loyalty-push-section__description,
    .loyalty-push-section--entrance .loyalty-push-section__media,
    .loyalty-push-section--entrance .loyalty-push-section__content,
    .loyalty-push-section--entrance .loyalty-push-section__feature,
    .loyalty-push-section--entrance .loyalty-push-section__feature-icon,
    .loyalty-push-section--entrance .loyalty-push-section__features,
    .loyalty-push-section--entrance .loyalty-push-section__tagline,
    .loyalty-push-section--entrance .loyalty-push-section__tagline-icon {
        animation: none !important;
        opacity: 1 !important;
        clip-path: none !important;
        transform: none !important;
        will-change: auto !important;
    }

    .loyalty-push-section--entrance .loyalty-push-section__highlight {
        color: #000000de !important;
    }
}

/* ==========================================================================
   FIWEEX LOYALTY — PRECIOS
   ========================================================================== */

.loyalty-pricing-section {
    --loyalty-pricing-purple: #957afb;
    --loyalty-pricing-purple-deep: #7c5dfa;
    --loyalty-pricing-card: #121214;
    --loyalty-pricing-ease: cubic-bezier(0.22, 1, 0.36, 1);
    box-sizing: border-box;
    width: 100%;
    padding: 150px 30px;
    background: #fff;
    font-family: 'touche', sans-serif;
    color: #111;
}

.loyalty-pricing-section *,
.loyalty-pricing-section *::before,
.loyalty-pricing-section *::after {
    box-sizing: border-box;
}

.loyalty-pricing-section__inner {
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
    transform: translateX(35px);
}

.loyalty-pricing-section__header {
    max-width: calc(550px + 85px + 500px);
    margin: 0 auto 56px;
    text-align: center;
}

.loyalty-pricing-section h2 {
    margin: 0;
    color: #111;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.28;
    letter-spacing: -0.02em;
}

.loyalty-pricing-section h2 span {
    color: var(--loyalty-pricing-purple);
}

.loyalty-pricing-section__subtitle {
    margin: 16px 0 0;
    color: #111;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.45;
}

.loyalty-pricing-section__subtitle span {
    color: var(--loyalty-pricing-purple);
}

.loyalty-pricing-section__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
    width: calc(550px + 85px + 500px); /* mismo ancho útil que .loyalty-hero__inner */
    max-width: 100%;
    margin: 0 auto;
}

.loyalty-pricing-section__card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-width: 0;
    padding: 28px 20px 20px;
    overflow: hidden;
    isolation: isolate;
    border: 1px solid var(--loyalty-pricing-purple);
    border-radius: 16px;
    background: var(--loyalty-pricing-card);
    text-align: center;
    transform-origin: center center;
    transition:
        transform 0.45s var(--loyalty-pricing-ease),
        border-color 0.45s var(--loyalty-pricing-ease);
}

/* Acento superior que se expande */
.loyalty-pricing-section__card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    width: 0;
    height: 4px;
    border-radius: 0 0 4px 4px;
    background: linear-gradient(
        90deg,
        transparent 0%,
        #7f76a1 18%,
        #957afb 40%,
        #7c5dfa 50%,
        #957afb 60%,
        #7f76a1 82%,
        transparent 100%
    );
    transform: translateX(-50%);
    transition: width 0.5s var(--loyalty-pricing-ease);
    pointer-events: none;
}

.loyalty-pricing-section__card > * {
    position: relative;
    z-index: 1;
}

.loyalty-pricing-section__range {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    margin: 0 0 28px;
}

.loyalty-pricing-section__range-num {
    color: #fff;
    font-size: clamp(22px, 1.8vw, 28px);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.02em;
    white-space: nowrap;
    transition: letter-spacing 0.45s var(--loyalty-pricing-ease), color 0.45s ease;
}

.loyalty-pricing-section__range-label {
    color: #9a9aa3;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase;
    transition: color 0.45s ease, letter-spacing 0.45s var(--loyalty-pricing-ease);
}

.loyalty-pricing-section__price {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 6px;
    margin: 0 0 auto;
    padding-bottom: 28px;
    line-height: 1;
    white-space: nowrap;
}

.loyalty-pricing-section__currency {
    padding-top: 8px;
    color: var(--loyalty-pricing-purple);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.04em;
    transition: color 0.45s ease, transform 0.45s var(--loyalty-pricing-ease);
}

.loyalty-pricing-section__amount {
    display: inline-block;
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: 0.9;
    transition:
        transform 0.45s var(--loyalty-pricing-ease),
        letter-spacing 0.45s var(--loyalty-pricing-ease),
        color 0.45s ease;
}

.loyalty-pricing-section__btn,
.loyalty-pricing-section__sales {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 0;
    border-radius: 10px;
    background: var(--loyalty-pricing-purple);
    color: #fff !important;
    font-family: inherit;
    font-weight: 600;
    line-height: 1;
    text-decoration: none !important;
    transition: background 0.25s ease, transform 0.2s ease;
}

.loyalty-pricing-section__btn {
    width: 100%;
    min-height: 44px;
    margin-top: auto;
    padding: 12px 16px;
    font-size: 16px;
}

.loyalty-pricing-section__btn span {
    display: inline-block;
    transition: transform 0.35s var(--loyalty-pricing-ease);
}

.loyalty-pricing-section__btn:hover,
.loyalty-pricing-section__btn:focus-visible,
.loyalty-pricing-section__sales:hover,
.loyalty-pricing-section__sales:focus-visible {
    background: var(--loyalty-pricing-purple-deep);
    color: #fff !important;
    text-decoration: none;
    transform: translateY(-1px);
}

.loyalty-pricing-section__btn:focus-visible,
.loyalty-pricing-section__sales:focus-visible {
    outline: 2px solid var(--loyalty-pricing-purple);
    outline-offset: 3px;
}

.loyalty-pricing-section__footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    margin-top: 48px;
    text-align: center;
}

.loyalty-pricing-section__more {
    margin: 0;
    color: #111;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.35;
}

.loyalty-pricing-section__more span {
    color: var(--loyalty-pricing-purple);
    font-weight: 500;
}

.loyalty-pricing-section__more strong {
    font-weight: 700;
}

.loyalty-pricing-section__sales {
    min-height: 48px;
    padding: 14px 28px;
    font-size: 1.8rem;
}

@media (hover: hover) and (pointer: fine) {
    .loyalty-pricing-section__card:hover {
        z-index: 1;
        transform: translateY(-10px);
        border-color: #b9a6ff;
    }

    .loyalty-pricing-section__card:hover::after {
        width: 100%;
    }

    .loyalty-pricing-section__card:hover .loyalty-pricing-section__range-num {
        letter-spacing: 0.01em;
    }

    .loyalty-pricing-section__card:hover .loyalty-pricing-section__range-label {
        letter-spacing: 0.12em;
    }

    .loyalty-pricing-section__card:hover .loyalty-pricing-section__currency {
        transform: translateY(-2px);
    }

    .loyalty-pricing-section__card:hover .loyalty-pricing-section__amount {
        transform: scale(1.08);
        letter-spacing: -0.02em;
    }

    .loyalty-pricing-section__card:hover .loyalty-pricing-section__btn {
        background: var(--loyalty-pricing-purple-deep);
    }

    .loyalty-pricing-section__card:hover .loyalty-pricing-section__btn span {
        transform: translateX(5px);
    }
}

/* Entrance */
.loyalty-pricing-section--entrance:not(.is-visible):not(.is-settled) .loyalty-pricing-section__header,
.loyalty-pricing-section--entrance:not(.is-visible):not(.is-settled) .loyalty-pricing-section__card,
.loyalty-pricing-section--entrance:not(.is-visible):not(.is-settled) .loyalty-pricing-section__footer {
    opacity: 0;
    transform: translate3d(0, 24px, 0);
}

.loyalty-pricing-section--entrance.is-visible .loyalty-pricing-section__header {
    animation: loyaltyPricingReveal 0.8s var(--loyalty-pricing-ease) both;
}

.loyalty-pricing-section--entrance.is-visible .loyalty-pricing-section__card {
    animation: loyaltyPricingCardIn 0.72s var(--loyalty-pricing-ease) both;
}

.loyalty-pricing-section--entrance.is-visible .loyalty-pricing-section__card:nth-child(1) { animation-delay: 0.08s; }
.loyalty-pricing-section--entrance.is-visible .loyalty-pricing-section__card:nth-child(2) { animation-delay: 0.14s; }
.loyalty-pricing-section--entrance.is-visible .loyalty-pricing-section__card:nth-child(3) { animation-delay: 0.2s; }
.loyalty-pricing-section--entrance.is-visible .loyalty-pricing-section__card:nth-child(4) { animation-delay: 0.26s; }
.loyalty-pricing-section--entrance.is-visible .loyalty-pricing-section__card:nth-child(5) { animation-delay: 0.32s; }

.loyalty-pricing-section--entrance.is-visible .loyalty-pricing-section__footer {
    animation: loyaltyPricingReveal 0.8s var(--loyalty-pricing-ease) 0.38s both;
}

.loyalty-pricing-section--entrance.is-settled .loyalty-pricing-section__header,
.loyalty-pricing-section--entrance.is-settled .loyalty-pricing-section__card,
.loyalty-pricing-section--entrance.is-settled .loyalty-pricing-section__footer {
    animation: none;
    opacity: 1;
    transform: none;
}

/* Hover debe ganar a is-settled (misma cascade, mayor especificidad) */
@media (hover: hover) and (pointer: fine) {
    .loyalty-pricing-section--entrance.is-settled .loyalty-pricing-section__card:hover {
        transform: translateY(-10px);
    }
}

@keyframes loyaltyPricingReveal {
    0% {
        opacity: 0;
        transform: translate3d(0, 24px, 0);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes loyaltyPricingCardIn {
    0% {
        opacity: 0;
        transform: translate3d(0, 28px, 0) scale(0.96);
    }

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

@media screen and (max-width: 1199px) {
    .loyalty-pricing-section {
        padding: 72px 28px;
    }

    .loyalty-pricing-section__inner {
        transform: none;
    }

    .loyalty-pricing-section h2 {
        font-size: 28px;
    }

    .loyalty-pricing-section__grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 640px;
        margin: 0 auto;
        gap: 14px;
    }

    .loyalty-pricing-section__card {
        flex: 1 1 240px;
        max-width: 300px;
    }

    .loyalty-pricing-section__range-num {
        font-size: 24px;
    }

    .loyalty-pricing-section__amount {
        font-size: 46px;
    }
}

@media screen and (max-width: 767px) {
    .loyalty-pricing-section {
        padding: 56px 20px 64px;
    }

    .loyalty-pricing-section__header {
        margin-bottom: 28px;
    }

    .loyalty-pricing-section__desktop-break {
        display: none;
    }

    .loyalty-pricing-section h2 {
        font-size: clamp(24px, 7vw, 28px);
        line-height: 1.25;
    }

    .loyalty-pricing-section__subtitle {
        margin-top: 12px;
        font-size: 16px;
        line-height: 1.4;
    }

    .loyalty-pricing-section__grid {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-wrap: nowrap;
        width: 100%;
        max-width: none;
        gap: 14px;
    }

    .loyalty-pricing-section__card {
        display: flex;
        flex-direction: column;
        height: 250px;
        align-items: stretch;
        justify-content: space-between;
        flex: none;
        width: min(280px, 100%);
        max-width: 280px;
        aspect-ratio: 1 / 1;
        gap: 0;
        padding: 24px 20px 18px;
        text-align: center;
    }

    .loyalty-pricing-section__range {
        align-items: center;
        margin: 0;
        gap: 6px;
    }

    .loyalty-pricing-section__range-num {
        font-size: 22px;
        white-space: nowrap;
    }

    .loyalty-pricing-section__range-label {
        font-size: 12px;
        letter-spacing: 0.08em;
    }

    .loyalty-pricing-section__price {
        align-items: flex-start;
        justify-content: center;
        margin: 0;
        padding: 0;
    }

    .loyalty-pricing-section__currency {
        padding-top: 8px;
        font-size: 14px;
    }

    .loyalty-pricing-section__amount {
        font-size: 44px;
    }

    .loyalty-pricing-section__btn {
        min-height: 44px;
        margin-top: 0;
        font-size: 16px;
    }

    .loyalty-pricing-section__footer {
        margin-top: 28px;
        gap: 14px;
        width: 100%;
    }

    .loyalty-pricing-section__more {
        font-size: 16px;
    }

    .loyalty-pricing-section__sales {
        width: 100%;
        max-width: none;
        min-height: 44px;
        padding: 12px 20px;
        font-size: 16px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .loyalty-pricing-section--entrance .loyalty-pricing-section__header,
    .loyalty-pricing-section--entrance .loyalty-pricing-section__card,
    .loyalty-pricing-section--entrance .loyalty-pricing-section__footer,
    .loyalty-pricing-section--entrance.is-visible .loyalty-pricing-section__header,
    .loyalty-pricing-section--entrance.is-visible .loyalty-pricing-section__card,
    .loyalty-pricing-section--entrance.is-visible .loyalty-pricing-section__footer {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
    }
}
