/* ==========================================
   Benchmark Section - Independent Styles
   ========================================== */

#benchmark-process {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 80px 0;
}

#benchmark-process .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header Section */
#benchmark-process .section-header {
    text-align: center;
    margin-bottom: 60px;
}

#benchmark-process .section-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 20px;
}

#benchmark-process .section-subtitle {
    font-size: 1.125rem;
    color: #6b7280;
    line-height: 1.7;
}

/* Overview Section */
#benchmark-process .benchmark-overview {
    margin-bottom: 80px;
}

#benchmark-process .overview-intro {
    text-align: center;
    margin-bottom: 60px;
}

#benchmark-process .overview-intro h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 20px;
}

#benchmark-process .overview-intro p {
    font-size: 1.125rem;
    color: #6b7280;
    line-height: 1.7;
    max-width: 700px;
    margin: 0 auto;
}

/* GRID PRINCIPAL - FORZADO 2x2 */
#benchmark-process .benchmark-steps-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 30px !important;
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto 60px auto !important;
}

/* Steps Cards */
#benchmark-process .benchmark-step {
    background: white;
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#benchmark-process .benchmark-step:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

#benchmark-process .step-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #3b82f6, #10b981);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: white;
    font-size: 1.5rem;
}

#benchmark-process .benchmark-step h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 15px;
}

#benchmark-process .benchmark-step p {
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Step Features */
#benchmark-process .step-features {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

#benchmark-process .step-features span {
    background: rgba(59, 130, 246, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.2);
    border-radius: 8px;
    padding: 5px 12px;
    font-size: 0.875rem;
    color: #3b82f6;
}

/* Step Config */
#benchmark-process .step-config {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#benchmark-process .step-config div {
    background: rgba(139, 92, 246, 0.1);
    border-radius: 8px;
    padding: 8px 15px;
    font-size: 0.875rem;
    color: #1a1a2e;
}

#benchmark-process .step-config strong {
    color: #7c3aed;
}

/* Step Metrics */
#benchmark-process .step-metrics {
    display: flex;
    gap: 15px;
    justify-content: center;
}

#benchmark-process .step-metrics div {
    background: rgba(245, 158, 11, 0.1);
    border-radius: 8px;
    padding: 10px 15px;
    font-size: 0.875rem;
    color: #1a1a2e;
    flex: 1;
}

#benchmark-process .step-metrics strong {
    color: #d97706;
    font-size: 1.125rem;
    display: block;
    margin-bottom: 5px;
}

/* Step Results */
#benchmark-process .step-results {
    display: flex;
    gap: 15px;
    justify-content: center;
}

#benchmark-process .step-results div {
    background: rgba(34, 197, 94, 0.1);
    border-radius: 8px;
    padding: 10px 15px;
    font-size: 0.875rem;
    color: #1a1a2e;
    flex: 1;
}

#benchmark-process .step-results strong {
    color: #16a34a;
    font-size: 1.125rem;
    display: block;
    margin-bottom: 5px;
}

/* Benefits Section */
#benchmark-process .benchmark-benefits {
    margin-top: 80px;
}

#benchmark-process .benchmark-benefits h3 {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 40px;
}

#benchmark-process .benefits-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 30px !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
}

#benchmark-process .benefit-card {
    background: white;
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#benchmark-process .benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

#benchmark-process .benefit-icon {
    width: 60px !important;
    height: 60px !important;
    background: var(--gradient-primary) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto 20px !important;
    color: white !important;
    font-size: 1.5rem !important;
}

#benchmark-process .benefit-icon i {
    color: white !important;
    font-size: 1.5rem !important;
    display: block !important;
}

#benchmark-process .benefit-card h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 15px;
}

#benchmark-process .benefit-card p {
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
}

/* RESPONSIVE - TABLET */
@media (max-width: 1024px) {
    #benchmark-process .benchmark-steps-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 20px !important;
    }
    
    #benchmark-process .benefits-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 25px !important;
    }
}

/* RESPONSIVE - MOBILE */
@media (max-width: 768px) {
    #benchmark-process .benchmark-steps-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    
    #benchmark-process .section-title {
        font-size: 2rem;
    }
    
    #benchmark-process .overview-intro h3 {
        font-size: 1.75rem;
    }
    
    #benchmark-process .benefits-grid {
        grid-template-columns: 1fr !important;
    }
    
    #benchmark-process .benchmark-step {
        padding: 25px;
    }
    
    #benchmark-process .benefit-card {
        padding: 25px;
    }
}

@media (max-width: 480px) {
    #benchmark-process {
        padding: 60px 0;
    }
    
    #benchmark-process .section-header {
        margin-bottom: 40px;
    }
    
    #benchmark-process .benchmark-step {
        padding: 20px;
    }
    
    #benchmark-process .step-metrics {
        flex-direction: column;
        gap: 10px;
    }
    
    #benchmark-process .step-results {
        flex-direction: column;
        gap: 10px;
    }
}