/*
Theme Name:   Abisko Suplementos Pro 2026
Theme URI:    https://tusitio.com
Description:  Tema hijo de Abisko optimizado para la venta de suplementos con landing de alta conversión.
Author:       Senior Developer
Template:     abisko
Version:      1.0.0
License:      GNU General Public License v2 or later
Text Domain:  abisko-suplementos
*/

/* Estilos personalizados para la Landing 2026 */
.hero-video-container video {
    object-fit: cover;
    filter: brightness(0.85);
}

.cta-button-glow {
    animation: pulseGlow 2s infinite;
}

@keyframes pulseGlow {
    0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(46, 204, 113, 0.7); }
    70% { transform: scale(1.02); box-shadow: 0 0 0 10px rgba(46, 204, 113, 0); }
    100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(46, 204, 113, 0); }
}


/* --- ANIMACIÓN POR SCROLL (TENDENCIA 2026) --- */
.scroll-animate {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.scroll-animate.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* --- ESTILOS OSCUROS PREMIUM --- */
body {
    background-color: #0B0C10 !important;
    color: #F5F5F7 !important;
}

.benefit-card {
    background: #1F2833;
    padding: 25px;
    border-radius: 12px;
    border: 1px solid #2C353F;
}

/* --- SLIDER DE OPINIONES NATIVO (ULTRA RÁPIDO) --- */
.reviews-slider-container {
    max-width: 800px;
    margin: 60px auto;
    position: relative;
    overflow: hidden;
    padding: 20px;
}

.reviews-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.review-card {
    min-width: 100%;
    box-sizing: border-box;
    background: #1F2833;
    padding: 40px;
    border-radius: 16px;
    border-left: 5px solid #00EB84;
    text-align: center;
}

.review-stars {
    color: #FFD700;
    font-size: 1.4rem;
    margin-bottom: 15px;
}

.review-author {
    margin-top: 15px;
    font-weight: bold;
    color: #00EB84;
    text-transform: uppercase;
    font-size: 0.9rem;
}
