.elementor-9657 .elementor-element.elementor-element-28d62da{--display:flex;}/* Start custom CSS for html, class: .elementor-element-f3f194a */* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif;
            min-height: 100vh;
            padding: 20px;
        }

        .container {
            max-width: 1400px;
            margin: 0 auto;
            background: rgba(255, 255, 255, 0.95);
            border-radius: 20px;
            padding: 30px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
            backdrop-filter: blur(10px);
        }

        .header {
            text-align: center;
            margin-bottom: 40px;
            color: #1C0A41;
        }

        .header h1 {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 10px;
        }

        .approach-.elementor-9657 .elementor-element.elementor-element-f3f194a {
            margin-bottom: 30px;
            padding: 25px;
            background: white;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }

        .approach-.elementor-9657 .elementor-element.elementor-element-f3f194a h3 {
            margin-bottom: 20px;
            color: #1C0A41 !important;
            font-size: 1.3rem;
        }

        .approach-options {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
        }

        .approach-option {
            padding: 20px;
            border: 2px solid #e2e8f0;
            border-radius: 12px;
            cursor: pointer;
            transition: all 0.3s ease;
            background: #f8fafc;
        }

        .approach-option:hover {
            border-color: #493592;
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(73, 53, 146, 0.15);
        }

        .approach-option.active {
            border-color: #493592;
            background: linear-gradient(135deg, rgba(73, 53, 146, 0.05), rgba(28, 10, 65, 0.05));
        }

        .main-content {
            display: grid;
            grid-template-columns: 1fr 2fr;
            gap: 30px;
            margin-bottom: 40px;
        }

        .input-section {
            display: flex;
            flex-direction: column;
            gap: 25px;
        }

        .input-group {
            background: white;
            padding: 25px;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }

        .input-group h3 {
            margin-bottom: 20px;
            color: #1C0A41 !important;
            font-size: 1.2rem;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .form-field {
            margin-bottom: 20px;
        }

        .form-field label {
            display: block;
            margin-bottom: 8px;
            font-weight: 600;
            color: #4a5568;
            font-size: 0.9rem;
        }

        .form-field input {
            width: 100%;
            padding: 12px 16px;
            border: 2px solid #e2e8f0;
            border-radius: 8px;
            font-size: 1rem;
            font-weight: 600;
            transition: border-color 0.3s ease;
        }

        .form-field input:focus {
            outline: none;
            border-color: #493592;
            box-shadow: 0 0 0 3px rgba(73, 53, 146, 0.1);
        }

        .results-section {
            display: flex;
            flex-direction: column;
            gap: 25px;
        }

        .results-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
        }

        .result-card {
            padding: 25px;
            border-radius: 15px;
            text-align: center;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            color: white;
        }

        .result-card h4 {
            font-size: 0.9rem;
            margin-bottom: 10px;
            color: rgba(255, 255, 255, 0.85);
            opacity: 1;
        }

        .result-card .value {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 5px;
            color: white;
        }

        .bg-blue,
        .bg-green,
        .bg-red,
        .bg-purple,
        .bg-orange,
        .bg-gray {
            background: linear-gradient(135deg, #493592, #1c0a41);
        }


        .analysis-section {
            margin-top: 40px;
            padding: 30px;
            background: white;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }

        .analysis-tabs {
            display: flex;
            margin-bottom: 30px;
            border-bottom: 2px solid #e2e8f0;
        }

        .analysis-tab {
            padding: 12px 24px;
            cursor: pointer;
            border-bottom: 3px solid transparent;
            font-weight: 600;
            transition: all 0.3s ease;
        }

        .analysis-tab.active {
            border-bottom-color: #493592;
            color: #493592;
        }

        .chart-container {
            position: relative;
            height: 400px;
            margin-bottom: 30px;
        }

        .comparison-grid {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            gap: 20px;
            margin-top: 30px;
        }

        .comparison-card {
            padding: 20px;
            background: #f8fafc;
            border-radius: 12px;
            border-left: 4px solid #493592;
        }

        .kpi-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 20px;
            margin-top: 30px;
        }

        .kpi-card {
            padding: 20px;
            background: linear-gradient(135deg, #f8fafc, #edf2f7);
            border-radius: 12px;
            text-align: center;
            border: 2px solid #e2e8f0;
            transition: transform 0.3s ease;
        }

        .kpi-card:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
        }

        .status-indicator {
            display: inline-block;
            padding: 6px 12px;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 600;
            margin-left: 10px;
        }

        .status-excellent {
            background: #c6f6d5;
            color: #22543d;
        }

        .status-good {
            background: #bee3f8;
            color: #2a4365;
        }

        .status-warning {
            background: #fef5e7;
            color: #744210;
        }

        .status-poor {
            background: #fed7d7;
            color: #742a2a;
        }

        .icon {
            width: 24px;
            height: 24px;
            display: inline-block;
        }

        @media (max-width: 768px) {
            .main-content {
                grid-template-columns: 1fr;
            }
            .approach-options {
                grid-template-columns: 1fr;
            }
            .results-grid {
                grid-template-columns: 1fr;
            }
            .comparison-grid {
                grid-template-columns: 1fr;
            }
        }
        
        /* === INICIO DE LA CORRECCIÓN === */
        /* Esta regla arregla el color del texto en todos los paneles morados */
        div[style*="background: linear-gradient(135deg, #493592, #1c0a41)"] {
            color: white;
        }
        
        /* Esta regla se asegura de que el texto DENTRO de las tarjetas también sea blanco */
        div[style*="background: linear-gradient(135deg, #493592, #1c0a41)"] div {
            color: white;
        }
        /* === FIN DE LA CORRECCIÓN === *//* End custom CSS */