===== inquiry.html ===== Lifinity Labs | Institutional Inquiry
Lifinity Labs
Institutional Career-Readiness Infrastructure
Back to Overview
Institutional Inquiry

Request an institutional pilot conversation.

Share a few details about your institution, team, and interest area. This keeps the motion proposal-first and lets Lifinity Labs respond in a structured way.

Back to Overview
===== inquiry-success.html ===== Lifinity Labs | Inquiry Received
Lifinity Labs
Institutional Career-Readiness Infrastructure
Back to Overview
Inquiry Received

Thank you. Your institutional inquiry has been received.

Lifinity Labs can now review your submission and follow up through the right next-step conversation.

===== assets/script.js ===== (function() { const params = new URLSearchParams(window.location.search); const interest = params.get('interest'); const hidden = document.getElementById('interestField'); const display = document.getElementById('interestDisplay'); const allowed = ['pilot', 'managed', 'general']; const value = allowed.includes(interest) ? interest : 'general'; if (hidden) hidden.value = value; if (display) display.value = value; if (display && hidden) { display.addEventListener('change', function() { hidden.value = display.value; }); } })(); ===== _redirects ===== / /index.html 200 /engagements /engagements.html 200 /inquiry /inquiry.html 200 /inquiry-success /inquiry-success.html 200