.tarjetas-beneficios-1 {
    display: grid;
    gap: 5rem;
    margin-top: 3rem;
}

.contenedor-imagen-redondeado-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
}

.contenedor-imagen-redondeado-1:hover {
    transform: scale(1.1) rotate(5deg);
}

.seccion-ventajas-compra-online {
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
}

.titulo-seccion-principal {
    font-size: clamp(2rem, 5vw, 3rem);
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 1rem;
    position: relative;
    z-index: 2;
}

.subtitulo-seccion {
    font-size: clamp(1.1rem, 3vw, 1.3rem);
    color: #6c757d;
    font-weight: 300;
    margin-bottom: 3rem;
    position: relative;
    z-index: 1;
}

.contenedor-ventajas {
    position: relative;
    z-index: 2;
}

.ventaja-item {
    margin-bottom: 0rem;
    align-items: center;
}

.contenido-ventaja {
    padding: 2rem;
    background: white;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contenido-ventaja:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0,0,0,0.15);
}

.icono-ventaja {
    font-size: 3rem;
    color: #4ecdc4;
    margin-bottom: 1.5rem;
    text-align: center;
}

.titulo-ventaja {
    font-size: clamp(1.3rem, 3.5vw, 1.6rem);
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 1rem;
    text-align: center;
}

.titulo-ventaja strong {
    font-weight: 700;
    color: #ff6b35;
}

.descripcion-ventaja {
    font-size: clamp(0.95rem, 2.5vw, 1.05rem);
    color: #6c757d;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    text-align: center;
}

.lista-beneficios {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lista-beneficios li {
    padding: 0.5rem 0;
    font-size: clamp(0.9rem, 2.3vw, 1rem);
    color: #495057;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.lista-beneficios li i {
    color: #28a745;
    margin-right: 0.75rem;
    font-size: 1rem;
}

.imagen-ventaja {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    height: 100%;
}

.contenedor-imagen-redondeado {
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, #4ecdc4, #44a08d);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 20px 40px rgba(78, 205, 196, 0.3);
    transition: transform 0.3s ease;
}

.contenedor-imagen-redondeado:hover {
    transform: scale(1.1) rotate(5deg);
}

.icono-imagen {
    font-size: 4rem;
    color: white;
}

.seccion-cta-compra-segura {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 25px;
    padding: 3rem;
    margin-top: 3rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.seccion-cta-compra-segura::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    z-index: 1;
}

.contenido-cta-segura {
    position: relative;
    z-index: 2;
}

.icono-cta-segura {
    font-size: 4rem;
    color: #fff;
    margin-bottom: 1.5rem;
}

.titulo-cta-segura {
    font-size: clamp(1.5rem, 4vw, 2.2rem);
    color: #fff;
    font-weight: 700;
    margin-bottom: 1rem;
}

.descripcion-cta-segura {
    font-size: clamp(1rem, 2.8vw, 1.2rem);
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
    line-height: 1.6;
}

.contenedor-botones-cta {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.boton-cta-principal, .boton-cta-secundario {
    padding: 1rem 2rem;
    border-radius: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: clamp(0.9rem, 2.5vw, 1.1rem);
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 200px;
    justify-content: center;
}

.boton-cta-principal {
    background: #ff6b35;
    color: white;
    border: 2px solid #ff6b35;
}

.boton-cta-principal:hover {
    background: #ff5722;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(255, 107, 53, 0.4);
    text-decoration: none;
}

.boton-cta-secundario {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.boton-cta-secundario:hover {
    background: white;
    color: #667eea;
    transform: translateY(-3px);
    text-decoration: none;
}

.sellos-confianza {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.sello-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(0.85rem, 2.2vw, 1rem);
}

.sello-item i {
    font-size: 1.2rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .seccion-ventajas-compra-online {
        padding: 2rem 0;
    }
    
    .ventaja-item {
        margin-bottom: 2rem;
    }
    
    .contenido-ventaja {
        padding: 1.5rem;
        margin-bottom: 1rem;
    }
    
    .imagen-ventaja {
        padding: 1rem;
        order: -1 !important;
    }
    
    .contenedor-imagen-redondeado {
        width: 150px;
        height: 150px;
    }
    
    .icono-imagen {
        font-size: 3rem;
    }
    
    .seccion-cta-compra-segura {
        padding: 2rem 1rem;
    }
    
    .contenedor-botones-cta {
        flex-direction: column;
        align-items: center;
    }
    
    .boton-cta-principal, .boton-cta-secundario {
        width: 100%;
        max-width: 300px;
    }
    
    .sellos-confianza {
        gap: 1rem;
    }
    
    .lista-beneficios li {
        justify-content: flex-start;
    }
}

@media (max-width: 480px) {
    .contenido-ventaja {
        padding: 1rem;
    }
    
    .icono-ventaja {
        font-size: 2.5rem;
    }
    
    .contenedor-imagen-redondeado {
        width: 120px;
        height: 120px;
    }
    
    .icono-imagen {
        font-size: 2.5rem;
    }
    
    .seccion-cta-compra-segura {
        padding: 1.5rem 0.75rem;
        margin-top: 2rem;
    }
    
    .sellos-confianza {
        flex-direction: column;
        gap: 0.5rem;
    }
}

/* Animaciones */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.ventaja-item {
    animation: fadeInUp 0.6s ease-out;
}

.ventaja-item:nth-child(even) {
    animation-delay: 0.2s;
}

.ventaja-item:nth-child(odd) {
    animation-delay: 0.4s;
}

.proceso-compra {
    margin-top: 1rem;
}

.paso-compra {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    margin-bottom: 2rem;
    position: relative;
}

.paso-compra:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 22px;
    top: 45px;
    width: 2px;
    height: calc(100% + 1rem);
    background: linear-gradient(to bottom, #4ecdc4, #e9ecef);
}

.numero-paso {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #4ecdc4, #44a08d);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(78, 205, 196, 0.3);
}

.contenido-paso h4 {
    font-size: clamp(1rem, 2.8vw, 1.2rem);
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.contenido-paso p {
    font-size: clamp(0.9rem, 2.3vw, 1rem);
    color: #6c757d;
    margin: 0;
    line-height: 1.5;
}

/* Responsive Design */
@media (max-width: 768px) {
    .paso-compra {
        gap: 1rem;
    }
    
    .paso-compra:not(:last-child)::after {
        left: 17px;
    }
    
    .numero-paso {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
}
@media (max-width: 480px) {
    .numero-paso {
        width: 30px;
        height: 30px;
        font-size: 0.9rem;
    }
    
    .paso-compra:not(:last-child)::after {
        left: 14px;
    }
}

.seccion-cobertura {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 60px 0;
    border-radius: 15px;
    margin: 40px 0;
}

.titulo-cobertura {
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
    font-size: 2.2rem;
    line-height: 1.3;
}

.subtitulo-cobertura {
    color: #34495e;
    text-align: center;
    margin-bottom: 50px;
    font-size: 1.1rem;
    font-weight: 300;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.contenedor-ciudades {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    max-width: 1000px;
    margin: 0 auto;
}

.tarjeta-ciudad {
    background: white;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 1px solid #e8ecef;
    text-align: center;
}

.tarjeta-ciudad:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.icono-ubicacion {
    width: 50px;
    height: 50px;
    background: linear-gradient(45deg, #007bff, #0056b3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: white;
    font-size: 1.5rem;
}

.nombre-ciudad {
    font-size: 1.4rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
}

.descripcion-ciudad {
    color: #7f8c8d;
    font-size: 0.95rem;
    line-height: 1.5;
}

.ciudad-especial {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    color: white;
}

.ciudad-especial .icono-ubicacion {
    background: rgba(255,255,255,0.2);
}

.ciudad-especial .nombre-ciudad,
.ciudad-especial .descripcion-ciudad {
    color: white;
}

.cta-cobertura {
    text-align: center;
    margin-top: 40px;
}

.boton-contacto-cobertura {
    background: linear-gradient(45deg, #28a745, #20c997);
    color: white;
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    display: inline-block;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
}

.boton-contacto-cobertura:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(40, 167, 69, 0.4);
    color: white;
    text-decoration: none;
}

@media (max-width: 768px) {
    .titulo-cobertura {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }
    
    .subtitulo-cobertura {
        font-size: 1rem;
        margin-bottom: 30px;
        padding: 0 15px;
    }
    
    .contenedor-ciudades {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 15px;
    }
    
    .tarjeta-ciudad {
        padding: 20px;
    }
    
    .seccion-cobertura {
        padding: 40px 0;
        margin: 20px 0;
    }
    
    .boton-contacto-cobertura {
        padding: 12px 25px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .titulo-cobertura {
        font-size: 1.6rem;
    }
    
    .contenedor-ciudades {
        padding: 0 10px;
    }
    
    .tarjeta-ciudad {
        padding: 15px;
    }
    
    .nombre-ciudad {
        font-size: 1.2rem;
    }
}

.seccion-preguntas-frecuentes-blog {
    background: #fafbfc;
    padding: 3rem 0;
    border-radius: 20px;
    position: relative;
}

.contenedor-preguntas-blog {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 2rem;
}

.titulo-preguntas-blog {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2d3748;
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
}

.titulo-preguntas-blog::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #6eaba5, #76a7a2);
    border-radius: 2px;
}

.tarjeta-pregunta-blog {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 15px;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    transition: all 0.3s ease;
}

.tarjeta-pregunta-blog:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.cabecera-pregunta-blog {
    background: #ffffff;
    border-bottom: 1px solid #f7fafc;
}

.boton-pregunta-blog {
    background: transparent;
    border: none;
    width: 100%;
    padding: 1.5rem 2rem;
    text-align: left;
    font-size: 1.1rem;
    font-weight: 600;
    color: #2d3748;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.4;
}

.boton-pregunta-blog:hover,
.boton-pregunta-blog:focus {
    color: #4a5568;
    background: #f7fafc;
    outline: none;
}

.icono-pregunta-blog {
    font-size: 0.9rem;
    color: #a0aec0;
    transition: transform 0.3s ease;
    margin-left: 1rem;
    flex-shrink: 0;
}

.boton-pregunta-blog:not(.collapsed) .icono-pregunta-blog {
    transform: rotate(180deg);
    color: #4a5568;
}

.cuerpo-respuesta-blog {
    padding: 1.5rem 2rem 2rem;
    background: #fdfdfe;
    border-top: 1px solid #f1f3f4;
}

.cuerpo-respuesta-blog p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.7;
    color: #4a5568;
    text-align: justify;
}

.contenedor-contacto-preguntas-blog {
    margin-top: 3rem;
    text-align: center;
}

.caja-contacto-preguntas-blog {
    background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.titulo-contacto-preguntas-blog {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 1rem;
}

.texto-contacto-preguntas-blog {
    font-size: 1rem;
    color: #718096;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.boton-contacto-preguntas-blog {
    background: #25d366;
    color: white;
    border: none;
    border-radius: 50px;
    padding: 1rem 2rem;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.2);
}

.boton-contacto-preguntas-blog:hover {
    background: #20ba5a;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.3);
    text-decoration: none;
    color: white;
}

.boton-contacto-preguntas-blog .fab {
    font-size: 1.2rem;
}

/* Responsividad */
@media (max-width: 768px) {
    .seccion-preguntas-frecuentes-blog {
        padding: 2rem 0;
        margin: 1.5rem 0;
        border-radius: 15px;
    }

    .contenedor-preguntas-blog {
        padding: 0 1rem;
    }

    .titulo-preguntas-blog {
        font-size: 2rem;
        margin-bottom: 2rem;
    }

    .tarjeta-pregunta-blog {
        margin-bottom: 1rem;
        border-radius: 12px;
    }

    .boton-pregunta-blog {
        padding: 1.2rem 1.5rem;
        font-size: 1rem;
    }

    .cuerpo-respuesta-blog {
        padding: 1.2rem 1.5rem 1.5rem;
    }

    .cuerpo-respuesta-blog p {
        font-size: 0.95rem;
    }

    .caja-contacto-preguntas-blog {
        padding: 2rem 1.5rem;
        border-radius: 15px;
    }

    .titulo-contacto-preguntas-blog {
        font-size: 1.3rem;
    }

    .boton-contacto-preguntas-blog {
        padding: 0.8rem 1.5rem;
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .seccion-preguntas-frecuentes-blog {
        padding: 1.5rem 0;
        border-radius: 12px;
    }

    .contenedor-preguntas-blog {
        padding: 0 0.75rem;
    }

    .titulo-preguntas-blog {
        font-size: 1.8rem;
        line-height: 1.3;
    }

    .boton-pregunta-blog {
        padding: 1rem 1.2rem;
        font-size: 0.95rem;
        line-height: 1.3;
    }

    .icono-pregunta-blog {
        font-size: 0.8rem;
        margin-left: 0.5rem;
    }

    .cuerpo-respuesta-blog {
        padding: 1rem 1.2rem 1.2rem;
    }

    .cuerpo-respuesta-blog p {
        font-size: 0.9rem;
        line-height: 1.6;
    }

    .caja-contacto-preguntas-blog {
        padding: 1.5rem 1rem;
    }

    .titulo-contacto-preguntas-blog {
        font-size: 1.2rem;
    }

    .texto-contacto-preguntas-blog {
        font-size: 0.9rem;
    }

    .boton-contacto-preguntas-blog {
        padding: 0.7rem 1.2rem;
        font-size: 0.9rem;
        width: 100%;
        justify-content: center;
    }
}

@media (min-width: 1200px) {
    .contenedor-preguntas-blog {
        max-width: 1000px;
        padding: 0 2.5rem;
    }

    .titulo-preguntas-blog {
        font-size: 2.8rem;
    }

    .boton-pregunta-blog {
        padding: 1.8rem 2.5rem;
        font-size: 1.15rem;
    }

    .cuerpo-respuesta-blog {
        padding: 1.8rem 2.5rem 2.2rem;
    }

    .cuerpo-respuesta-blog p {
        font-size: 1.05rem;
    }

    .caja-contacto-preguntas-blog {
        padding: 3rem;
    }
}

.seccion-cambio-compra {
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
}

.titulo-cambio-compra {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    color: #2c3e50;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
    position: relative;
}

.subtitulo-cambio-compra {
    font-size: clamp(1rem, 2.5vw, 1.2rem);
    color: #6c757d;
    text-align: center;
    font-weight: 300;
}

.contenedor-comparacion {
    background: white;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    overflow: hidden;
    margin-bottom: 2rem;
}

.lado-comparacion {
    padding: 2rem;
    position: relative;
}

.lado-antes {
    background: linear-gradient(45deg, #ff6b6b20, #ffa50020);
    border-right: 3px dashed #dee2e6;
}

.lado-ahora {
    background: linear-gradient(45deg, #4ecdc420, #45b04920);
}

.icono-comparacion {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
    text-align: center;
}

.titulo-lado {
    font-size: clamp(1.2rem, 3vw, 1.5rem);
    font-weight: 600;
    text-align: center;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.lista-caracteristicas {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lista-caracteristicas li {
    padding: 0.8rem 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    font-size: clamp(0.9rem, 2vw, 1rem);
    display: flex;
    align-items: center;
    transition: transform 0.3s ease;
}

.lista-caracteristicas li:hover {
    transform: translateX(5px);
}

.lista-caracteristicas li:last-child {
    border-bottom: none;
}

.lista-caracteristicas li i {
    margin-right: 1rem;
    font-size: 1.2rem;
    width: 20px;
    text-align: center;
}

.lado-antes .lista-caracteristicas li i {
    color: #ff6b6b;
}

.lado-ahora .lista-caracteristicas li i {
    color: #4ecdc4;
}

.tarjetas-beneficios {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-top: 3rem;
}

.tarjeta-beneficio {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid transparent;
}

.tarjeta-beneficio:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    border-color: #4ecdc4;
}

.icono-beneficio {
    font-size: 3rem;
    color: #4ecdc4;
    margin-bottom: 1rem;
    display: block;
}

.titulo-beneficio {
    font-size: clamp(1rem, 2.5vw, 1.2rem);
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.descripcion-beneficio {
    font-size: clamp(0.85rem, 2vw, 0.95rem);
    color: #6c757d;
    line-height: 1.6;
}

.seccion-estadisticas {
    background: #2c3e50;
    color: white;
    padding: 2rem;
    border-radius: 15px;
    margin-top: 3rem;
    text-align: center;
}

.estadistica {
    margin-bottom: 1.5rem;
}

.numero-estadistica {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 700;
    color: #4ecdc4;
    display: block;
}

.texto-estadistica {
    font-size: clamp(0.9rem, 2vw, 1rem);
    margin-top: 0.5rem;
}

.cta-final {
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    color: white;
    padding: 1.2rem 2.5rem;
    border: none;
    border-radius: 15px;
    font-size: clamp(1rem, 2.5vw, 1.1rem);
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    margin-top: 2rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.3);
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cta-final::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

.cta-final:hover::before {
    left: 100%;
}

.cta-final:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 15px 35px rgba(255, 107, 53, 0.4);
    color: white;
    text-decoration: none;
    background: linear-gradient(135deg, #ff5722, #ff9800);
}

.cta-final i {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
}

.cta-final:hover i {
    transform: translateX(5px);
}

@media (max-width: 768px) {
    .seccion-cambio-compra {
        padding: 2rem 0;
    }
    
    .lado-comparacion {
        padding: 1.5rem;
    }
    
    .lado-antes {
        border-right: none;
        border-bottom: 3px dashed #dee2e6;
    }
    
    .tarjetas-beneficios {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .tarjeta-beneficio {
        padding: 1.5rem;
    }
    
    .seccion-estadisticas {
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .lista-caracteristicas li {
        font-size: 0.85rem;
        padding: 0.6rem 0;
    }
    
    .icono-comparacion {
        font-size: 2.5rem;
    }
}

/* Beneficios */
.benefit-card {
    background: #f8f9fa;
    border-radius: 12px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    height: 100%;
    border-color: #6a52a2;
    box-shadow: 0 8px 25px rgba(106, 82, 162, 0.15);
}

.benefit-card:hover {
    transform: translateY(-5px);
}

/* Reseñas */
.reviews-container {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 15px;
    padding: 2rem;
    overflow: hidden;
}

.review-slider {
    display: flex;
    animation: slideReviews 40s infinite linear;
    gap: 2rem;
}

.review-card {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    min-width: 300px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.review-text {
    height: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.stars {
    color: #ffc107;
    font-size: 1.2rem;
}

@keyframes slideReviews {
    0% { transform: translateX(0); webkit-transform: translateX(0); }
    100% { transform: translateX(-250%); webkit-transform: translateX(-250%); }
}

/* Sliders infinitos */
.payment-slider, .shipping-slider {
    overflow: hidden;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 15px;
    padding: 1.5rem 0;
    box-shadow: inset 0 2px 10px rgba(0,0,0,0.05);
    position: relative;
}

.payment-slider::before,
.payment-slider::after,
.shipping-slider::before,
.shipping-slider::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    z-index: 2;
    pointer-events: none;
}

.payment-track, .shipping-track {
    display: flex;
    animation: slidePaymentInfinite 50s infinite linear;
    gap: 1.5rem;
    width: max-content;
}

.shipping-track {
    animation: slideShippingInfinite 50s infinite linear !important;
}

.payment-item, .shipping-item {
    background: white;
    padding: 1rem 1.5rem;
    border-radius: 12px;
    white-space: nowrap;
    box-shadow: 0 4px 15px rgba(106, 82, 162, 0.1);
    border: 2px solid transparent;
    color: #6a52a2;
    font-weight: 500;
    transition: all 0.3s ease;
    flex-shrink: 0;
    min-width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment-item:hover, .shipping-item:hover {
    transform: translateY(-3px);
    border-color: #6a52a2;
    box-shadow: 0 8px 25px rgba(106, 82, 162, 0.2);
}

.payment-item img, .shipping-item img {
    max-width: 200px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.payment-item:hover img {
    filter: grayscale(0%);
}

@keyframes slidePaymentInfinite {
    0% { 
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }
    100% { 
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
}

@keyframes slideShippingInfinite {
    0% { 
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
    100% { 
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .payment-item, .shipping-item {
        padding: 0.8rem 1rem;
        min-width: 100px;
    }

    .payment-item img {
        max-width: 150px;
    }

    .shipping-item img {
        max-width: 150px;
    }

    .payment-track, .shipping-track {
        gap: 1rem;
    }
}

@media (max-width: 480px) {
    .payment-item img {
        max-width: 100px;
    }

    .shipping-item img {
        max-width: 100px;
    }
    
    .payment-item, .shipping-item {
        padding: 0.6rem 0.8rem;
        min-width: 80px;
    }
}

.titulo-seccion {
    color: #6a52a2;
    font-size: 2.2rem;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    position: relative;
    padding: 1rem 0;
}

.titulo-seccion::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #6a52a2, #8b73c4);
    border-radius: 2px;
}

.titulo-seccion strong {
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800;
}

@media (max-width: 768px) {
    .titulo-seccion {
        font-size: 1.8rem;
    }
}

@media (max-width: 576px) {
    .titulo-seccion {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    .review-card {
        min-width: 250px;
    }

    .benefit-card {
        margin-bottom: 1rem;
    }
}

@media (max-width: 576px) {
    .reviews-container {
        padding: 1rem;
    }
}

/* Timeline Container */
.timeline-container {
    position: relative;
    padding: 2rem 10rem 2rem 10rem;
    border-radius: 20px;
    overflow: hidden;
}

.timeline-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 90%;
    background: linear-gradient(to bottom, #6a52a2, #9575cd, #6a52a2);
    z-index: 1;
    border-radius: 2px;
}

/* Timeline Steps */
.timeline-step {
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
    opacity: 0;
    transform: translateX(-50px);
    animation: fadeInTimeline 1s ease forwards;
    position: relative;
    z-index: 2;
}

.timeline-step:nth-child(1) { animation-delay: 0.2s; }
.timeline-step:nth-child(2) { animation-delay: 0.4s; }
.timeline-step:nth-child(3) { animation-delay: 0.6s; }
.timeline-step:nth-child(4) { animation-delay: 0.8s; }
.timeline-step:nth-child(5) { animation-delay: 1s; }

.timeline-step:nth-child(even) {
    flex-direction: row-reverse;
    transform: translateX(50px);
}

.timeline-step:last-child {
    margin-bottom: 0;
}

/* Timeline Icon */
.timeline-icon {
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 3rem;
    position: relative;
    box-shadow: 
        0 15px 35px rgba(106, 82, 162, 0.2),
        0 5px 15px rgba(0,0,0,0.1),
        inset 0 1px 0 rgba(255,255,255,0.6);
    border: 3px solid #6a52a2;
    transition: all 0.3s ease;
}

.timeline-icon:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 
        0 20px 45px rgba(106, 82, 162, 0.3),
        0 10px 25px rgba(0,0,0,0.15);
}

.timeline-number {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #6a52a2, #9575cd);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
    box-shadow: 0 4px 15px rgba(106, 82, 162, 0.4);
    border: 2px solid white;
}

.timeline-img {
    width: 200px;
    height: 200px;
    object-fit: contain;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));
    transition: transform 0.3s ease;
}

.timeline-icon:hover .timeline-img {
    transform: scale(1.1) rotate(5deg);
}

/* Timeline Content */
.timeline-content {
    flex: 1;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: 
        0 10px 30px rgba(0,0,0,0.1),
        0 1px 8px rgba(0,0,0,0.06);
    border-left: 5px solid #6a52a2;
    position: relative;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.timeline-content::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid white;
}

.timeline-step:nth-child(even) .timeline-content {
    border-left: none;
    border-right: 5px solid #6a52a2;
}

.timeline-step:nth-child(even) .timeline-content::before {
    left: auto;
    right: -15px;
    border-right: none;
    border-left: 15px solid white;
}

.timeline-content:hover {
    transform: translateY(-3px);
    box-shadow: 
        0 15px 40px rgba(0,0,0,0.15),
        0 5px 15px rgba(0,0,0,0.08);
}

.timeline-content h5 {
    color: #6a52a2;
    margin-bottom: 1rem;
    font-size: 1.4rem;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.timeline-content p {
    color: #5a6c7d;
    margin-bottom: 1.5rem;
    line-height: 1.6;
    font-size: 1rem;
}

/* Buttons */
.btn-timeline {
    background: linear-gradient(135deg, #6a52a2 0%, #9575cd 100%);
    color: white;
    padding: 0.8rem 2rem;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    margin-top: 1rem;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(106, 82, 162, 0.3);
    border: none;
    position: relative;
    overflow: hidden;
}

.btn-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s ease;
}

.btn-timeline:hover::before {
    left: 100%;
}

.btn-timeline:hover {
    background: linear-gradient(135deg, #5a4289 0%, #8561c5 100%);
    transform: translateY(-2px);
    text-decoration: none;
    color: white;
    box-shadow: 0 8px 25px rgba(106, 82, 162, 0.4);
}

.btn-timeline-whatsapp {
    background: linear-gradient(135deg, #25d366 0%, #20bf55 100%);
    color: white;
    padding: 0.8rem 2rem;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    margin-top: 1rem;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
    position: relative;
    overflow: hidden;
}

.btn-timeline-whatsapp::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s ease;
}

.btn-timeline-whatsapp:hover::before {
    left: 100%;
}

.btn-timeline-whatsapp:hover {
    background: linear-gradient(135deg, #1da851 0%, #1ea84e 100%);
    transform: translateY(-2px);
    text-decoration: none;
    color: white;
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
}

/* Animations */
@keyframes fadeInTimeline {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

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

.timeline-icon {
    animation: float 3s ease-in-out infinite;
}

.timeline-step:nth-child(even) .timeline-icon {
    animation-delay: 1.5s;
}

/* Responsive Design */
@media (max-width: 991px) {
    .timeline-container {
        padding: 2rem 0rem 2rem 0rem;
    }
}
@media (max-width: 768px) {
    .timeline-container {
        padding: 1.5rem 1rem 4rem 1rem;

    }

    .timeline-container::before {
        display: none;
    }

    .timeline-step {
        flex-direction: column !important;
        text-align: center;
        transform: translateY(30px) !important;
        margin-bottom: 3rem;
    }

    .timeline-step:nth-child(even) {
        flex-direction: column !important;
        transform: translateY(30px) !important;
    }

    .timeline-icon {
        margin: 0 0 1.5rem 0;
        width: 160px;
        height: 160px;
    }

    .timeline-img {
        width: 110px;
        height: 110px;
    }

    .timeline-content {
        border-left: none !important;
        border-right: none !important;
        border-top: 5px solid #6a52a2;
        margin: 0 1rem;
    }

    .timeline-content::before {
        display: none;
    }

    .timeline-content h5 {
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .timeline-icon {
        width: 140px;
        height: 140px;
    }

    .timeline-img {
        width: 90px;
        height: 90px;
    }

    .timeline-content {
        padding: 1.5rem;
    }

    .timeline-number {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }

    .btn-timeline,
    .btn-timeline-whatsapp {
        padding: 0.6rem 1.5rem;
        font-size: 0.9rem;
    }
}

.contenedor-texto-colapsable {
    position: relative;
    margin-bottom: 1rem;
}

.texto-colapsable {
    max-height: 200px;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    position: relative;
}

.texto-colapsable.expandido {
    max-height: none;
}

.texto-colapsable:not(.expandido)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: linear-gradient(transparent, white);
    pointer-events: none;
}

.boton-ver-mas {
    background: #6eaba5;
    border: none;
    border-radius: 25px;
    padding: 10px 20px;
    color: white;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 15px auto 0;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.boton-ver-mas:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
    background: linear-gradient(135deg, #5a6fd8 0%, #6a4190 100%);
}

.boton-ver-mas:active {
    transform: translateY(0);
}

.icono-boton {
    transition: transform 0.3s ease;
    font-size: 12px;
}

.boton-ver-mas.expandido .icono-boton {
    transform: rotate(180deg);
}

@media (max-width: 768px) {
    .boton-ver-mas {
        font-size: 13px;
        padding: 8px 16px;
    }
}