.elementor-2090 .elementor-element.elementor-element-af6bacc{--display:flex;}.elementor-2090 .elementor-element.elementor-element-af6bacc.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-2090 .elementor-element.elementor-element-b8d9746{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-2090 .elementor-element.elementor-element-3d637a6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2090 .elementor-element.elementor-element-3d637a6.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-2090 .elementor-element.elementor-element-fd1b773{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-2090 .elementor-element.elementor-element-fd1b773.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-2090 .elementor-element.elementor-element-b239711{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2090 .elementor-element.elementor-element-b239711.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-2090 .elementor-element.elementor-element-a422693{width:var( --container-widget-width, 101.742% );max-width:101.742%;--container-widget-width:101.742%;--container-widget-flex-grow:0;}.elementor-2090 .elementor-element.elementor-element-a422693.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-2090 .elementor-element.elementor-element-61125ab{--display:flex;}@media(min-width:768px){.elementor-2090 .elementor-element.elementor-element-af6bacc{--width:97.734%;}.elementor-2090 .elementor-element.elementor-element-3d637a6{--width:40%;}.elementor-2090 .elementor-element.elementor-element-b239711{--width:60%;}}/* Start custom CSS for html, class: .elementor-element-d8d7044 *//* ============================================
   VIBRASON BIOHACKING SUEÑO ALFA - ESTILOS COMPLETOS
   Diseño optimizado para conversión y UX móvil
   SIN variables CSS globales
   ============================================ */

/* RESET Y BASE */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;
    line-height: 1.6;
    color: #1a202c;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.contenedor-principal {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* CONTADOR DE OFERTA */
.contador-oferta {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: white;
    padding: 12px 0;
    text-align: center;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.contador-contenido {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    font-size: 0.9rem;
}

.contador-texto {
    font-weight: 600;
}

.contador-tiempo {
    font-family: 'Courier New', monospace;
    font-weight: 700;
    font-size: 1.1rem;
    background: rgba(0, 0, 0, 0.2);
    padding: 5px 15px;
    border-radius: 50px;
}

/* HERO SECTION */
.hero {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: white;
    border-radius: 20px;
    overflow: hidden;
    margin: 20px auto 40px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    position: relative;
}

.hero-contenido {
    padding: 40px 30px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.etiqueta-oferta {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: #1e293b;
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: 20px;
    display: inline-block;
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3);
}

.etiqueta-oferta.destacado {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

h1 {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 15px;
    background: linear-gradient(to right, #60a5fa, #a78bfa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.subtitulo-hero {
    font-size: 1.2rem;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 30px;
    color: #cbd5e1;
    font-weight: 300;
}

/* REPRODUCTOR DESTACADO */
.reproductor-destacado {
    background: rgba(30, 41, 59, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 25px;
    width: 100%;
    max-width: 600px;
    margin: 0 auto 30px;
    border: 1px solid rgba(59, 130, 246, 0.3);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.reproductor-titulo {
    color: #fbbf24;
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 10px;
    font-weight: 700;
}

.reproductor-subtitulo {
    color: #cbd5e1;
    text-align: center;
    margin-bottom: 20px;
    font-size: 1rem;
}

.audio-container {
    margin-bottom: 20px;
}

audio {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    background: #1e293b;
}

audio::-webkit-media-controls-panel {
    background: #1e293b;
    border-radius: 10px;
}

.controles-audio {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

.btn-audio {
    background: #3b82f6;
    color: white;
    border: none;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    box-shadow: 0 4px 10px rgba(59, 130, 246, 0.3);
}

.btn-audio:hover {
    background: #2563eb;
    transform: scale(1.05);
}

.btn-audio.detener {
    background: #ef4444;
}

.btn-audio.detener:hover {
    background: #dc2626;
}

.nota-audio {
    text-align: center;
    font-size: 0.9rem;
    color: #94a3b8;
    margin-top: 15px;
    font-style: italic;
}

/* BONUS FLOTANTE */
.bonus-flotante {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: linear-gradient(135deg, #7c3aed 0%, #4f46e5 100%);
    color: white;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    z-index: 999;
    display: none;
    flex-direction: column;
    max-width: 300px;
    border: 2px solid #fbbf24;
    animation: slideUp 0.5s ease;
}

.cerrar-flotante {
    position: absolute;
    top: 5px;
    right: 10px;
    background: none;
    border: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.cerrar-flotante:hover {
    background: rgba(255, 255, 255, 0.1);
}

.flotante-contenido {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.flotante-icono {
    background: #fbbf24;
    color: #1e293b;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.flotante-texto {
    flex: 1;
}

.flotante-texto strong {
    display: block;
    font-size: 1rem;
    color: white;
}

.flotante-texto small {
    font-size: 0.8rem;
    color: #cbd5e1;
}

.flotante-boton {
    display: block;
    background: #fbbf24;
    color: #1e293b;
    text-align: center;
    padding: 10px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9rem;
    transition: all 0.2s ease;
}

.flotante-boton:hover {
    background: #f59e0b;
    transform: translateY(-2px);
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideDown {
    from {
        transform: translateY(0);
        opacity: 1;
    }
    to {
        transform: translateY(100%);
        opacity: 0;
    }
}

/* RESPONSIVE PARA BONUS FLOTANTE */
@media (max-width: 768px) {
    .bonus-flotante {
        left: 20px;
        right: 20px;
        max-width: none;
    }
}

/* BOTONES HERO */
.botones-hero {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin: 20px 0;
    width: 100%;
    max-width: 600px;
}

.btn-hero {
    display: inline-block;
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: #1e293b;
    font-size: 1.1rem;
    font-weight: 700;
    padding: 18px 30px;
    border-radius: 50px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(245, 158, 11, 0.4);
    text-align: center;
    flex: 1;
    min-width: 250px;
}

.btn-hero:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(245, 158, 11, 0.5);
    color: #1e293b;
}

.btn-hero.secundario {
    background: transparent;
    border: 2px solid #3b82f6;
    color: #3b82f6;
    box-shadow: none;
}

.btn-hero.secundario:hover {
    background: rgba(59, 130, 246, 0.1);
    transform: translateY(-3px);
}

.garantia-hero {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.garantia-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #cbd5e1;
    font-size: 0.9rem;
}

.icono-check {
    color: #10b981;
    font-size: 1.1rem;
}

/* OFERTA RÁPIDA */
.oferta-rapida {
    background: white;
    border-radius: 16px;
    padding: 30px;
    margin: 30px auto;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    border: 2px solid #e2e8f0;
    text-align: center;
}

.titulo-oferta {
    font-size: 1.8rem;
    margin-bottom: 10px;
    color: #1e293b;
    font-weight: 700;
}

.subtitulo-oferta {
    color: #64748b;
    margin-bottom: 25px;
    font-size: 1rem;
}

.subtitulo-oferta .restantes {
    color: #ef4444;
    font-weight: 700;
}

.precio-container {
    text-align: center;
    margin: 30px 0;
}

.precio-anterior {
    font-size: 1.1rem;
    color: #64748b;
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.precio-texto {
    opacity: 0.8;
}

.precio-valor {
    text-decoration: line-through;
    font-weight: 600;
}

.precio-actual {
    font-size: 4rem;
    font-weight: 800;
    color: #1e293b;
    line-height: 1;
    margin: 15px 0;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 2px;
}

.precio-simbolo {
    font-size: 2rem;
    color: #3b82f6;
    align-self: flex-start;
}

.precio-decimal {
    font-size: 2.5rem;
    color: #3b82f6;
}

.precio-moneda {
    font-size: 1.5rem;
    color: #64748b;
    margin-left: 5px;
    font-weight: 600;
}

.ahorro {
    background: #10b981;
    color: white;
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 700;
    display: inline-block;
    margin-top: 10px;
    font-size: 1rem;
}

.ahorro.destacado {
    animation: pulse 2s infinite;
}

.comparacion-precios {
    background: #f8fafc;
    padding: 20px;
    border-radius: 12px;
    margin: 25px auto;
    max-width: 400px;
}

.comparacion-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #e2e8f0;
}

.comparacion-item:last-child {
    border-bottom: none;
}

.comparacion-texto {
    color: #475569;
    font-size: 0.95rem;
}

.comparacion-precio {
    color: #64748b;
    text-decoration: line-through;
    font-weight: 600;
    font-size: 1.1rem;
}

.btn-comprar {
    background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
    color: white;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 18px 40px;
    border-radius: 50px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 25px auto 15px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(59, 130, 246, 0.3);
}

.btn-comprar:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(59, 130, 246, 0.4);
    color: white;
}

.pago-seguro {
    text-align: center;
    color: #64748b;
    font-size: 0.9rem;
    margin-top: 15px;
}

/* SECCIONES GENERALES */
.seccion {
    background: white;
    border-radius: 16px;
    padding: 50px 30px;
    margin: 40px auto;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.seccion-oscura {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    color: white;
}

.seccion-testimonios {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
}

.seccion-faq {
    background: white;
}

.titulo-seccion {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    color: #1e293b;
}

.seccion-oscura .titulo-seccion {
    color: white;
}

.subtitulo-seccion {
    text-align: center;
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto 40px;
    color: #cbd5e1;
    line-height: 1.6;
}

/* TARJETAS */
.contenedor-tarjetas {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 30px;
}

.tarjeta {
    background: #f8fafc;
    padding: 30px 25px;
    border-radius: 12px;
    transition: transform 0.3s ease;
    border-top: 4px solid;
    height: 100%;
}

.tarjeta:hover {
    transform: translateY(-5px);
}

.tarjeta-problema {
    border-top-color: #ef4444;
}

.tarjeta-beneficio {
    border-top-color: #10b981;
    background: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.tarjeta-testimonio {
    background: white;
    border-top-color: #8b5cf6;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.icono-tarjeta {
    font-size: 2.5rem;
    margin-bottom: 20px;
    display: block;
}

.titulo-tarjeta {
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: #1e293b;
    font-weight: 600;
}

.texto-tarjeta {
    color: #475569;
    line-height: 1.6;
}

.seccion-oscura .texto-tarjeta {
    color: #cbd5e1;
}

/* MENSAJE DESTACADO */
.mensaje-destacado {
    text-align: center;
    margin-top: 40px;
    padding: 25px;
    background: #fef2f2;
    border-radius: 12px;
    border-left: 5px solid #ef4444;
}

.titulo-destacado {
    color: #dc2626;
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.texto-destacado {
    color: #475569;
    font-size: 1.1rem;
}

.texto-destacado strong {
    color: #1e293b;
}

/* SECCIÓN CIENCIA */
.contenedor-ciencia {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: flex-start;
    margin-top: 40px;
}

.diagrama-proceso {
    flex: 1;
    min-width: 300px;
    background: #f8fafc;
    padding: 30px;
    border-radius: 12px;
    border: 2px solid #e2e8f0;
}

.titulo-diagrama {
    color: #3b82f6;
    margin-bottom: 25px;
    font-size: 1.5rem;
    font-weight: 600;
}

.paso-proceso {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px dashed #cbd5e1;
}

.paso-proceso:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.numero-paso {
    background: #3b82f6;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 20px;
    flex-shrink: 0;
    font-size: 1.1rem;
}

.contenido-paso {
    flex: 1;
}

.titulo-paso {
    color: #1e293b;
    font-size: 1.2rem;
    margin-bottom: 8px;
    font-weight: 600;
}

.texto-paso {
    color: #475569;
    line-height: 1.6;
}

.texto-paso em {
    color: #3b82f6;
    font-style: italic;
}

.explicacion-ciencia {
    flex: 1;
    min-width: 300px;
}

.titulo-explicacion {
    color: #3b82f6;
    font-size: 1.5rem;
    margin-bottom: 20px;
    font-weight: 600;
}

.texto-explicacion {
    margin-bottom: 20px;
    color: #e2e8f0;
    line-height: 1.6;
}

.texto-explicacion strong {
    color: white;
}

.lista-ciencia {
    margin-top: 20px;
    list-style: none;
}

.item-lista {
    margin-bottom: 15px;
    color: #e2e8f0;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 15px;
    background: rgba(30, 41, 59, 0.5);
    border-radius: 8px;
}

.icono-lista {
    color: #3b82f6;
    font-size: 1.2rem;
    margin-top: 2px;
}

.item-lista strong {
    color: white;
}

/* TESTIMONIOS ESPECÍFICOS */
.calificacion {
    color: #fbbf24;
    margin-bottom: 15px;
    font-size: 1rem;
}

.texto-testimonio {
    font-style: italic;
    margin-bottom: 20px;
    color: #475569;
    line-height: 1.6;
    font-size: 1rem;
}

.autor-testimonio {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #e2e8f0;
}

.autor-info {
    display: flex;
    flex-direction: column;
}

.autor-info strong {
    color: #1e293b;
    font-size: 1rem;
}

.autor-info span {
    color: #64748b;
    font-size: 0.85rem;
}

.verificado {
    color: #10b981;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    gap: 5px;
}

.contador-testimonios {
    text-align: center;
    margin-top: 40px;
    padding: 15px;
    background: rgba(59, 130, 246, 0.1);
    border-radius: 12px;
    color: #1e293b;
    font-size: 1.1rem;
}

.contador-testimonios strong {
    color: #3b82f6;
}

/* GARANTÍA */
/* ESTILOS PARA LA GARANTÍA MEJORADA */

.garantia {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: white;
    padding: 60px 30px;
    border-radius: 20px;
    margin: 50px auto;
    text-align: center;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.3);
    border: 2px solid rgba(59, 130, 246, 0.3);
    position: relative;
    overflow: hidden;
}

.garantia::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #3b82f6, #8b5cf6, #10b981);
}

.icono-garantia {
    font-size: 4rem;
    margin-bottom: 20px;
    color: #3b82f6;
}

.badge-garantia {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.badge-ciencia {
    background: rgba(59, 130, 246, 0.2);
    color: #60a5fa;
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    border: 1px solid rgba(59, 130, 246, 0.3);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.badge-tiempo {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: #1e293b;
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.9rem;
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.badge-tiempo.destacado {
    animation: pulse 2s infinite;
}

.titulo-garantia {
    font-size: 2.2rem;
    margin-bottom: 40px;
    color: white;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.contenedor-garantia-cientifica {
    max-width: 800px;
    margin: 0 auto 40px;
    text-align: left;
}

.explicacion-cientifica {
    background: rgba(30, 41, 59, 0.5);
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 30px;
    border-left: 4px solid #3b82f6;
}

.subtitulo-cientifico {
    color: #60a5fa;
    font-size: 1.4rem;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.texto-cientifico {
    color: #cbd5e1;
    line-height: 1.6;
    margin-bottom: 15px;
}

.texto-cientifico:last-child {
    margin-bottom: 0;
    background: rgba(16, 185, 129, 0.1);
    padding: 12px;
    border-radius: 8px;
    border-left: 3px solid #10b981;
}

.separador-garantia {
    position: relative;
    margin: 30px 0;
}

.linea-cientifica {
    height: 2px;
    background: linear-gradient(90deg, transparent, #3b82f6, transparent);
}

.icono-separador {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #0f172a;
    padding: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.garantia-extendida {
    background: rgba(255, 255, 255, 0.05);
    padding: 30px;
    border-radius: 16px;
    border: 2px solid rgba(251, 191, 36, 0.2);
}

.subtitulo-extendido {
    color: #fbbf24;
    font-size: 1.4rem;
    margin-bottom: 25px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.tarjeta-garantia-30 {
    background: linear-gradient(135deg, rgba(30, 41, 59, 0.8) 0%, rgba(15, 23, 42, 0.8) 100%);
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(251, 191, 36, 0.3);
}

.encabezado-30 {
    background: linear-gradient(135deg, rgba(251, 191, 36, 0.2) 0%, rgba(245, 158, 11, 0.2) 100%);
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border-bottom: 1px solid rgba(251, 191, 36, 0.3);
}

.numero-30 {
    font-size: 4rem;
    font-weight: 800;
    color: #fbbf24;
    line-height: 1;
}

.texto-30 h4 {
    color: white;
    font-size: 1.5rem;
    margin-bottom: 5px;
}

.texto-30 p {
    color: #cbd5e1;
    font-size: 0.9rem;
    margin: 0;
}

.contenido-30 {
    padding: 30px;
}

.texto-garantia-extendida {
    color: #e2e8f0;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 1.1rem;
}

.beneficio-garantia {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 15px;
    padding: 12px;
    background: rgba(16, 185, 129, 0.1);
    border-radius: 8px;
    border-left: 3px solid #10b981;
}

.beneficio-garantia span {
    color: #cbd5e1;
    flex: 1;
}

.resultado-garantia {
    background: rgba(16, 185, 129, 0.2);
    padding: 20px;
    border-radius: 12px;
    margin-top: 25px;
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid rgba(16, 185, 129, 0.3);
}

.icono-devolucion {
    background: #10b981;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    flex-shrink: 0;
}

.texto-devolucion {
    flex: 1;
    text-align: left;
}

.texto-devolucion strong {
    color: white;
    font-size: 1.3rem;
    display: block;
    margin-bottom: 5px;
}

.texto-devolucion small {
    color: #94a3b8;
    font-size: 0.85rem;
}

.mensaje-creador {
    background: rgba(59, 130, 246, 0.1);
    padding: 30px;
    border-radius: 12px;
    margin: 40px auto;
    max-width: 700px;
    text-align: left;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    border-left: 4px solid #3b82f6;
}

.icono-creador {
    background: #3b82f6;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.texto-creador {
    flex: 1;
}

.texto-creador h4 {
    color: white;
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.cita-creador {
    color: #cbd5e1;
    line-height: 1.7;
    font-size: 1.1rem;
    margin: 0;
    position: relative;
}

.estadisticas-garantia {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    flex-wrap: wrap;
}

.estadistica-item {
    text-align: center;
}

.numero-estadistica {
    font-size: 2.5rem;
    font-weight: 800;
    color: #fbbf24;
    line-height: 1;
}

.texto-estadistica {
    color: #cbd5e1;
    font-size: 0.9rem;
    margin-top: 5px;
}

.separador-estadistica {
    color: rgba(255, 255, 255, 0.2);
    font-size: 2rem;
}

/* ANIMACIÓN PULSO */
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .garantia {
        padding: 40px 20px;
    }
    
    .titulo-garantia {
        font-size: 1.8rem;
        flex-direction: column;
        gap: 10px;
    }
    
    .encabezado-30 {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    
    .numero-30 {
        font-size: 3rem;
    }
    
    .mensaje-creador {
        flex-direction: column;
        text-align: center;
    }
    
    .estadisticas-garantia {
        gap: 20px;
    }
    
    .separador-estadistica {
        display: none;
    }
    
    .estadistica-item {
        flex: 1;
        min-width: 100px;
    }
}

@media (max-width: 480px) {
    .badge-garantia {
        flex-direction: column;
        align-items: center;
    }
    
    .contenedor-garantia-cientifica {
        padding: 0;
    }
    
    .explicacion-cientifica,
    .garantia-extendida,
    .mensaje-creador {
        padding: 20px;
    }
    
    .resultado-garantia {
        flex-direction: column;
        text-align: center;
    }
}

/* SECCIÓN VIP */
.vip-section {
    background: linear-gradient(135deg, #7c3aed 0%, #4f46e5 100%);
    color: white;
    padding: 40px 30px;
    border-radius: 20px;
    margin: 30px auto;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(124, 58, 237, 0.2);
}

.vip-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.vip-badge {
    background: #fbbf24;
    color: #1e293b;
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.9rem;
    display: inline-block;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(251, 191, 36, 0.3);
}

.vip-title {
    font-size: 2rem;
    margin-bottom: 15px;
    color: white;
    font-weight: 700;
}

.vip-subtitle {
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto 25px;
    color: #e2e8f0;
    line-height: 1.6;
}

.vip-subtitle strong {
    color: #fbbf24;
}

.vip-contenido {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin: 30px auto;
    max-width: 800px;
}

.vip-item {
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    gap: 15px;
    text-align: left;
}

.vip-icono {
    background: rgba(251, 191, 36, 0.2);
    color: #fbbf24;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    flex-shrink: 0;
}

.vip-info h4 {
    color: white;
    margin-bottom: 5px;
    font-size: 1.1rem;
}

.vip-info p {
    color: #cbd5e1;
    font-size: 0.9rem;
    margin: 0;
}

.vip-valor {
    background: rgba(255, 255, 255, 0.1);
    padding: 15px 30px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    margin: 25px 0;
    font-size: 1.1rem;
}

.valor-texto {
    color: #cbd5e1;
}

.valor-precio {
    text-decoration: line-through;
    color: #cbd5e1;
    font-weight: 600;
}

.valor-hoy {
    background: #fbbf24;
    color: #1e293b;
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 0.9rem;
}

.btn-vip {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    color: #1e293b;
    font-size: 1.1rem;
    font-weight: 700;
    padding: 18px 40px;
    border-radius: 50px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    margin: 10px 0 25px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(245, 158, 11, 0.3);
}

.btn-vip:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(245, 158, 11, 0.4);
    color: #1e293b;
}

.vip-nota {
    font-size: 0.9rem;
    color: #cbd5e1;
    margin-top: 15px;
}

/* OFERTA COMPLETA */
.oferta-completa {
    background: linear-gradient(135deg, #1e40af 0%, #7c3aed 100%);
    color: white;
    padding: 50px 30px;
    border-radius: 20px;
    margin: 50px auto;
    text-align: center;
    box-shadow: 0 20px 40px rgba(30, 64, 175, 0.2);
}

.titulo-oferta-completa {
    font-size: 2.2rem;
    margin-bottom: 15px;
    color: white;
    font-weight: 700;
}

.subtitulo-oferta-completa {
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto 20px;
    color: #e2e8f0;
    line-height: 1.6;
}

.contenedor-bonos {
    max-width: 700px;
    margin: 30px auto;
}

.bono-item {
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 20px;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.bono-item:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateX(5px);
}

.bono-item.destacado {
    background: rgba(251, 191, 36, 0.2);
    border: 1px solid rgba(251, 191, 36, 0.3);
}

.bono-icono {
    background: rgba(59, 130, 246, 0.2);
    color: #60a5fa;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    flex-shrink: 0;
}

.bono-item.destacado .bono-icono {
    background: rgba(251, 191, 36, 0.3);
    color: #fbbf24;
}

.bono-contenido h4 {
    color: white;
    margin-bottom: 5px;
    font-size: 1.1rem;
}

.bono-contenido p {
    color: #cbd5e1;
    font-size: 0.9rem;
    margin: 0;
}

.resumen-precio {
    background: rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 16px;
    max-width: 500px;
    margin: 40px auto;
    text-align: left;
}

.resumen-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #e2e8f0;
}

.resumen-item:last-child {
    border-bottom: none;
}

.resumen-item.descuento {
    color: #fbbf24;
}

.resumen-valor {
    font-weight: 600;
    color: white;
}

.resumen-item.descuento .resumen-valor {
    color: #fbbf24;
}

.precio-final {
    background: rgba(251, 191, 36, 0.2);
    padding: 25px;
    border-radius: 12px;
    margin-top: 20px;
    text-align: center;
    border: 2px solid rgba(251, 191, 36, 0.3);
}

.precio-final-container {
    margin-bottom: 10px;
}

.precio-final-texto {
    color: #cbd5e1;
    font-size: 1rem;
    display: block;
    margin-bottom: 10px;
}

.precio-final-numero {
    font-size: 3.5rem;
    font-weight: 800;
    color: #fbbf24;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 2px;
    line-height: 1;
}

.precio-simbolo {
    font-size: 2rem;
    color: #fbbf24;
    align-self: flex-start;
}

.precio-entero {
    font-size: 3.5rem;
}

.precio-decimal {
    font-size: 2rem;
}

.precio-moneda {
    font-size: 1.5rem;
    color: #cbd5e1;
    margin-left: 5px;
    font-weight: 600;
}

.precio-nota {
    color: #cbd5e1;
    font-size: 0.9rem;
    margin-top: 10px;
}

.btn-comprar-final {
    background: linear-gradient(135deg, #fbbf24 0%, #d97706 100%);
    color: #1e293b;
    font-size: 1.3rem;
    font-weight: 700;
    padding: 25px 30px;
    border-radius: 50px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 30px auto;
    text-align: center;
    box-shadow: 0 10px 30px rgba(245, 158, 11, 0.3);
    position: relative;
}

.btn-comprar-final:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(245, 158, 11, 0.4);
    color: #1e293b;
}

.btn-subtexto {
    display: block;
    font-size: 0.9rem;
    font-weight: 500;
    color: #1e293b;
    margin-top: 8px;
    opacity: 0.9;
}

.garantia-final {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin: 25px auto;
    max-width: 500px;
}

.garantia-item-final {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #cbd5e1;
    font-size: 0.9rem;
}

.garantia-item-final i {
    color: #fbbf24;
}

.metodos-pago {
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.metodos-pago p {
    color: #cbd5e1;
    margin-bottom: 15px;
    font-size: 0.9rem;
}

.iconos-pago {
    display: flex;
    justify-content: center;
    gap: 20px;
    font-size: 2rem;
    color: rgba(255, 255, 255, 0.7);
}

/* FAQ */
.contenedor-faq {
    max-width: 800px;
    margin: 40px auto 0;
}

.item-faq {
    margin-bottom: 15px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    overflow: hidden;
    background: white;
}

.pregunta-faq {
    padding: 20px;
    background: #f8fafc;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #1e293b;
    transition: background 0.3s ease;
}

.pregunta-faq:hover {
    background: #f1f5f9;
}

.icono-faq {
    color: #3b82f6;
    font-weight: bold;
    font-size: 1.2rem;
}

.respuesta-faq {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.item-faq.activo .respuesta-faq {
    padding: 20px;
    max-height: 500px;
}

.respuesta-faq p {
    color: #475569;
    line-height: 1.6;
}

/* BONUS FLOTANTE */
.bonus-flotante {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: linear-gradient(135deg, #7c3aed 0%, #4f46e5 100%);
    color: white;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    z-index: 999;
    display: none;
    max-width: 300px;
    border: 2px solid #fbbf24;
}

/* ============================================
   VIBRASON BIOHACKING SUEÑO ALFA - ESTILOS COMPLETOS
   Unificado con Sección Master en Bioprogramación
   ============================================ */

/* ... (Aquí va todo tu CSS original de vibra-estilos.css que ya tienes) ... */
/* Asegúrate de mantener desde el "RESET Y BASE" hasta el final de ".item-faq" */

/* === NUEVA SECCIÓN: MASTER EN BIOPROGRAMACIÓN (UNIFICADO) === */
/* ============================================
   VIBRASON BIOHACKING SUEÑO ALFA - COMPLETO
   ============================================ */

/* RESET Y BASE */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;
    line-height: 1.6;
    color: #1a202c;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.contenedor-principal {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* CONTADOR DE OFERTA */
.contador-oferta {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: white;
    padding: 12px 0;
    text-align: center;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.contador-contenido {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    font-weight: 700;
}

.contador-tiempo {
    font-family: 'Courier New', monospace;
    background: rgba(0,0,0,0.2);
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 1.2rem;
}

/* SECCIÓN HERO */
.hero {
    padding: 80px 0 60px;
    text-align: center;
}

.etiqueta-oferta {
    display: inline-block;
    padding: 6px 16px;
    background: #dcfce7;
    color: #166534;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.etiqueta-oferta.destacado {
    background: #fee2e2;
    color: #991b1b;
}

.titulo-principal {
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 20px;
    color: #1e293b;
}

.titulo-principal span {
    color: #3b82f6;
    display: block;
}

.subtitulo-hero {
    font-size: 1.25rem;
    color: #64748b;
    max-width: 700px;
    margin: 0 auto 40px;
}

/* TARJETAS DE BENEFICIOS */
.contenedor-tarjetas {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.tarjeta-beneficio {
    background: white;
    padding: 40px;
    border-radius: 24px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.tarjeta-beneficio:hover {
    transform: translateY(-5px);
}

.icono-beneficio {
    font-size: 2.5rem;
    color: #3b82f6;
    margin-bottom: 20px;
}

/* SECCIÓN PRECIO */
.seccion-precio {
    background: #1e293b;
    color: white;
    padding: 80px 20px;
    border-radius: 40px;
    text-align: center;
    margin: 60px 0;
    position: relative;
    overflow: hidden;
}

.precio-container {
    background: rgba(255, 255, 255, 0.05);
    padding: 40px;
    border-radius: 30px;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.precio-antes {
    text-decoration: line-through;
    color: #94a3b8;
    font-size: 1.5rem;
}

.precio-ahora {
    font-size: 4.5rem;
    font-weight: 900;
    color: #3b82f6;
    margin: 10px 0;
}

.btn-comprar {
    display: inline-block;
    background: #3b82f6;
    color: white;
    padding: 20px 60px;
    border-radius: 16px;
    font-size: 1.5rem;
    font-weight: 800;
    text-decoration: none;
    margin-top: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px -5px rgba(59, 130, 246, 0.5);
}

.btn-comprar:hover {
    transform: scale(1.05);
    background: #2563eb;
}

/* FAQ */
.item-faq {
    margin-bottom: 15px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    overflow: hidden;
    background: white;
}

.pregunta-faq {
    padding: 20px;
    background: #f8fafc;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #1e293b;
}

.respuesta-faq {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.respuesta-faq.activa {
    padding: 20px;
    max-height: 200px;
}

/* === ESTILOS SECCIÓN MÁSTER (UNIFICADOS SIN :ROOT) === */
#vson-master-32-final {
    padding: 100px 20px;
    background-color: #0f172a;
    font-family: 'Inter', sans-serif;
    text-align: center;
    color: #ffffff;
    margin-top: 50px;
    border-radius: 40px;
}

#vson-master-32-final .vson-badge {
    background: linear-gradient(90deg, #8b5cf6, #d946ef);
    color: white;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 25px;
}

#vson-master-32-final .vson-title {
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 30px;
    text-transform: uppercase;
}

#vson-master-32-final .vson-intro {
    max-width: 800px;
    margin: 0 auto 50px;
    color: #94a3b8;
    font-size: 1.2rem;
}

#vson-master-32-final .vson-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
}

#vson-master-32-final .vson-card {
    background: #1e293b;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 20px;
    text-align: left;
    transition: all 0.3s ease;
}

#vson-master-32-final .vson-card:hover {
    border-color: #d946ef;
    transform: translateY(-5px);
}

#vson-master-32-final .vson-card h4 {
    color: #d946ef;
    margin-bottom: 15px;
    font-size: 1.3rem;
}

#vson-master-32-final .vson-list {
    list-style: none;
}

#vson-master-32-final .vson-list li {
    color: #cbd5e1;
    font-size: 0.95rem;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

#vson-master-32-final .vson-list li::before {
    content: "✓";
    color: #3b82f6;
    margin-right: 10px;
    font-weight: bold;
}

/* Acordeón de la sección Máster */
.vson-btn-trigger {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: white;
    padding: 18px 35px;
    border: none;
    border-radius: 12px;
    font-weight: 800;
    cursor: pointer;
    text-transform: uppercase;
    margin-top: 40px;
}

.vson-accordion-hidden {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.8s ease;
    background: rgba(15, 23, 42, 0.95);
    margin-top: 20px;
}

.vson-accordion-open {
    max-height: 2500px;
    padding: 40px 20px;
    border: 1px solid #d946ef;
    border-radius: 20px;
}

.vson-inner-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    text-align: left;
}

.vson-inner-col p {
    font-size: 0.85rem;
    color: #cbd5e1;
    padding: 5px 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.vson-inner-col span {
    color: #00f7ff;
    font-weight: bold;
    margin-right: 5px;
}

#vson-master-32-final .vson-price-box {
    background-color: #1e293b;
    border: 2px dashed #d946ef;
    padding: 40px;
    border-radius: 24px;
    margin-top: 60px;
    display: inline-block;
}

#vson-master-32-final .vson-new {
    color: #10b981;
    font-size: 2.5rem;
    font-weight: 800;
    display: block;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fd1b773 */.container {
    max-width: 500px;
    margin: auto;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.payment-form {
    display: block; /* 🔵 NUEVO: Asegurar que el form sea block */
}

.input {
    width: 100%;
    padding: 12px;
    margin: 10px 0;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-sizing: border-box; /* 🔵 NUEVO: Mejor control de tamaño */
}

.checkbox {
    margin: 20px 0;
    display: flex;
    gap: 10px;
    align-items: center;
}

#vs_ins_30_bricks {
    margin: 20px 0;
    min-height: 300px;
}

.terms-error {
    color: red;
    display: none;
    margin-top: 10px;
    font-size: 14px;
}

/* 🔵 NUEVO: Estilo para campos con error */
.input-error {
    border-color: #dc3545 !important;
    background-color: #f8d7da;
}

/* 🔵 NUEVO: Estilo para campos válidos */
.input-valid {
    border-color: #28a745 !important;
    background-color: #d4edda;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a422693 *//* ----- CONTENEDOR PRINCIPAL ----- */
.neuro-trust-badge {
    background: white;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 
        0 10px 25px rgba(16, 185, 129, 0.08),
        0 5px 10px rgba(0, 0, 0, 0.05);
    max-width: 600px;
    margin: 0 auto;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    border: 1px solid #E5E7EB;
    position: relative;
    overflow: hidden;
}

.neuro-trust-badge::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #10B981, #1E40AF);
}

/* ----- CABECERA NEURO-CIENTÍFICA ----- */
.neuro-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E5E7EB;
}

.neuro-icon {
    background: linear-gradient(135deg, #D1FAE5, #A7F3D0);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 2px solid #10B981;
}

.neuro-icon svg {
    width: 32px;
    height: 32px;
}

.neuro-title-container {
    flex: 1;
}

.neuro-title {
    color: #1F2937;
    margin: 0;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.5px;
    background: linear-gradient(90deg, #1F2937, #1E40AF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.neuro-subtitle {
    color: #10B981;
    margin: 4px 0 0;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ----- QUOTE CON LÍNEA DE ONDA CEREBRAL ----- */
.neuro-quote {
    margin: 0;
    padding: 0;
    position: relative;
}

.neuro-wave-line {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(
        180deg,
        #10B981 0%,
        transparent 20%,
        transparent 40%,
        #1E40AF 60%,
        transparent 80%,
        #10B981 100%
    );
    border-radius: 2px;
    animation: wave 3s ease-in-out infinite;
}

@keyframes wave {
    0%, 100% { opacity: 0.7; }
    50% { opacity: 1; }
}

.neuro-content {
    padding-left: 24px;
}

/* ----- ITEMS NEURO-ESPECÍFICOS ----- */
.neuro-item {
    padding: 20px;
    margin-bottom: 16px;
    border-radius: 12px;
    border: 1px solid #E5E7EB;
    background: #F9FAFB;
    transition: all 0.3s ease;
    position: relative;
}

.neuro-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(16, 185, 129, 0.1);
    border-color: #10B981;
}

.neuro-item-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.neuro-badge {
    background: #10B981;
    color: white;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 16px;
    flex-shrink: 0;
}

.neuro-lock, .neuro-shield, .neuro-return {
    font-size: 24px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.neuro-lock { color: #10B981; }
.neuro-shield { color: #1E40AF; }
.neuro-return { color: #F59E0B; }

.neuro-item-title {
    color: #1F2937;
    font-size: 16px;
    font-weight: 700;
    display: block;
}

.neuro-item-sub {
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    display: block;
    margin-top: 2px;
}

.neuro-item-desc {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 12px 48px;
}

/* ----- GARANTÍA ESPECIAL ----- */
.neuro-guarantee {
    background: linear-gradient(135deg, #F0FDF4, #DCFCE7);
    border-color: #86EFAC;
}

.neuro-science-note {
    margin-left: 48px;
    font-size: 12px;
    color: #059669;
    font-style: italic;
}

/* ----- PAGO ----- */
.payment-badges {
    display: flex;
    gap: 8px;
    margin-left: 48px;
    margin-top: 8px;
}

.payment-badge {
    background: white;
    color: #1E40AF;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    border: 1px solid #BFDBFE;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ----- PRIVACIDAD CRÍTICA ----- */
.neuro-privacy {
    background: linear-gradient(135deg, #EFF6FF, #DBEAFE);
    border-color: #93C5FD;
}

.neuro-privacy-content {
    margin-left: 48px;
}

.neuro-privacy-list {
    list-style: none;
    padding: 0;
    margin: 12px 0;
}

.neuro-privacy-list li {
    padding: 6px 0;
    color: #ffffff;
    font-size: 14px;
    position: relative;
    padding-left: 20px;
}

.neuro-privacy-list li::before {
    content: "✓";
    color: #1E40AF;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.neuro-privacy-link {
    display: inline-block;
    color: #1E40AF;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 16px;
    background: white;
    border-radius: 8px;
    border: 1px solid #93C5FD;
    margin-top: 8px;
    transition: all 0.3s;
}

.neuro-privacy-link:hover {
    background: #1E40AF;
    color: white;
    transform: translateX(5px);
}

/* ----- DEVOLUCIONES ----- */
.neuro-returns {
    background: linear-gradient(135deg, #FEF7E6, #FDE68A);
    border-color: #FCD34D;
}

.neuro-returns-cta {
    margin-left: 48px;
    margin-top: 16px;
}

.neuro-terms-link {
    display: inline-block;
    color: #D97706;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 20px;
    background: white;
    border-radius: 8px;
    border: 1px solid #FBBF24;
    transition: all 0.3s;
}

.neuro-terms-link:hover {
    background: #F59E0B;
    color: white;
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3);
}

.neuro-returns-cta small {
    display: block;
    color: #92400E;
    font-size: 12px;
    margin-top: 6px;
    font-style: italic;
}

/* ----- VALIDACIÓN CIENTÍFICA ----- */
.neuro-validation {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #E5E7EB;
}

.validation-badge {
    flex: 1;
    min-width: 180px;
    background: #F8FAFC;
    padding: 12px 16px;
    border-radius: 10px;
    border: 1px solid #E2E8F0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.validation-icon {
    font-size: 20px;
    background: white;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid #E2E8F0;
}

.validation-text {
    color: #475569;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
}

/* ============================================
   RESPONSIVE PROFESIONAL - 5 PUNTOS DE RUPTURA
   ============================================ */

/* ----- MOBILE PEQUEÑO (320px - 480px) ----- */
@media (max-width: 480px) {
    .neuro-trust-badge {
        padding: 16px 14px;
        border-radius: 12px;
        margin: 0 10px;
    }
    
    .neuro-header {
        flex-direction: column;
        text-align: center;
        gap: 10px;
        margin-bottom: 18px;
        padding-bottom: 16px;
    }
    
    .neuro-icon {
        width: 52px;
        height: 52px;
        margin: 0 auto;
    }
    
    .neuro-icon svg {
        width: 26px;
        height: 26px;
    }
    
    .neuro-title {
        font-size: 20px;
        line-height: 1.2;
        margin-top: 4px;
    }
    
    .neuro-subtitle {
        font-size: 12px;
        letter-spacing: 0.8px;
    }
    
    .neuro-content {
        padding-left: 20px;
    }
    
    .neuro-wave-line {
        width: 3px;
    }
    
    .neuro-item {
        padding: 14px;
        margin-bottom: 12px;
        border-radius: 10px;
    }
    
    .neuro-item-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 10px;
    }
    
    .neuro-badge,
    .neuro-lock,
    .neuro-shield,
    .neuro-return {
        width: 32px;
        height: 32px;
        font-size: 20px;
    }
    
    .neuro-badge {
        font-size: 14px;
    }
    
    .neuro-item-title {
        font-size: 15px;
    }
    
    .neuro-item-sub {
        font-size: 12px;
    }
    
    .neuro-item-desc,
    .neuro-science-note,
    .payment-badges,
    .neuro-privacy-content,
    .neuro-returns-cta {
        margin-left: 0;
        margin-top: 10px;
    }
    
    .neuro-item-desc {
        font-size: 13px;
        line-height: 1.5;
    }
    
    .neuro-science-note small {
        font-size: 11px;
    }
    
    .payment-badges {
        flex-wrap: wrap;
    }
    
    .payment-badge {
        font-size: 10px;
        padding: 3px 8px;
    }
    
    .neuro-privacy-list li {
        font-size: 13px;
        padding: 5px 0;
        padding-left: 18px;
    }
    
    .neuro-privacy-link,
    .neuro-terms-link {
        font-size: 13px;
        padding: 8px 14px;
        width: 100%;
        text-align: center;
    }
    
    .neuro-privacy-link:hover,
    .neuro-terms-link:hover {
        transform: none; /* Eliminar transform en mobile para mejor UX */
    }
    
    .neuro-returns-cta small {
        font-size: 11px;
        margin-top: 4px;
    }
    
    .neuro-validation {
        flex-direction: column;
        gap: 10px;
        margin-top: 20px;
        padding-top: 16px;
    }
    
    .validation-badge {
        min-width: 100%;
        padding: 10px 12px;
    }
    
    .validation-icon {
        width: 32px;
        height: 32px;
        font-size: 18px;
    }
    
    .validation-text {
        font-size: 12px;
    }
}

/* ----- MOBILE GRANDE / TABLET PEQUEÑO (481px - 640px) ----- */
@media (min-width: 481px) and (max-width: 640px) {
    .neuro-trust-badge {
        padding: 20px 18px;
        margin: 0 15px;
    }
    
    .neuro-header {
        flex-direction: row;
        text-align: left;
        gap: 14px;
    }
    
    .neuro-icon {
        width: 56px;
        height: 56px;
    }
    
    .neuro-title {
        font-size: 22px;
    }
    
    .neuro-subtitle {
        font-size: 13px;
    }
    
    .neuro-item {
        padding: 16px;
    }
    
    .neuro-item-header {
        flex-direction: row;
        align-items: center;
        flex-wrap: nowrap;
    }
    
    .neuro-item-desc,
    .neuro-science-note,
    .payment-badges,
    .neuro-privacy-content,
    .neuro-returns-cta {
        margin-left: 44px;
        margin-top: 8px;
    }
    
    .neuro-item-desc {
        font-size: 14px;
    }
    
    .neuro-validation {
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    .validation-badge {
        min-width: calc(50% - 6px);
    }
    
    .neuro-privacy-link,
    .neuro-terms-link {
        width: auto;
        display: inline-block;
    }
}

/* ----- TABLET (641px - 768px) ----- */
@media (min-width: 641px) and (max-width: 768px) {
    .neuro-trust-badge {
        padding: 24px;
        max-width: 90%;
        margin: 0 auto;
    }
    
    .neuro-header {
        gap: 16px;
    }
    
    .neuro-title {
        font-size: 24px;
    }
    
    .neuro-content {
        padding-left: 22px;
    }
    
    .neuro-item-desc,
    .neuro-science-note,
    .payment-badges,
    .neuro-privacy-content,
    .neuro-returns-cta {
        margin-left: 46px;
    }
    
    .validation-badge {
        min-width: calc(50% - 6px);
    }
}

/* ----- TABLET GRANDE (769px - 1024px) ----- */
@media (min-width: 769px) and (max-width: 1024px) {
    .neuro-trust-badge {
        max-width: 85%;
        padding: 28px;
    }
    
    .neuro-content {
        padding-left: 24px;
    }
    
    .neuro-item-desc,
    .neuro-science-note,
    .payment-badges,
    .neuro-privacy-content,
    .neuro-returns-cta {
        margin-left: 48px;
    }
    
    .validation-badge {
        min-width: calc(50% - 6px);
    }
}

/* ----- DESKTOP (1025px - 1366px) ----- */
@media (min-width: 1025px) and (max-width: 1366px) {
    .neuro-trust-badge {
        max-width: 70%;
    }
}

/* ----- DESKTOP GRANDE (1367px - 1920px) ----- */
@media (min-width: 1367px) and (max-width: 1920px) {
    .neuro-trust-badge {
        max-width: 650px;
    }
    
    .neuro-item {
        padding: 22px;
    }
    
    .neuro-item-title {
        font-size: 17px;
    }
    
    .neuro-item-desc {
        font-size: 15px;
    }
}

/* ----- 4K / DESKTOP XL (1921px +) ----- */
@media (min-width: 1921px) {
    .neuro-trust-badge {
        max-width: 700px;
        padding: 35px;
        border-radius: 20px;
    }
    
    .neuro-header {
        margin-bottom: 30px;
    }
    
    .neuro-icon {
        width: 70px;
        height: 70px;
    }
    
    .neuro-icon svg {
        width: 36px;
        height: 36px;
    }
    
    .neuro-title {
        font-size: 28px;
    }
    
    .neuro-subtitle {
        font-size: 16px;
    }
    
    .neuro-item {
        padding: 25px;
        margin-bottom: 20px;
        border-radius: 14px;
    }
    
    .neuro-badge,
    .neuro-lock,
    .neuro-shield,
    .neuro-return {
        width: 42px;
        height: 42px;
        font-size: 26px;
    }
    
    .neuro-badge {
        font-size: 18px;
    }
    
    .neuro-item-title {
        font-size: 18px;
    }
    
    .neuro-item-desc {
        font-size: 16px;
        line-height: 1.7;
    }
    
    .neuro-content {
        padding-left: 30px;
    }
    
    .neuro-wave-line {
        width: 5px;
    }
    
    .validation-badge {
        padding: 16px 20px;
        border-radius: 12px;
    }
    
    .validation-icon {
        width: 42px;
        height: 42px;
        font-size: 22px;
    }
    
    .validation-text {
        font-size: 15px;
    }
}

/* ============================================
   MEJORAS ESPECÍFICAS PARA INTERACCIÓN TOUCH
   ============================================ */
@media (hover: none) and (pointer: coarse) {
    .neuro-item {
        padding: 18px 16px; /* Más padding para dedos */
    }
    
    .neuro-privacy-link,
    .neuro-terms-link {
        min-height: 44px; /* Tamaño mínimo para toque */
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .neuro-badge,
    .neuro-lock,
    .neuro-shield,
    .neuro-return {
        min-width: 44px;
        min-height: 44px;
    }
    
    /* Eliminar hover effects en dispositivos táctiles */
    .neuro-item:hover {
        transform: none;
        box-shadow: 0 5px 15px rgba(16, 185, 129, 0.08);
    }
    
    .neuro-privacy-link:hover,
    .neuro-terms-link:hover {
        transform: none;
    }
}

/* ============================================
   DARK MODE DETECTION (OPCIONAL)
   ============================================ */
@media (prefers-color-scheme: dark) {
    .neuro-trust-badge {
        background: #1F2937;
        border-color: #374151;
        box-shadow: 
            0 10px 25px rgba(0, 0, 0, 0.3),
            0 5px 10px rgba(0, 0, 0, 0.2);
    }
    
    .neuro-title {
        background: linear-gradient(90deg, #F9FAFB, #93C5FD);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }
    
    .neuro-subtitle {
        color: #34D399;
    }
    
    .neuro-item {
        background: #374151;
        border-color: #4B5563;
    }
    
    .neuro-item-title {
        color: #F9FAFB;
    }
    
    .neuro-item-sub {
        color: #D1D5DB;
    }
    
    .neuro-item-desc {
        color: #E5E7EB;
    }
    
    .neuro-guarantee {
        background: linear-gradient(135deg, #065F46, #047857);
        border-color: #059669;
    }
    
    .neuro-payment {
        background: linear-gradient(135deg, #1E3A8A, #1E40AF);
        border-color: #3B82F6;
    }
    
    .neuro-privacy {
        background: linear-gradient(135deg, #1E3A8A, #1D4ED8);
        border-color: #60A5FA;
    }
    
    .neuro-returns {
        background: linear-gradient(135deg, #92400E, #B45309);
        border-color: #F59E0B;
    }
    
    .payment-badge {
        background: #1F2937;
        color: #93C5FD;
        border-color: #4B5563;
    }
    
    .neuro-privacy-link,
    .neuro-terms-link {
        background: #1F2937;
        color: #93C5FD;
        border-color: #4B5563;
    }
    
    .validation-badge {
        background: #374151;
        border-color: #4B5563;
    }
    
    .validation-text {
        color: #E5E7EB;
    }
    
    .validation-icon {
        background: #1F2937;
        border-color: #4B5563;
    }
    
    .neuro-privacy-list li::before {
        color: #60A5FA;
    }
}/* End custom CSS */