// Primus IQ — Auth: Login + Onboarding (v1) // Self-contained: no dependency on other components. All styling via CSS tokens. // ── TAXONOMY ────────────────────────────────────────────────────────────────── const TAXONOMY = { designations: [ { value: "analyst", label: "Analyst" }, { value: "consultant", label: "Consultant" }, { value: "sr. consultant", label: "Sr. Consultant" }, { value: "software engineer", label: "Software Engineer" }, { value: "manager", label: "Manager" }, { value: "avp", label: "AVP" }, { value: "senior software engineer", label: "Senior Software Engineer" }, { value: "vp", label: "VP" }, { value: "ed", label: "ED" }, { value: "md/ceo", label: "MD/CEO" }, { value: "system manager", label: "System Manager" }, { value: "sr. system manager", label: "Sr. System Manager" }, ], domains: ["Strategy", "Public Policy", "IT/Digital", "Finance", "Operations", "ESG"], skills: [ "Financial Modeling", "Market Research", "Stakeholder Engagement", "Policy Analysis", "Data Analytics", "Project Management", "Business Development", "Process Optimization", ], tools: ["PowerPoint", "Excel", "Power BI", "Tableau", "Python", "SQL", "QGIS"], methodologies: [ "Theory of Change", "Value Chain Analysis", "Porter's Five Forces", "Lean", "Agile", ], industries: [ "Industrial Development", "Smart Cities", "Rural Growth", "Digital Government", "Climate & Energy", "Health Systems", "Financial Inclusion", ], regions: [ "Pan-India", "North India", "South India", "East India", "West India", "APAC", "MENA", "Africa", "Europe", ], languages: ["English", "Hindi", "Tamil", "Telugu", "Marathi", "Bengali", "Gujarati"], practices: [ "Public Policy Realization", "Sector Potential Realization", "Impact Realization", "Economic Potential Realization", "Data & Digital Strategy", "Transaction Realization", ], }; window.TAXONOMY = TAXONOMY; // ── LoginVideo ──────────────────────────────────────────────────────────────── const LoginVideo = () => ( <>