<Fieldlabel="First Name (English) *"value={account.firstName}onChange={v=>setAccount({...account,firstName:v})}placeholder="John"/>
<Fieldlabel="Last Name (English) *"value={account.lastName}onChange={v=>setAccount({...account,lastName:v})}placeholder="Doe"/>
<Fieldlabel="Full Name (Arabic) *"value={account.nameArabic}onChange={v=>setAccount({...account,nameArabic:v})}placeholder="الاسم بالعربي"className="sm:col-span-2"/>
<Fieldlabel="National ID *"value={account.nationalId}onChange={v=>setAccount({...account,nationalId:v})}placeholder="14 digits"/>
<Fieldlabel="Date of Birth *"value={account.dateOfBirth}onChange={v=>setAccount({...account,dateOfBirth:v})}type="date"/>
<p>The Contractor acknowledges that deductions may be applied for deadline violations, reporting violations, quality violations, and communication violations as outlined in the company's deduction matrix. Deductions are categorized from A1 to D4 with amounts proportional to the violation severity and the Contractor's daily rate or monthly salary.</p>
<p>All work product, code, designs, assets, and intellectual property created during the engagement are the exclusive property of AL-Arcade. The Contractor assigns all rights, title, and interest in and to any work product to the Company.</p>
<p>The Contractor agrees to maintain strict confidentiality regarding all proprietary information, trade secrets, business strategies, client data, and internal operations of AL-Arcade for the duration of the engagement and for a period of 2 years following termination.</p>
<p>Either party may terminate this agreement with 30 calendar days written notice. The Company may terminate immediately for cause including but not limited to: PIP failure, reaching the 40% deduction threshold, falsified reports, or disappearance (3+ consecutive unreported working days).</p>
<h4className="font-semibold text-foreground mt-4">5. Code of Conduct</h4>
<p>The Contractor agrees to maintain professional conduct in all system interactions, complete daily reports on time, respond to communications within 24 working hours, and attend all scheduled meetings.</p>
<h4className="font-semibold text-foreground mt-4">6. Data & Security Policy</h4>
<p>The Contractor agrees to follow all data security protocols, use strong passwords, not share credentials, and report any security concerns immediately.</p>
<p>The Contractor acknowledges that their actual salary may be adjusted by the Super Admin at any time. The base salary calculated from the schedule is a starting point and may be overridden higher or lower based on the Contractor's experience, performance, and market factors.</p>
<divclassName="h-20"/>{/* Extra space to ensure scrollable */}