/* ============================================
   TESTIMONIOS - ESTILO LIMPIO Y MODERNO
   ============================================ */

.testimonios {
    padding: 100px 20px;
    background: linear-gradient(180deg, #0a0a0f 0%, #12121a 100%);
    max-width: 1400px;
    margin: 0 auto;
}

.testimonios .section-header {
    text-align: center;
    margin-bottom: 60px;
    padding: 0 15px;
}

.testimonios .section-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #8B5CF6;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 15px;
    background: rgba(139, 92, 246, 0.1);
    padding: 8px 16px;
    border-radius: 50px;
}

.testimonios .section-title {
    font-size: 42px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 20px;
    font-family: 'Space Grotesk', sans-serif;
}

.testimonios .section-title .gradient-text {
    background: linear-gradient(135deg, #4A90E2, #8B5CF6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.testimonios .section-description {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.6);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.testimonios-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Card - Estilo limpio y moderno */
.testimonial-card {
    background: linear-gradient(145deg, #1a1a26 0%, #15151f 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 35px;
    position: relative;
    transition: all 0.4s ease;
}

.testimonial-card:hover {
    border-color: rgba(139, 92, 246, 0.5);
    transform: translateY(-10px);
    box-shadow: 0 30px 60px -20px rgba(139, 92, 246, 0.3);
}

/* Badge verificado */
.testimonial-verified {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 600;
    color: #00cc77;
    margin-bottom: 20px;
    background: rgba(0, 204, 119, 0.12);
    padding: 6px 12px;
    border-radius: 20px;
}

/* Avatar */
.testimonial-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #4A90E2 0%, #8B5CF6 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
    box-shadow: 0 8px 25px rgba(74, 144, 226, 0.3);
}

/* Author */
.testimonial-author {
    margin-bottom: 12px;
}

.testimonial-author h4 {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 4px;
    font-family: 'Space Grotesk', sans-serif;
}

.testimonial-author span {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
}

/* Rating */
.testimonial-rating {
    margin-bottom: 20px;
    color: #fbbf24;
    font-size: 14px;
    letter-spacing: 3px;
}

/* Quote */
.testimonial-quote {
    margin-bottom: 24px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.testimonial-quote p {
    font-size: 15px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.8);
    font-style: italic;
}

/* Metric */
.testimonial-metric {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 18px 22px;
    background: linear-gradient(135deg, rgba(74, 144, 226, 0.2) 0%, rgba(139, 92, 246, 0.15) 100%);
    border: 1px solid rgba(74, 144, 226, 0.3);
    border-radius: 14px;
    margin-bottom: 16px;
}

.testimonial-metric-value {
    font-size: 32px;
    font-weight: 800;
    background: linear-gradient(135deg, #4A90E2, #8B5CF6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.testimonial-metric-label {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
}

/* Tag */
.testimonial-tag {
    display: inline-block;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
}

/* Stats */
.testimonios-stats {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    margin-top: 80px;
    padding: 40px 60px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    background: linear-gradient(145deg, #1a1a26 0%, #15151f 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
}

.tstat-item {
    text-align: center;
}

.tstat-number {
    display: block;
    font-size: 48px;
    font-weight: 800;
    background: linear-gradient(135deg, #4A90E2, #8B5CF6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 8px;
    font-family: 'Space Grotesk', sans-serif;
}

.tstat-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
}

.tstat-divider {
    width: 1px;
    height: 70px;
    background: rgba(255, 255, 255, 0.1);
}

.tstat-stars {
    color: #fbbf24;
    font-size: 18px;
    margin-bottom: 8px;
    letter-spacing: 4px;
}

/* Navigation dots */
.testimonial-nav {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 50px;
}

.testimonial-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.testimonial-dot.active {
    background: linear-gradient(135deg, #4A90E2, #8B5CF6);
    width: 40px;
    border-radius: 10px;
}

/* Inner wrapper */
.testimonial-inner {
    position: relative;
}

/* Responsive */
@media (max-width: 1024px) {
    .testimonios-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .testimonios-stats {
        gap: 40px;
        padding: 30px 40px;
    }
    
    .tstat-number {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .testimonios {
        padding: 60px 15px;
    }
    
    .testimonios .section-title {
        font-size: 28px;
    }
    
    .testimonios-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .testimonios-stats {
        flex-wrap: wrap;
        gap: 30px;
        padding: 25px;
    }
    
    .tstat-divider {
        display: none;
    }
    
    .testimonial-card {
        padding: 25px;
    }
    
    .tstat-number {
        font-size: 32px;
    }
}

