.elementor-53221 .elementor-element.elementor-element-cf77a4b{--display:flex;}/* Start of your custom CSS rules for html, class: .elementor-element-2160831 */ /* --- ESTILOS FSP: IMPACTO VISUAL --- */
.fsp-social-proof-section {
    --fsp-navy: #0a141d;
    --fsp-orange: #f39c12;
    --fsp-light-grad: linear-gradient(135deg, #f0f4f8 0%, #d1dce5 100%);
    --fsp-white: #ffffff;
    
    padding: 100px 20px;
    color: var(--fsp-navy);
    font-family: 'Inter', sans-serif;
}

.fsp-container { max-width: 1200px; margin: 0 auto; }

/* Header */
.fsp-header { text-align: center; margin-bottom: 60px; }
.fsp-pretitle { color: var(--fsp-orange); text-transform: uppercase; font-weight: 800; letter-spacing: 3px; font-size: 0.8rem; }
.fsp-title { font-size: 2.8rem; font-weight: 900; margin: 15px 0; line-height: 1.1; }
.fsp-accent { color: var(--fsp-orange); }
.fsp-intro { max-width: 700px; margin: 0 auto; font-size: 1.1rem; opacity: 0.8; }

/* Impact Grid */
.fsp-impact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.fsp-card {
    background: var(--fsp-light-grad);
    border-radius: 30px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid rgba(0,0,0,0.03);
    transition: all 0.3s ease;
}

.fsp-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(0,0,0,0.05); }

/* Tipografía de Datos */
.fsp-big-pct {
    display: block;
    font-size: 5rem;
    font-weight: 900;
    color: var(--fsp-orange);
    line-height: 1;
    margin-bottom: 15px;
}

.fsp-med-pct {
    display: block;
    font-size: 3rem;
    font-weight: 900;
    color: var(--fsp-navy);
    margin-bottom: 10px;
}

.fsp-card p { font-size: 1rem; line-height: 1.4; font-weight: 500; }

/* Jerarquía de Cajas */
.fsp-hero-card {
    grid-column: span 2;
    background: var(--fsp-navy);
    color: white;
}

.fsp-hero-card .fsp-big-pct { color: var(--fsp-orange); }

.fsp-skill-card {
    grid-column: span 1;
    border: 2px solid var(--fsp-orange);
}

/* Footer */
.fsp-footer {
    margin-top: 60px;
    text-align: center;
    border-top: 1px solid #eee;
    padding-top: 30px;
}

.fsp-mini-logo { width: 80px; opacity: 0.5; margin-bottom: 10px; }
.fsp-footer p { font-size: 0.8rem; color: #888; text-transform: uppercase; letter-spacing: 1px; }

/* Responsive */
@media (max-width: 1000px) {
    .fsp-impact-grid { grid-template-columns: repeat(2, 1fr); }
    .fsp-hero-card { grid-column: span 2; }
}

@media (max-width: 700px) {
    .fsp-impact-grid { grid-template-columns: 1fr; }
    .fsp-hero-card, .fsp-skill-card { grid-column: span 1; }
    .fsp-title { font-size: 2rem; }
    .fsp-big-pct { font-size: 4rem; }
} /* End of your custom CSS rules */