.taco-app-page {
    background: #1d1d1d;
    color: #fff;
}

.taco-app-wrapper {
    background: #1d1d1d;
    padding-bottom: 0;
}

.taco-app-module {
    font-family: Montserrat, sans-serif;
    color: #fff;
    background: #1d1d1d;
    overflow: clip;
    position: relative;
}

.taco-app-module::before,
.taco-app-module::after {
    content: "";
    position: absolute;
    inset: auto;
    border-radius: 999px;
    pointer-events: none;
    filter: blur(90px);
    opacity: 0.55;
    z-index: 0;
}

.taco-app-module::before {
    top: 280px;
    left: -60px;
    width: 260px;
    height: 260px;
    background: rgba(169, 45, 255, 0.4);
    animation: ambientFloat 12s ease-in-out infinite;
}

.taco-app-module::after {
    top: 980px;
    right: -80px;
    width: 320px;
    height: 320px;
    background: rgba(255, 111, 58, 0.22);
    animation: ambientFloat 15s ease-in-out infinite reverse;
}

.taco-app-hero {
    background-image: url("../images/TacoApp/TacoApp_v2/Fondo-imagen.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 1080px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 120px 24px 120px;
    position: relative;
    z-index: 1;
}

.taco-app-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 55%, rgba(180, 72, 255, 0.26), transparent 32%),
        linear-gradient(180deg, rgba(15, 15, 15, 0.06), rgba(15, 15, 15, 0.1));
    pointer-events: none;
}

.taco-app-hero__content {
    width: 100%;
    max-width: 620px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.taco-app-hero__copy {
    width: 100%;
    max-width: 560px;
    margin: 0 auto 36px;
}

.hero-copy-glow {
    animation: heroFloat 5.8s ease-in-out infinite;
}

.taco-app-hero__copy h1 {
    margin: 0 0 18px;
    font-family: Oswald, sans-serif;
    font-size: 72px;
    line-height: 0.95;
    letter-spacing: 0.02em;
    color: #fff;
}

.taco-app-hero__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    min-height: 132px;
    padding: 22px 34px;
    border: 5px solid #fff;
    border-radius: 26px;
    margin-bottom: 26px;
    background: rgba(255, 255, 255, 0.025);
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.05) inset,
        0 0 30px rgba(174, 54, 255, 0.18);
    animation: badgePulse 3.4s ease-in-out infinite;
}

.taco-app-hero__logo {
    width: 84px;
    height: auto;
    filter: brightness(0) invert(1);
}

.taco-app-hero__badge span {
    font-family: Oswald, sans-serif;
    font-size: 78px;
    line-height: 1;
    color: #fff;
}

.taco-app-hero__copy p {
    margin: 0;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
}

.taco-app-hero__stores {
    display: flex;
    justify-content: center;
    gap: 36px;
}

.store-button {
    display: inline-flex;
    width: 156px;
    transition: transform 0.25s ease, filter 0.25s ease;
    will-change: transform;
    position: relative;
    isolation: isolate;
}

.store-button::before {
    content: "";
    position: absolute;
    inset: 12px;
    border-radius: 22px;
    background: radial-gradient(circle, rgba(169, 61, 255, 0.45) 0%, rgba(169, 61, 255, 0.18) 45%, transparent 72%);
    filter: blur(18px);
    opacity: 0.45;
    z-index: -1;
    animation: storeNeonPulse 4.6s ease-in-out infinite;
}

.store-button:nth-child(2)::before {
    animation-delay: 1.4s;
}

.store-button:hover {
    transform: translateY(-6px) scale(1.04);
    filter: brightness(1.12) drop-shadow(0 10px 20px rgba(164, 66, 255, 0.28));
}

.store-button img {
    width: 100%;
    display: block;
    filter: drop-shadow(0 0 0 rgba(194, 87, 255, 0));
    animation: storeIconBlink 4.6s ease-in-out infinite;
}

.store-button:nth-child(2) img {
    animation-delay: 1.4s;
}

.taco-app-benefits {
    background-image: url("../images/TacoApp/TacoApp_v2/Fondo-Color.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: grid;
    grid-template-columns: minmax(300px, 440px) minmax(320px, 520px);
    justify-content: center;
    gap: 56px;
    align-items: center;
    padding: 0 56px 86px;
    margin-top: -210px;
    position: relative;
    z-index: 1;
}

.taco-app-benefits__media img {
    width: 100%;
    display: block;
    transform-origin: center center;
    transition: transform 0.5s ease, filter 0.5s ease;
}

.taco-app-benefits__media:hover img {
    transform: translateY(-8px) scale(1.02);
    filter: drop-shadow(0 20px 30px rgba(157, 55, 255, 0.22));
}

.taco-app-benefits__list {
    display: flex;
    flex-direction: column;
    gap: 42px;
}

.benefit-item {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 22px;
    align-items: start;
    transition: transform 0.35s ease, filter 0.35s ease;
}

.benefit-item:hover {
    transform: translateX(8px);
    filter: drop-shadow(0 10px 22px rgba(172, 68, 255, 0.18));
}

.benefit-item__icon {
    width: 58px;
    height: 58px;
    object-fit: contain;
    animation: iconFloat 3.4s ease-in-out infinite;
}

.benefit-item h2 {
    margin: 0 0 10px;
    font-family: Oswald, sans-serif;
    font-size: 34px;
    line-height: 1;
    letter-spacing: 0.02em;
    color: #fff;
}

.benefit-item p {
    margin: 0;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 700;
    color: #fff;
}

.taco-app-welcome {
    background-color: #1d1d1d;
    background-image: url("../images/TacoApp/TacoApp_v2/Fondo-negro.png");
    background-position: center top;
    background-repeat: repeat;
    padding: 42px 56px 88px;
    position: relative;
    z-index: 1;
}

.welcome-pill {
    width: min(100%, 760px);
    margin: 0 auto 48px;
    border-radius: 999px;
    padding: 18px 28px;
    text-align: center;
    font-family: Oswald, sans-serif;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.02em;
    color: #fff;
    background: linear-gradient(90deg, #8b1df5 0%, #ff1ec9 50%, #ff6d2d 100%);
    box-shadow: 0 0 30px rgba(192, 55, 255, 0.45);
    position: relative;
    overflow: hidden;
}

.welcome-pill::after {
    content: "";
    position: absolute;
    top: 0;
    left: -30%;
    width: 30%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
    transform: skewX(-20deg);
    animation: pillShine 4.8s ease-in-out infinite;
}

.welcome-cards {
    max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 52px 36px;
}

.welcome-card {
    margin: 0;
    transition: transform 0.35s ease, filter 0.35s ease;
    position: relative;
    overflow: hidden;
    border-radius: 28px;
}

.welcome-card img {
    width: 100%;
    display: block;
}

.welcome-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 20%, rgba(255, 255, 255, 0.18) 50%, transparent 80%);
    transform: translateX(-140%);
    transition: transform 0.55s ease;
    pointer-events: none;
}

.welcome-card:hover {
    transform: translateY(-10px) scale(1.015);
    filter: drop-shadow(0 18px 28px rgba(160, 57, 255, 0.24));
}

.welcome-card:hover::after {
    transform: translateX(140%);
}

.reveal {
    opacity: 0;
    transform: translateY(42px);
    transition:
        opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
}

.reveal[data-reveal="left"] {
    transform: translateX(-54px);
}

.reveal[data-reveal="right"] {
    transform: translateX(54px);
}

.reveal.is-visible {
    opacity: 1;
    transform: none;
}

.row_footer {
    margin-top: 0;
}

@keyframes ambientFloat {
    0%, 100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        transform: translate3d(20px, -18px, 0) scale(1.08);
    }
}

@keyframes heroFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

@keyframes badgePulse {
    0%, 100% {
        box-shadow:
            0 0 0 1px rgba(255, 255, 255, 0.05) inset,
            0 0 30px rgba(174, 54, 255, 0.18);
    }
    50% {
        box-shadow:
            0 0 0 1px rgba(255, 255, 255, 0.09) inset,
            0 0 42px rgba(174, 54, 255, 0.32);
    }
}

@keyframes iconFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-6px);
    }
}

@keyframes pillShine {
    0%, 20% {
        transform: translateX(-140%) skewX(-20deg);
    }
    45%, 100% {
        transform: translateX(420%) skewX(-20deg);
    }
}

@keyframes storeNeonPulse {
    0%, 72%, 100% {
        opacity: 0.28;
        transform: scale(0.96);
    }
    76% {
        opacity: 0.72;
        transform: scale(1.02);
    }
    80% {
        opacity: 0.38;
        transform: scale(0.985);
    }
    86% {
        opacity: 0.82;
        transform: scale(1.03);
    }
}

@keyframes storeIconBlink {
    0%, 72%, 100% {
        filter:
            drop-shadow(0 0 0 rgba(194, 87, 255, 0))
            drop-shadow(0 0 0 rgba(132, 47, 255, 0));
    }
    76% {
        filter:
            drop-shadow(0 0 10px rgba(215, 129, 255, 0.55))
            drop-shadow(0 0 18px rgba(132, 47, 255, 0.35));
    }
    80% {
        filter:
            drop-shadow(0 0 4px rgba(215, 129, 255, 0.22))
            drop-shadow(0 0 10px rgba(132, 47, 255, 0.16));
    }
    86% {
        filter:
            drop-shadow(0 0 12px rgba(215, 129, 255, 0.62))
            drop-shadow(0 0 22px rgba(132, 47, 255, 0.4));
    }
}

@media (prefers-reduced-motion: reduce) {
    .taco-app-module::before,
    .taco-app-module::after,
    .hero-copy-glow,
    .taco-app-hero__badge,
    .benefit-item__icon,
    .welcome-pill::after,
    .store-button::before,
    .store-button img {
        animation: none !important;
    }

    .reveal,
    .store-button,
    .benefit-item,
    .welcome-card,
    .taco-app-benefits__media img {
        transition: none !important;
        transform: none !important;
        opacity: 1 !important;
        filter: none !important;
    }
}
