.hero-video {
    position: relative;
    /* IMPORTANTE */
    color: #fff;
    padding: 20px 0;
    background-image: url('../../img/landingventas/portada-junto.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000;
    overflow: hidden;
}


/* Contenedor del texto animado */
.scroll-text-wrapper {
    position: absolute;
    bottom: 40%;
    left: 0;
    width: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
    /* debajo del contenido */
}

/* Texto que se mueve */
.scroll-text {
    display: inline-block;
    white-space: nowrap;
    font-size: 200px;
    font-weight: 900;
    letter-spacing: 8px;
    font-family: "Libre Baskerville", serif;
    font-style: italic;
    color: rgba(255, 255, 255, 0.08);
    animation: scroll-left 15s linear infinite;
}

.hero-layout {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 8% 0 12% 10%;
}

.hero-content {
    width: 40%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}



.hero-badge {
    padding: 6px 14px;
    box-sizing: border-box;
    background: linear-gradient(90deg, #080808 0%, #25221F 100%);
    border: 1px solid #9C9C9C;
    border-radius: 6px;
    width: fit-content;
}


.combinado {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 10px;
}

.hero-title {
    line-height: 1.2;
    margin: 15px 0;
    font-weight: 800;
    font-size: 1.5vw;
    color: #FFFFFF;
    font-style: italic;
}

.hero-title-principal {
    margin: 0px;
    font-weight: 900;
    font-size: 3.5vw;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.hero-title-principal .highlight {
    background: radial-gradient(50% 50% at 50% 50%, #FE5D0B 0%, #FF8E00 71.15%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    letter-spacing: 2px;
    font-size: 4vw;
}

.hero-badge {
    padding: 6px 14px;
    box-sizing: border-box;
    background: linear-gradient(90deg,
            #ff5a00 0%,
            #ff7a00 20%,
            #fa7305 50%,
            #ff7a00 80%,
            #ff5a00 100%);
    border-radius: 6px;
    width: 85%;
    border: none;
    text-align: center;

}

.hero-badge p {
    font-size: 1.5vw;
    margin: 0 !important;
    color: #FFF;
    font-weight: 800;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    letter-spacing: 2px;
}



/* .hero-cta {
    width: 85%;
} */

.hero-title .highlight {
    background: radial-gradient(50% 50% at 50% 50%, #FE5D0B 0%, #FF8E00 71.15%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.hero-cta .cta-button {
    color: #fff;
    background: #FE5D0B;
    border: 3px solid #ED9D39;
    box-shadow: 0px 0px 19.2px 8px rgba(255, 120, 7, 0.37), inset -2px 0px 4px 7px rgba(0, 0, 0, 0.25);
    border-radius: 57px;
    font-weight: 700;
    font-size: 1.2vw;
    padding: 30px 15px;
}



.hero-subtitle {
    font-size: 1.2vw;
    margin: 0 0 20px 0;
    font-weight: 600;
}

/* 
Seccion p2  */
/* Fondo general */
.planes-section {
    background: #000;
    padding: 50px 0;
}

/* Card */
.plan-card {
    border-radius: 20px;
    color: #fff;
    text-align: center;
    background-image: url('../../img/landingventas/fondo_card.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


/* Imagen */
.plan-image {
    width: 100%;
    object-fit: cover;
    border-radius: 14px;
    margin-bottom: 25px;
}

.plan-body {
    padding: 10px 15px;
}

/* Badge */
.plan-badge {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FF7807;
    margin-bottom: 15px;
    background: #302324;
    box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 10px;
    font-weight: 600;

}

/* Títulos */
.plan-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 00px;
    color: #FFFFFF;
}

/* Texto */
.plan-desc {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 600;
    margin-bottom: 30px;
    height: calc(1.6em * 3);
    /* 👈 reserva espacio para 3 líneas */
    overflow: hidden;
}

/* Botón Premium */
.plan-btn-premium {
    color: #fff;
    background: #FE5D0B;
    border: 1px solid #ED9D39;
    box-shadow: 0px 0px 8px 4px rgba(255, 120, 7, 0.37), inset 0px 0px 3px 3px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
    padding: 15px 0;
}

.btn-general:hover {
    color: #fff;
    background: #FE5D0B;
    border: 1px solid #ED9D39;
    transform: translateY(-1px);
}

.fondo_btn {
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    padding: 2px;
    background-color: transparent;
}

/* Botones outline */
.plan-btn-outline {
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    background-color: #FFF;
    font-weight: 700;
    font-size: 14px;

}

.stats-section {
    background: #000;
    padding: 50px 0;

    background-image: url('../../img/landingventas/fondo_degradado.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

/* Texto izquierdo */
.stats-title {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
}

.stats-title .highlight {
    color: #FE5D0B;
    font-style: italic;
}

/* Números */
.stat-number {
    font-size: 3.5vw;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    margin-bottom: 10px;
}

.stat-text {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.stat-text .highlight {
    color: #FE5D0B;
    font-weight: 700;
}

.route-section {
    background: #000;
    padding: 50px 0 40px 0;
}

/* Título principal */
.route-title {
    font-size: 2vw;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

/* Subtítulo */
.route-subtitle {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 0 auto 20px;
}

.features-section {
    background: #000;
    padding-bottom: 30px;
}

/* Card */
.feature-card {
    position: relative;
}

/* Imagen */
.feature-card img {
    width: 100%;
    object-fit: cover;
}

/* Contenido */
.feature-content {
    padding: 20px;
    color: #fff;
    position: absolute;
    bottom: 10px;
    text-align: center;
    z-index: 999;
}

.feature-content h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #fff;
}

.feature-content p {
    font-size: 13px;
    line-height: 1.2;
    margin: 0;
}


.testimonios-section {
    padding: 20px 0;
    background-image: url('../../img/landingventas/fondo_testimonios.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000;
}

.testimonios-subtitle {
    font-size: 15px;
    color: #ddd;
    max-width: 720px;
    margin: 0 auto;
}

.video-frame-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
    overflow: hidden;
}

.video-frame-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.bonos-section {
    background: #000;
    position: relative;
    padding: 50px 0;
}

/* Título */
.bonos-title {
    font-size: 36px;
    font-weight: 800;
    color: #fff;

}

/* Timeline */

.bonos-timeline {
    position: relative;
}

.bonos-timeline::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 5%;
    /* MISMO punto que la bolita */
    bottom: 0;
    width: 2px;
    background: #1a1a1a;
    transform: translateX(-50%);
    z-index: 0;
}



.timeline-progress {
    position: absolute;
    left: 50%;
    top: 5%;
    /* 🔥 centro exacto de la bolita (34px / 2) */
    width: 2px;
    height: 0;
    background: #FF7D00;
    transform: translateX(-50%);
    z-index: 1;
    transition: height 0.2s ease-out;
}



/* Item */
.bonos-item {
    position: relative;
    padding-top: 20px;
    /* espacio para alinear la bolita */
}

.timeline-dot {
    position: absolute;
    left: 51.5%;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    top: 15%;
    background: #000;
    border: 2px solid #ffffff;
    /* aro blanco */
    border-radius: 50%;
    z-index: 2;
    padding: 0;
}

/* 🔥 BOLITA INTERNA */
.timeline-dot::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background: #E9A10E;
    /* amarillo/naranja */
    border-radius: 50%;
}


.content-bono {
    padding-left: 60px;
}

.content-bono1 {
    padding-right: 30px;
}


.name-bono {
    font-size: 14px;
    font-weight: 700;
    color: #FFAD00;
    margin-bottom: 5px;
    letter-spacing: 3.5px;
}


/* Imagen */
.bono-img {
    max-width: 280px;
    border-radius: 12px;
}

/* Texto */
.bono-title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.bono-text {
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
    margin-top: 10px;
}

.pricing-section {
    background: #000;
    padding: 50px 0;
}

.three-planes {
    margin-top: 40px;
}

.pricing-title {
    color: #fff;
    font-size: 32px;
    font-weight: 800;
}

/* Card */
.pricing-card {
    background: linear-gradient(180deg, #1A1A1A 0%, #121212 100%);
    border: 2px solid #333333;
    color: #fff;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
}

.sub-plan {
    padding: 7px 20px;
}

.plan-features {
    text-align: left;
    padding-left: 10px;
}

/* Features */
.plan-features li {
    font-size: 13px;
    padding-left: 5px;
    position: relative;
    margin-bottom: 20px;
}

.plan-features li::before {
    content: "✓";
    position: absolute;
    color: #ff7a00;
    font-weight: bold;
}

.plan-features .highlight {
    color: #ff7a00;
}

/* Precio */
.plan-price {
    margin: 30px 0px;
}

.plan-price h1 {
    margin: 0;
    font-size: 42px;
    font-weight: 900;
    color: #ff7a00;
    font-family: "Libre Baskerville", serif;
}

.plan-price span {
    display: block;
    font-size: 12px;
    color: #BBBBBB;
    font-weight: 600;
}

.faq-section {
    background: #000;
    color: #fff;
    padding: 50px 0;
}

.faq-title {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #fff;
}

.faq-subtitle {
    color: #bbb;
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 600;
}

.faq-card {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: #111;
    border-radius: 12px;
    margin-bottom: 20px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid #333;

}

.titulo-faq-card {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.titulo-faq-card span {
    color: #FF7700;
}

.subtitulo-faq-card {
    font-size: 13px;
    margin: 5px 0 0 0;
    color: #fff;
}

.faq-card:hover {
    color: #fff;
}

.faq-img {
    width: 50px;
    height: 50px;
}

/* ACCORDION */
.faq-accordion .uk-accordion-title {
    color: #fff;
    font-weight: 600;
    padding: 15px 0;
    border-bottom: 1px solid #333;
    font-size: 16px;
}

.faq-accordion .uk-accordion-content {
    color: #ccc;
    padding: 10px 0;
}

/* Icono + / - */
.faq-accordion .uk-accordion-title::before {
    content: "+";
    float: right;
    font-size: 20px;
    color: #ff7a00;
}

.faq-accordion li.uk-open .uk-accordion-title::before {
    content: "–";
}

.uk-accordion-content p {
    font-size: 14px;
    margin: 0;
}








/* Animación */
@keyframes scroll-left {
    0% {
        transform: translateX(100%);
    }

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



@media only screen and (max-width: 1350px) {
    .hero-content {
        width: 50%;
    }

    .hero-layout {
        padding: 8% 0 12% 5%;
    }

    .hero-cta .cta-button {
        padding: 20px 10px;
    }
}

@media only screen and (max-width: 960px) {
    .hero-cta .cta-button {
        border: 2px solid #ED9D39;
        box-shadow: 0px 0px 10px 1px rgba(255, 120, 7, 0.37), inset -2px 0px 2px 2px rgba(0, 0, 0, 0.25);
        border-radius: 40px;
        padding: 15px 10px;
    }

    .hero-badge {
        padding: 5px 10px;
    }

    .hero-subtitle {
        font-size: 1.3vw;
    }

    .combinado {
        gap: 10px;
        margin-bottom: 0;
    }

    .planes-section,
    .stats-section,
    .route-section,
    .features-section,
    .bonos-section,
    .pricing-section,
    .faq-section {
        padding: 20px 0;
    }

    .plan-desc {
        margin-bottom: 20px;
        height: auto;
    }

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

    .stat-text {
        margin-top: 10px;
    }

    .route-title {
        font-size: 3vw;
        margin: 0 0 15px 0;
    }

    .content-bono {
        padding-left: 20px;
    }

    .route-subtitle {
        font-size: 14px;
        margin: 0 auto 10px;
    }

    .bono-text {
        width: 50%;
    }

    .content-bono1 {
        padding-right: 0px;
    }

    .bono-derecho {
        margin-left: 50%;
    }

    .img-derecho img {
        position: absolute;
        top: 20px;
        max-width: 200px;
        max-height: 200px;
        right: 20%;
    }

    .img-izquierdo img {
        position: absolute;
        top: 20px;
        max-width: 200px;
        left: 20%;
    }

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

    .faq-card {
        gap: 15px;
        padding: 15px;
        justify-content: center;
    }
}

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

    .hero-video {
        position: relative;
        color: #fff;
        padding: 20px 0;
        background-image: url(../../img/landingventas/portada-vertical.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-color: #000;
        overflow: hidden;
    }

    .hero-layout {
        padding: 2%;
    }

    .hero-content {
        width: 100%;
    }

    .hero-title-principal {
        font-size: 8vw;
    }

    .hero-title-principal .highlight {
        font-size: 9vw;
    }

    .hero-badge p {
        font-size: 3vw;
    }

    .hero-badge {
        width: 75%;
    }

    .hero-title {
        font-size: 3.5vw;
    }

    .hero-subtitle {
        font-size: 2.3vw;
    }

    .hero-cta {
        margin-top: 60%;
    }

    .hero-cta .cta-button {
        font-size: 3vw;
        padding: 15px 10px;
    }

    .timeline-dot {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 20px;
        height: 20px;
        top: 15%;
    }

    .timeline-dot::after {
        width: 15px;
        height: 15px;
    }

    .img-derecho img {
        position: absolute;
        top: 20px;
        max-width: 200px;
        max-height: 200px;
        right: 5%;
    }

    .img-izquierdo img {
        position: absolute;
        top: 20px;
        max-width: 200px;
        left: 5%;
    }

    .bono-title {
        font-size: 18px;
    }

    .three-planes {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 567px) {
    .hero-badge {
        padding: 5px;
        margin: 0 15px;
    }

    .hero-video {
        padding: 0;
    }

    .hero-badge p {
        font-size: 16px;
    }

    .hero-subtitle {
        font-size: 13px;
    }

    .hero-subtitle {
        margin: 0 0 10px 0;
    }

    .hero-title {
        margin: 10px 0px;
        padding: 0 10px;
        font-size: 20px;
        width: 100%;
    }

    .hero-cta .cta-button {
        font-size: 16px;
        padding: 10px 0;
    }

    .hero-cta {
        width: 100%;
        margin-top: 80%;
    }

    .planes-section {
        padding: 40px 0;
    }

    .plan-desc {
        margin: 10px;
        height: auto;
    }

    .plan-title {
        font-size: 20px;
        margin-bottom: 0px;
        margin-top: 00px;
    }

    .plan-btn-premium,
    .plan-btn-outline {
        font-size: 12px;
        padding: 10px 0;
    }

    .plan-badge {
        margin-bottom: 15px;
        border-radius: 15px;
        padding: 5px 10px;
    }

    .stats-title {
        font-size: 20px;
    }

    .stat-number {
        font-size: 24px;
    }

    .route-title {
        font-size: 20px;
        margin: 0 0 15px 0;
    }

    .bonos-timeline::before {
        content: "";
        position: absolute;
        left: 0;
        top: 5%;
        bottom: 0;
        width: 2px;
        background: #1a1a1a;
        transform: translateX(-50%);
        z-index: 0;
    }

    .timeline-progress {
        position: absolute;
        left: 0%;
        top: 5%;
        width: 2px;
        height: 0;
        background: #FF7D00;
        transform: translateX(-50%);
        z-index: 1;
        transition: height 0.2s ease-out;
    }

    .timeline-dot {
        position: absolute;
        left: 0;
        transform: translateX(-50%);
        width: 20px;
        height: 20px;
        top: 15%;
    }

    .content-bono {
        padding-left: 20px !important;
    }

    .bono-text {
        width: 70%;
    }

    .bono-derecho {
        margin-left: 30%;
    }

    .img-derecho img {
        position: absolute;
        top: 60px;
        max-height: 150px;
        right: 0%;
    }

    .img-izquierdo img {
        position: absolute;
        top: 60px;
        max-width: 120px;
        max-height: 100px;
        left: 0;
    }

    .pricing-card {
        padding: 15px;
        border-radius: 15px;
    }

    .plan-features li {
        margin-bottom: 10px;
    }

    .plan-features {
        margin-top: 0;
    }

    .faq-accordion .uk-accordion-title {
        padding: 10px 0;
        font-size: 14px;
    }
}

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