﻿:root {
    --azul-deep: #0F2454;
    --azul-dollarize: #034EA2;
    --azul-mid: #2E5BBA;
    --azul-soft: #E8F0FA;
    --azul-pale: #F4F8FD;
    --rojo-simi: #CE2F4D;
    --rojo-simi-deep: #A82038;
    --rojo-simi-soft: #FDE5EA;
    --amarillo: #FFC93C;
    --amarillo-deep: #F5B400;
    --amarillo-glow: rgba(255, 201, 60, 0.4);
    --azul-simi-pale: #EBF1F8;
    --azul-simi-medio: #5C8BC4;
    --crema: #FBF8F1;
    --blanco: #FFFFFF;
    --gris-borde: #E5EAF2;
    --gris-texto: #4A5568;
    --gris-claro: #8A92A3;
    --negro: #0A1429;
    --verde-mx: #1F8A4C;
    --rojo-simi: #C8102E;
    --verde-whatsapp: #25D366;
    --radius-sm: 10px;
    --radius-md: 16px;
    --radius-lg: 24px;
    --radius-xl: 32px;
    --radius-pill: 999px;
    --shadow-card: 0 4px 20px rgba(15, 36, 84, 0.06);
    --shadow-card-hover: 0 30px 70px rgba(15, 36, 84, 0.3);
    --shadow-yellow: 0 8px 24px rgba(255, 201, 60, 0.4);
    --content-max: 1240px;
    --verde-whatsapp: #25D366;
    --verde-whatsapp-hover: #1EBE57;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    color: var(--negro);
    background: var(--crema);
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

h1,
h2,
h3,
.display {
    font-family: 'Bricolage Grotesque', sans-serif;
}

/* ============ TOGGLE PAÍS ============ */
.toggle-pais {
    position: fixed;
    top: 20px;
    right: 24px;
    z-index: 100;
    display: flex;
    background: var(--blanco);
    border-radius: var(--radius-pill);
    padding: 5px;
    box-shadow: 0 8px 32px rgba(15, 36, 84, 0.12);
    border: 1px solid var(--gris-borde);
}

    .toggle-pais a {
        padding: 8px 18px;
        font-size: 13px;
        font-weight: 600;
        text-decoration: none;
        color: var(--azul-dollarize);
        border-radius: var(--radius-pill);
        transition: all 0.25s ease;
        display: flex;
        align-items: center;
        gap: 6px;
    }

        .toggle-pais a.active {
            background: var(--azul-dollarize);
            color: var(--blanco);
        }

        .toggle-pais a:not(.active):hover {
            background: var(--azul-pale);
        }

/* ============ HERO ============ */
.hero {
    background-color: var(--azul-deep);
    padding: 64px 24px 120px;
    position: relative;
    overflow: hidden;
}

    .hero::before {
        content: '';
        position: absolute;
        top: -300px;
        right: -200px;
        width: 800px;
        height: 800px;
        background: radial-gradient(circle, var(--amarillo-glow) 0%, transparent 60%);
        pointer-events: none;
        animation: breathe 8s ease-in-out infinite;
    }

    .hero::after {
        content: '';
        position: absolute;
        bottom: -200px;
        left: -100px;
        width: 500px;
        height: 500px;
        background: radial-gradient(circle, rgba(46, 91, 186, 0.5) 0%, transparent 70%);
        pointer-events: none;
    }

@keyframes breathe {

    0%, 100% {
        transform: scale(1);
        opacity: 0.7;
    }

    50% {
        transform: scale(1.1);
        opacity: 1;
    }
}

.hero-grain {
    position: absolute;
    inset: 0;
    opacity: 0.5;
    pointer-events: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.15'/></svg>");
}

.hero-inner {
    max-width: var(--content-max);
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.logo-bar {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
}

.brand-logo-img {
    height: 68px;
    width: auto;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.2));
}

.hero-content {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 60px;
    align-items: center;
}

.hero-text {
    color: var(--blanco);
}

.app-identity {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
    padding: 6px 16px 6px 6px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius-pill);
    backdrop-filter: blur(12px);
}

.app-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    object-fit: cover;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(255, 255, 255, 0.1);
    flex-shrink: 0;
}

.app-identity-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    color: var(--blanco);
    text-align: left;
}

.app-identity-name {
    font-family: 'Bricolage Grotesque';
    font-weight: 700;
    font-size: 14px;
    letter-spacing: -0.2px;
    line-height: 1.1;
}

.app-identity-meta {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
}

.hero-text h1 {
    font-size: clamp(40px, 5.5vw, 64px);
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: -2.5px;
    margin-bottom: 28px;
}

    .hero-text h1 em {
        font-style: italic;
        font-weight: 600;
        color: var(--amarillo);
        position: relative;
        display: inline-block;
    }

        .hero-text h1 em::after {
            content: '';
            position: absolute;
            bottom: 4px;
            left: -4px;
            right: -4px;
            height: 12px;
            background: var(--amarillo);
            opacity: 0.2;
            z-index: -1;
            border-radius: 4px;
        }

.hero-text .subtitle {
    font-size: 19px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.55;
    margin-bottom: 36px;
    max-width: 540px;
}

.hero-actions {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
}

.btn-primary {
    background: var(--rojo-simi);
    color: var(--azul-deep);
    padding: 16px 32px;
    border-radius: var(--radius-pill);
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    box-shadow: var(--shadow-yellow);
    border: none;
    cursor: pointer;
}

    .btn-primary:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 32px rgba(255, 201, 60, 0.55);
        background: var(--rojo-simi-deep);
    }

    .btn-primary .arrow {
        transition: transform 0.3s ease;
    }

    .btn-primary:hover .arrow {
        transform: translateX(4px);
    }

/* ============ VIDEO PROMINENTE ============ */
.hero-video-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.video-card {
    width: 100%;
    max-width: 460px;
    aspect-ratio: 1 / 1;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 24px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .video-card:hover {
        transform: translateY(-4px) scale(1.01);
        box-shadow: 0 40px 100px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 201, 60, 0.3);
    }

.video-thumb {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

    .video-thumb::before {
        content: '';
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at 70% 35%, rgba(255, 201, 60, 0.35) 0%, transparent 50%), radial-gradient(circle at 20% 80%, rgba(46, 91, 186, 0.5) 0%, transparent 60%);
    }

.video-app-icon {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    flex-shrink: 0;
}

@keyframes blink {

    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }
}

.play-btn-big {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: var(--amarillo);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 16px 40px rgba(255, 201, 60, 0.5);
    z-index: 3;
    transition: all 0.3s ease;
    animation: play-pulse 2.5s ease-in-out infinite;
}

.video-card:hover .play-btn-big {
    transform: translate(-50%, -50%) scale(1.1);
    background: var(--blanco);
}

.play-btn-big::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 0 16px 24px;
    border-color: transparent transparent transparent var(--azul-deep);
    margin-left: 6px;
}

@keyframes play-pulse {

    0%, 100% {
        box-shadow: 0 16px 40px rgba(255, 201, 60, 0.5), 0 0 0 0 rgba(255, 201, 60, 0.5);
    }

    50% {
        box-shadow: 0 16px 40px rgba(255, 201, 60, 0.6), 0 0 0 24px rgba(255, 201, 60, 0);
    }
}

.video-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px 24px 28px;
    background: transparent;
    color: var(--blanco);
    z-index: 2;
}

.video-info-eyebrow {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--amarillo);
    margin-bottom: 8px;
}

.video-info-title {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.2px;
    margin-bottom: 4px;
}

.video-info-meta {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
    display: flex;
    align-items: center;
    gap: 6px;
}

    .video-info-meta::before {
        content: '⏱';
        font-size: 14px;
    }

.stats-banner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    padding: 24px 32px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius-lg);
    backdrop-filter: blur(20px);
    margin-top: 56px;
    color: var(--blanco);
    position: relative;
    z-index: 1;
}

.stats-banner--two {
    grid-template-columns: repeat(2, 1fr);
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.stat-item {
    text-align: center;
    position: relative;
}

    .stat-item:not(:last-child)::after {
        content: '';
        position: absolute;
        right: -12px;
        top: 20%;
        height: 60%;
        width: 1px;
        background: rgba(255, 255, 255, 0.15);
    }

.stat-number {
    font-family: 'Bricolage Grotesque';
    font-size: 32px;
    font-weight: 800;
    color: var(--amarillo);
    margin-bottom: 4px;
    letter-spacing: -1px;
}

.stat-label {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
}

/* ============ PASOS ============ */
.pasos-section {
    padding: 120px 24px 100px;
    background: var(--crema);
    position: relative;
    z-index: 1;
}

.container {
    max-width: var(--content-max);
    margin: 0 auto;
}

.section-header {
    text-align: center;
    margin-bottom: 64px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.section-eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--azul-mid);
    margin-bottom: 12px;
}

    .section-eyebrow::before {
        content: '';
        display: inline-block;
        width: 24px;
        height: 2px;
        background: var(--rojo-simi);
        vertical-align: middle;
        margin-right: 10px;
    }

h2.section-title {
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 700;
    color: var(--azul-deep);
    line-height: 1.05;
    letter-spacing: -1.5px;
    margin-bottom: 16px;
}

    h2.section-title em {
        font-style: italic;
        font-weight: 500;
        color: var(--azul-mid);
    }

.section-subtitle {
    color: var(--gris-texto);
    font-size: 18px;
    line-height: 1.5;
}

.pasos-track {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

    .pasos-track::before {
        content: '';
        position: absolute;
        top: 32px;
        left: 12%;
        right: 12%;
        height: 2px;
        background: repeating-linear-gradient(90deg, var(--azul-soft) 0, var(--azul-soft) 8px, transparent 8px, transparent 16px);
        z-index: 0;
    }

.paso {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 0 12px;
}

.paso-num-wrap {
    width: 64px;
    height: 64px;
    margin: 0 auto 24px;
    position: relative;
}

.paso-num {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--blanco);
    border: 2.5px solid var(--azul-deep);
    font-family: 'Bricolage Grotesque';
    font-weight: 700;
    font-size: 24px;
    color: var(--azul-deep);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.paso:hover .paso-num,
.paso.active .paso-num {
    background: var(--azul-simi-medio);
    border-color: var(--azul-simi-medio);
    transform: scale(1.1);
    box-shadow: var(--shadow-yellow);
}

.paso-title {
    font-family: 'Bricolage Grotesque';
    font-size: 17px;
    font-weight: 700;
    color: var(--azul-deep);
    margin-bottom: 8px;
    letter-spacing: -0.3px;
}

.paso-text {
    font-size: 14.5px;
    color: var(--gris-texto);
    line-height: 1.5;
}

.stores-row {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 56px;
}

.store-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--negro);
    color: var(--blanco);
    text-decoration: none;
    padding: 12px 22px;
    border-radius: var(--radius-md);
    transition: all 0.25s ease;
}

    .store-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 24px rgba(10, 20, 41, 0.2);
    }

.store-text {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.store-text-small {
    font-size: 10px;
    opacity: 0.85;
}

.store-text-big {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
    font-family: 'Bricolage Grotesque';
}

.store-icon {
    font-size: 22px;
}

.store-btn-icon {
    width: 28px;
    height: 28px;
    object-fit: contain;
    flex-shrink: 0;
}

/* Botones store en hero: más grandes y prominentes */
.store-btn--hero {
    padding: 14px 26px;
}

    .store-btn--hero .store-btn-icon {
        width: 34px;
        height: 34px;
    }

/* ============================================== */
/* ===== FICHAS DE BENEFICIOS — ESTILO APP STORE === */
/* ============================================== */
.fichas-section {
    padding: 100px 24px 120px;
    background: var(--azul-simi-pale);
    position: relative;
}

.fichas-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 1100px;
    margin: 0 auto;
}

.ficha-final-wrap {
    max-width: 540px;
    margin: 40px auto 0;
}

/* Ficha base: azul oscuro estilo App Store */
.ficha {
    background: linear-gradient(160deg, #034EA2 0%, #0F2454 100%);
    border-radius: var(--radius-xl);
    padding: 40px 36px 40px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
    color: var(--blanco);
    text-align: center;
    min-height: 600px;
}

    .ficha::before {
        content: '';
        position: absolute;
        top: -100px;
        right: -100px;
        width: 300px;
        height: 300px;
        background: radial-gradient(circle, rgba(255, 201, 60, 0.12) 0%, transparent 60%);
        pointer-events: none;
    }

    .ficha:hover {
        transform: translateY(-8px);
        box-shadow: var(--shadow-card-hover);
    }

/* Stage central donde va el mockup + decoraciones */
.ficha-stage {
    position: relative;
    flex: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
    min-height: 380px;
    z-index: 2;
}

/* El mockup del teléfono */
.phone-mock {
    height: 380px;
    width: auto;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.35));
}

/* Decoraciones flotantes - clases generales */
.deco {
    position: absolute;
    pointer-events: none;
    filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.4));
}

/* Ficha 1: dos banderas abajo a la derecha */
.ficha-1 .deco-flag-us {
    width: 95px;
    height: 95px;
    bottom: 15px;
    right: 25px;
    z-index: 4;
}

.ficha-1 .deco-flag-mx {
    width: 95px;
    height: 95px;
    bottom: 55px;
    right: 75px;
    z-index: 3;
}

/* Ficha 3: bolsa Similares abajo a la izquierda */
.ficha-3 .deco-bag {
    width: 165px;
    height: auto;
    bottom: 10px;
    left: -10px;
    z-index: 4;
}

/* Ficha 4: billetes detrás + bandera abajo derecha */
.ficha-4 .deco-money {
    width: 280px;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-52%, -50%) scale(1.15);
    z-index: 1;
}

.ficha-4 .deco-flag-us {
    width: 105px;
    height: 105px;
    bottom: 25px;
    right: 25px;
    z-index: 4;
}

/* Ficha 5: bank y cash a la derecha */
.ficha-5 .deco-bank {
    width: 110px;
    height: auto;
    top: 20%;
    right: 5px;
    z-index: 4;
}

.ficha-5 .deco-cash {
    width: 100px;
    height: auto;
    bottom: 20%;
    right: 10px;
    z-index: 4;
}

/* Texto debajo del stage */
.ficha-text {
    text-align: center;
    position: relative;
    z-index: 2;
}

.ficha h3 {
    font-size: 26px;
    font-weight: 700;
    color: var(--blanco);
    margin-bottom: 12px;
    line-height: 1.15;
    letter-spacing: -0.6px;
}

.ficha p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.55;
    max-width: 340px;
    margin: 0 auto;
}

/* Aclaración legal */
.legal-note {
    text-align: center;
    color: var(--gris-claro);
    font-size: 13px;
    margin-top: 56px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.55;
    font-style: italic;
}

/* ============ FAQS ============ */
.faqs-section {
    padding: 100px 24px;
    background: var(--azul-pale);
}

.faqs-list {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: var(--blanco);
    margin-bottom: 12px;
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-card);
    transition: all 0.3s ease;
}

    .faq-item:hover {
        transform: translateY(-2px);
    }

.faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 22px 26px;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: var(--azul-deep);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    font-family: 'Bricolage Grotesque';
}

.faq-chevron {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--azul-pale);
    color: var(--azul-deep);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
    font-size: 18px;
    font-weight: 800;
}

.faq-item.open .faq-chevron {
    background: var(--rojo-simi);
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
    padding: 0 26px;
    font-size: 15px;
    color: var(--gris-texto);
    line-height: 1.65;
}

.faq-item.open .faq-answer {
    max-height: 240px;
    padding: 0 26px 24px;
}

/* ============ CTA FINAL ============ */
.cta-final {
    background: var(--azul-deep);
    padding: 100px 24px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

    .cta-final::before {
        content: '';
        position: absolute;
        top: -200px;
        left: 50%;
        transform: translateX(-50%);
        width: 600px;
        height: 600px;
        background: radial-gradient(circle, var(--amarillo-glow) 0%, transparent 60%);
    }

.cta-final-inner {
    position: relative;
    max-width: 720px;
    margin: 0 auto;
}

.cta-final h2 {
    color: var(--blanco);
    font-size: clamp(36px, 5vw, 56px);
    font-weight: 700;
    margin-bottom: 16px;
    letter-spacing: -1.5px;
    line-height: 1.05;
}

    .cta-final h2 em {
        font-style: italic;
        color: var(--amarillo);
    }

.cta-final p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    margin-bottom: 40px;
}

.cta-final .stores-row {
    margin-top: 0;
}

.cta-final .store-btn {
    background: var(--blanco);
    color: var(--negro);
}

    .cta-final .store-btn:hover {
        background: var(--amarillo);
    }

/* ============ FAB CALCULADORA ============ */
.calc-fab {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 95;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 22px 14px 18px;
    background: var(--verde-mx);
    color: var(--blanco);
    border: 0;
    border-radius: var(--radius-pill);
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 12px 32px rgba(31, 138, 76, 0.45), 0 0 0 4px rgba(31, 138, 76, 0.12);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    animation: calc-fab-pulse 2.4s ease-in-out infinite;
}

    .calc-fab:hover {
        background: #167539;
        transform: translateY(-3px);
        box-shadow: 0 18px 40px rgba(31, 138, 76, 0.55), 0 0 0 6px rgba(31, 138, 76, 0.15);
    }

.calc-fab-icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.calc-fab[hidden] {
    display: none;
}

@keyframes calc-fab-pulse {

    0%, 100% {
        box-shadow: 0 12px 32px rgba(31, 138, 76, 0.45), 0 0 0 0 rgba(31, 138, 76, 0.4);
    }

    50% {
        box-shadow: 0 12px 32px rgba(31, 138, 76, 0.45), 0 0 0 14px rgba(31, 138, 76, 0);
    }
}

@media (max-width: 480px) {
    .calc-fab {
        bottom: 16px;
        right: 16px;
        padding: 12px 18px 12px 14px;
        font-size: 13px;
    }
}

/* ============ MODAL BOTTOM SHEET ============ */
.sheet-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(10, 20, 41, 0.55);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 200;
}

    .sheet-backdrop.open {
        opacity: 1;
        pointer-events: auto;
    }

.sheet {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 420px;
    max-width: 100%;
    z-index: 210;
    background: var(--blanco);
    border-top-left-radius: 28px;
    border-bottom-left-radius: 28px;
    overflow-y: auto;
    transform: translateX(110%);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: -20px 0 60px rgba(15, 36, 84, 0.2);
}

    .sheet.open {
        transform: translateX(0);
    }

.sheet-handle {
    display: none;
}

.sheet-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--gris-borde);
    border: 0;
    color: var(--gris-texto);
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    z-index: 2;
}

    .sheet-close:hover {
        background: var(--azul-deep);
        color: var(--blanco);
    }

.sheet-body {
    padding: 64px 32px 32px;
}

@media (max-width: 480px) {
    .sheet {
        border-radius: 0;
    }

    .sheet-body {
        padding: 60px 22px 28px;
    }
}

body.sheet-open {
    overflow: hidden;
}

/* ============ CALCULADORA USD → MXN (dentro del sheet) ============ */
.calc-header {
    margin-bottom: 24px;
}

.calc-title {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.5px;
    color: var(--negro);
    margin: 0 0 10px;
}

.calc-badge-wrap {
    text-align: center;
    margin-top: 16px;
}

.calc-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    background: rgba(31, 138, 76, 0.10);
    color: var(--verde-mx);
    font-size: 12px;
    font-weight: 700;
    border-radius: var(--radius-pill);
    border: 1px solid rgba(31, 138, 76, 0.22);
}

.calc-side {
    background: var(--azul-pale);
    border: 1px solid var(--gris-borde);
    border-radius: 18px;
    padding: 18px 20px;
    transition: all 0.25s ease;
}

    .calc-side:focus-within {
        border-color: var(--azul-dollarize);
        box-shadow: 0 0 0 4px rgba(3, 78, 162, 0.12);
    }

.calc-side--out {
    background: linear-gradient(135deg, #E6F4EC 0%, #D4EDDD 100%);
    border-color: rgba(31, 138, 76, 0.25);
}

.calc-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--gris-claro);
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
}

    .calc-label .calc-flag {
        font-size: 16px;
        line-height: 1;
        display: inline-block;
    }

.calc-amount-row {
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.calc-currency {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: var(--gris-texto);
    line-height: 1;
}

.calc-input {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 38px;
    font-weight: 800;
    color: var(--negro);
    line-height: 1;
    letter-spacing: -1.2px;
    border: 0;
    background: transparent;
    outline: none;
    width: 100%;
    min-width: 0;
    -moz-appearance: textfield;
}

    .calc-input::-webkit-outer-spin-button,
    .calc-input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

.calc-output {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 38px;
    font-weight: 800;
    color: var(--verde-mx);
    line-height: 1;
    letter-spacing: -1.2px;
    transition: transform 0.2s ease;
}

    .calc-output.bump {
        transform: scale(1.04);
    }

.calc-unit {
    font-size: 11px;
    font-weight: 600;
    color: var(--gris-claro);
    margin-top: 6px;
}

.calc-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--azul-dollarize);
    padding: 8px 0;
}

    .calc-arrow svg {
        display: block;
        transform: rotate(90deg);
    }

.calc-chips {
    display: flex;
    gap: 8px;
    margin-top: 16px;
    flex-wrap: wrap;
}

.calc-chip {
    flex: 1 1 auto;
    min-width: 60px;
    padding: 8px 14px;
    background: var(--blanco);
    border: 1px solid var(--gris-borde);
    border-radius: var(--radius-pill);
    font-size: 13px;
    font-weight: 600;
    color: var(--gris-texto);
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: inherit;
}

    .calc-chip:hover {
        border-color: var(--verde-mx);
        color: var(--verde-mx);
        transform: translateY(-1px);
    }

    .calc-chip.active {
        background: var(--verde-mx);
        border-color: var(--verde-mx);
        color: var(--blanco);
    }

.calc-fx-note {
    font-size: 12px;
    color: var(--gris-claro);
    margin-top: 22px;
    text-align: center;
    padding-top: 18px;
    border-top: 1px solid var(--gris-borde);
}

.calc-fx-rate {
    font-weight: 600;
    color: var(--gris-texto);
    display: block;
    margin-top: 4px;
    font-size: 14px;
}

.calc-fx-live {
    color: var(--verde-mx);
    font-size: 11px;
}

    .calc-fx-live::before {
        content: '●';
        margin-right: 4px;
        color: var(--verde-mx);
        animation: blink 1.5s ease-in-out infinite;
    }

/* ============ FOOTER DOLLARIZE CARD ============ */
.footer-dz-card {
    background: var(--azul-deep);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 24px;
    padding: 32px 36px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.footer-dz-logo {
    display: flex;
    align-items: center;
}

    .footer-dz-logo img {
        width: 110px;
        height: auto;
    }


.footer-dz-text {
    flex: 1 1 320px;
    min-width: 0;
}

.footer-dz-title {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.5px;
    color: var(--blanco);
    margin: 0 0 10px;
}

    .footer-dz-title span {
        color: #6FCF97;
    }

.footer-dz-sub {
    font-size: 14px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.72);
    margin: 0;
}

.footer-dz-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 26px;
    background: var(--verde-mx);
    color: var(--blanco);
    border-radius: var(--radius-pill);
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    transition: all 0.25s ease;
    box-shadow: 0 8px 24px rgba(31, 138, 76, 0.3);
    flex-shrink: 0;
    width: auto;
}

    .footer-dz-cta:hover {
        background: #167539;
        transform: translateY(-2px);
        box-shadow: 0 12px 32px rgba(31, 138, 76, 0.45);
    }

    .footer-dz-cta span {
        transition: transform 0.25s ease;
        font-size: 16px;
    }

    .footer-dz-cta:hover span {
        transform: translateX(4px);
    }

@media (max-width: 720px) {
    .footer-dz-card {
        padding: 24px 16px; /* antes ~48/40 */
    }

    .footer-dz-title {
        font-size: 20px;
    }

    .footer-dz-cta {
        width: 100%;
        max-width: 280px;
    }

    .footer-dz-text {
        flex: unset;
    }
}

@media (max-width: 480px) {
    .footer-dz-card {
        padding: 40px 16px 32px;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
}
/* ============ FOOTER ============ */

.site-footer {
    background: var(--negro) !important;
    color: rgba(255, 255, 255, 0.6) !important;
    padding: 64px 24px 40px;
    font-size: 12px;
    line-height: 1.7;
}

    .site-footer .footer-container {
        max-width: 1240px;
        margin: 0 auto;
    }

    .site-footer .footer-logo {
        margin-bottom: 36px;
        padding-bottom: 36px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

        .site-footer .footer-logo img {
            height: 40px;
            width: auto;
        }

    .site-footer h4 {
        color: var(--blanco);
        font-size: 13px;
        margin: 20px 0 10px;
        font-weight: 700;
        font-family: 'Bricolage Grotesque', sans-serif;
    }

    .site-footer p {
        margin-bottom: 14px;
        color: rgba(255, 255, 255, 0.6) !important;
    }


/* ============ RESPONSIVE ============ */
@media (max-width: 960px) {
    .hero {
        padding: 24px 20px 80px;
    }

    .logo-bar {
        margin-bottom: 20px;
    }

    .brand-logo-img {
        height: 58px;
    }

    .hero-content {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .hero-text {
        text-align: left;
    }

    .app-identity {
        margin: 0 auto 24px;
    }

    .hero-text h1 {
        font-size: 38px;
        letter-spacing: -1.5px;
        text-align: left;
    }

    .hero-actions {
        justify-content: center;
    }

    .video-card {
        max-width: 380px;
    }

    .stats-banner {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 20px;
    }

    .stat-item:not(:last-child)::after {
        display: none;
    }

    .stat-item:not(:last-child) {
        padding-bottom: 16px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .pasos-section {
        padding: 80px 20px;
    }

    .pasos-track {
        grid-template-columns: 1fr;
        gap: 32px;
    }

        .pasos-track::before {
            display: none;
        }

    .fichas-section {
        padding: 80px 20px;
    }

    .fichas-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .ficha {
        padding: 32px 24px;
        min-height: 560px;
    }

        .ficha h3 {
            font-size: 22px;
        }

    .phone-mock {
        height: 340px;
    }

    /* Reposicionar decoraciones en mobile para que no se salgan */
    .ficha-4 .deco-money {
        transform: translate(-50%, -50%) scale(1);
    }

    .toggle-pais {
        top: 14px;
        right: 14px;
    }

        .toggle-pais a {
            padding: 6px 12px;
            font-size: 12px;
        }

    .faqs-section,
    .cta-final {
        padding: 80px 20px;
    }
}

/* ============ SCROLL REVEAL ============ */
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

    .reveal.visible {
        opacity: 1;
        transform: translateY(0);
    }

/* ============ HERO INTRO ============ */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-text > * {
    animation: fadeUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) backwards;
}

.app-identity {
    animation-delay: 0.1s;
}

.hero-text h1 {
    animation-delay: 0.2s;
}

.hero-text .subtitle {
    animation-delay: 0.35s;
}

.hero-actions {
    animation-delay: 0.5s;
}

.hero-video-wrap {
    animation: fadeUp 1s cubic-bezier(0.16, 1, 0.3, 1) 0.3s backwards;
}

.stats-banner {
    animation: fadeUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.7s backwards;
}

/* Decoraciones flotantes con float suave */
.deco {
    animation: float-slow 6s ease-in-out infinite;
}

.ficha-1 .deco-flag-mx {
    animation-delay: -2s;
}

.ficha-3 .deco-bag {
    animation-delay: -1s;
}

.ficha-4 .deco-flag-us {
    animation-delay: -3s;
}

.ficha-5 .deco-cash {
    animation-delay: -1.5s;
}

@keyframes float-slow {

    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

/* Excepción: la money de la ficha 4 ya tiene transform fijo */
.ficha-4 .deco-money {
    animation: none;
}

/* Badges oficiales App Store / Google Play (SVG completos) */
.badge-btn {
    display: inline-block;
    transition: all 0.25s ease;
    text-decoration: none;
    line-height: 0;
}

    .badge-btn:hover {
        transform: translateY(-2px);
        filter: drop-shadow(0 12px 24px rgba(10, 20, 41, 0.25));
    }

.badge-img {
    height: 56px;
    width: auto;
    display: block;
}

/* Badges en el hero: más prominentes */
.hero-actions .badge-img {
    height: 56px;
}

/* Badges en CTA final */
.cta-final .badge-img {
    height: 56px;
}

@media (max-width: 960px) {
    .badge-img {
        height: 50px;
    }

    .hero-actions .badge-img {
        height: 50px;
    }
}

/* === MANIFIESTO === */
.manifiesto-section {
    background: var(--crema);
    padding: 100px 24px 100px;
    position: relative;
}

.manifiesto-inner {
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
}

.manifiesto-text {
    font-family: 'Bricolage Grotesque', system-ui, sans-serif;
    font-size: clamp(24px, 3.2vw, 38px);
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: -0.8px;
    color: var(--azul-deep);
    margin: 0;
}

    .manifiesto-text em {
        font-style: italic;
        font-weight: 600;
        color: var(--azul-dollarize);
    }

@media (max-width: 960px) {
    .manifiesto-section {
        padding: 72px 20px;
    }

    .manifiesto-text {
        font-size: 22px;
        line-height: 1.4;
    }
}


/* === VIDEO DE FONDO DEL HERO === */
.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(15, 36, 84, 0.10) 0%, rgba(15, 36, 84, 0.55) 100%);
    z-index: 1;
    pointer-events: none;
}

.hero-inner {
    position: relative;
    z-index: 2;
}

/*divulgaciones*/
.divulgaciones-section {
    background: #F5F7FA;
    padding: 56px 24px;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
}

.divulgaciones-container {
    max-width: 900px;
    margin: 0 auto;
}

.divulgaciones-title {
    font-size: 24px;
    font-weight: 700;
    color: #1A1A1A;
    margin-bottom: 16px;
}


.divulgaciones-content p {
    font-size: 12px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 12px;
}

.divulgaciones-content a {
    color: #0056D2;
    text-decoration: underline;
}

.divulgaciones-link {
    font-size: 13px;
    display: inline-block;
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.6);
}

.divulgaciones-accordion.open .divulgaciones-content {
    max-height: 1000px;
}

.divulgaciones-accordion {
    border: none;
}

    /* quitar flechita default */
    .divulgaciones-accordion summary {
        list-style: none;
    }

/* botón */
.divulgaciones-toggle {
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
}

/* icono animado */
.divulgaciones-icon {
    transition: transform 0.2s ease;
}

/* cuando está abierto */
.divulgaciones-accordion[open] .divulgaciones-icon {
    transform: rotate(45deg);
}

/* contenido */
.divulgaciones-content {
    margin-top: 12px;
}

.compartir-section {
    padding: 100px 24px;
    background: var(--azul-deep) !important;
    position: relative;
    overflow: hidden;
}

    /* Decoración: círculos amarillos sutiles de fondo */
    .compartir-section::before {
        content: '';
        position: absolute;
        top: -200px;
        left: -200px;
        width: 500px;
        height: 500px;
        background: radial-gradient(circle, rgba(255, 201, 60, 0.08) 0%, transparent 70%);
        z-index: 0;
        pointer-events: none;
    }

    .compartir-section::after {
        content: '';
        position: absolute;
        bottom: -250px;
        right: -200px;
        width: 600px;
        height: 600px;
        background: radial-gradient(circle, rgba(37, 211, 102, 0.06) 0%, transparent 70%);
        z-index: 0;
        pointer-events: none;
    }

.compartir-container {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    text-align: center;
}

/* Eyebrow */
.compartir-eyebrow {
    display: inline-block;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: var(--amarillo);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding: 6px 16px;
    background: rgba(255, 201, 60, 0.12);
    border: 1px solid rgba(255, 201, 60, 0.25);
    border-radius: var(--radius-pill);
}

/* Título */
.compartir-title {
    font-size: clamp(32px, 4.5vw, 52px);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -1.5px;
    color: var(--blanco);
    margin-bottom: 20px;
}

    .compartir-title em {
        font-style: italic;
        color: var(--amarillo);
        font-weight: 600;
    }

/* Subtítulo */
.compartir-subtitle {
    font-size: 19px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 48px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

/* Botón principal WhatsApp */
.btn-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    background: var(--verde-whatsapp);
    color: var(--blanco);
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding: 20px 40px;
    border-radius: var(--radius-pill);
    text-decoration: none;
    box-shadow: 0 12px 36px rgba(37, 211, 102, 0.35), 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s ease, background 0.25s ease;
    margin-bottom: 24px;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

    .btn-whatsapp:hover {
        background: var(--verde-whatsapp-hover);
        transform: translateY(-3px);
        box-shadow: 0 16px 44px rgba(37, 211, 102, 0.45), 0 6px 16px rgba(0, 0, 0, 0.2);
    }

    .btn-whatsapp:active {
        transform: translateY(-1px);
    }

    .btn-whatsapp svg {
        width: 28px;
        height: 28px;
        flex-shrink: 0;
    }

/* Pulse ring decorativo alrededor del botón */
.btn-whatsapp-wrap {
    position: relative;
    display: inline-block;
    margin-bottom: 32px;
}

    .btn-whatsapp-wrap::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        border-radius: var(--radius-pill);
        border: 2px solid var(--verde-whatsapp);
        transform: translate(-50%, -50%);
        opacity: 0.6;
        animation: pulse-ring 2.5s cubic-bezier(0.4, 0, 0.6, 1) infinite;
        pointer-events: none;
    }

@keyframes pulse-ring {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.6;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.15);
        opacity: 0;
    }
}

/* Botones secundarios */
.botones-secundarios {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.btn-secundario {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    color: var(--blanco);
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 22px;
    border-radius: var(--radius-pill);
    text-decoration: none;
    border: 1.5px solid rgba(255, 255, 255, 0.3);
    transition: all 0.25s ease;
    cursor: pointer;
}

    .btn-secundario:hover {
        background: rgba(255, 255, 255, 0.1);
        border-color: rgba(255, 255, 255, 0.6);
        transform: translateY(-2px);
    }

    .btn-secundario svg {
        width: 18px;
        height: 18px;
        flex-shrink: 0;
    }

    /* Estado "copiado" del botón */
    .btn-secundario.copiado {
        background: var(--amarillo);
        color: var(--azul-deep);
        border-color: var(--amarillo);
    }

        .btn-secundario.copiado:hover {
            background: var(--amarillo);
            transform: translateY(0);
        }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 600px) {
    .compartir-section {
        padding: 64px 20px;
    }

    .compartir-title {
        font-size: 30px;
    }

    .compartir-subtitle {
        font-size: 16px;
        margin-bottom: 36px;
    }

    .btn-whatsapp {
        padding: 18px 28px;
        font-size: 16px;
        width: 100%;
        max-width: 360px;
    }

        .btn-whatsapp svg {
            width: 24px;
            height: 24px;
        }

    .botones-secundarios {
        flex-direction: column;
        align-items: stretch;
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
    }

    .btn-secundario {
        justify-content: center;
    }
}

