/* ========================================
   LEX SENTIA CONSULTORES - ADDITIONAL STYLES (V3 Minimalist)
   ======================================== */

/* ========================================
   MAPA DE NOSOTROS
   ======================================== */
.map-container {
    position: relative;
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    height: 500px;
    border: 1px solid var(--glass-stroke);
}

.map-nosotros {
    width: 100%;
    height: 100%;
}

/* ========================================
   MISIÓN Y VISIÓN
   ======================================== */
.mission-vision .mission-item {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
}

.mission-icon {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-lg);
    background: var(--primary);
    color: white;
    font-size: 1.5rem;
}

/* ========================================
   TESTIMONIOS
   ======================================== */
.testimonial-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.testimonial-avatar .avatar-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-name {
    font-weight: 600;
    color: var(--text-primary);
}

.testimonial-position {
    font-size: 0.9rem;
    color: var(--text-muted);
}

.testimonial-rating {
    margin-bottom: 1rem;
    color: #f59e0b; /* Amarillo para estrellas */
}

.testimonial-text {
    font-style: italic;
    color: var(--text-secondary);
    border-left: 3px solid var(--primary);
    padding-left: 1.5rem;
    margin: 1.5rem 0;
}

.testimonial-results {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.testimonial-results .badge {
    font-size: 0.8rem;
    font-weight: 500;
    padding: 0.4rem 0.8rem;
    border-radius: var(--radius-full);
}

.bg-success-light {
    background-color: #eaf7d4;
    color: var(--primary);
}

.bg-primary-light {
    background-color: #e0e7ff;
    color: var(--secondary);
}

.testimonials-cta {
    background: var(--bg-light);
    padding: 2.5rem;
    border-radius: var(--radius-xl);
    margin-top: 3rem;
}

/* ========================================
   SOLUCIONES EN CIFRAS (KPIs)
   ======================================== */
.kpi-card {
    text-align: center;
}

.kpi-text-group {
    display: flex;
    justify-content: space-around;
    margin-top: 1.5rem;
    border-top: 1px solid var(--glass-stroke);
    padding-top: 1.5rem;
}

.kpi-value {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--secondary);
}

.kpi-label {
    font-size: 0.9rem;
    color: var(--text-muted);
}

/* ========================================
   DEMOS DE SERVICIOS
   ======================================== */
.demo-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-bottom: 1px solid var(--glass-stroke);
}

.demo-content {
    padding: 1.5rem;
}

.demo-benefits {
    margin: 1rem 0;
    padding-left: 1.2rem;
    color: var(--text-secondary);
    flex-grow: 1;
}

/* ========================================
   PRECIOS
   ======================================== */
.pricing-card.featured {
    border-color: var(--primary);
    box-shadow: var(--shadow-lg);
}

.pricing-header {
    border-bottom: 1px solid var(--glass-stroke);
    padding-bottom: 2rem;
}

.pricing-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--secondary);
}

.pricing-price {
    font-size: 3rem;
    color: var(--text-primary);
}

.pricing-features li {
    margin-bottom: 0.75rem;
    color: var(--text-secondary);
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.pricing-features li i {
    font-size: 1.2rem;
}

.pricing-guarantee {
    margin-top: auto;
    padding-top: 1.5rem;
    border-top: 1px solid var(--glass-stroke);
    font-size: 0.85rem;
    color: var(--text-muted);
    font-style: italic;
}
