@php $sections = [ [ 'n' => '01', 'title' => __('Information we collect'), 'body' => '

' . __('Account & profile data') . '

' . __('When you sign up we collect your name, work email, phone number, country, timezone, password (hashed via bcrypt), and any profile photo you upload.') . '

' . __('Workspace & operational data') . '

' . __('To deliver the Service we process: workspace name, connected WhatsApp numbers, broadcast templates, flow definitions, contact lists, team-member emails and roles, billing details, and audit-log events.') . '

' . __('Customer message data') . '

' . __(':brand stores the messages, attachments, and metadata that flow through your workspace. You are the data controller for this content; we act as a processor under our DPA.', ['brand' => brand_name()]) . '

' . __('Usage & telemetry') . '

' . __('Anonymous usage events (page views, feature clicks, performance metrics) and standard server logs (IP address, browser type, request time) are captured for security and product improvement.') . '

', ], [ 'n' => '02', 'title' => __('How we use your information'), 'body' => '

' . __('We use the data we collect to:') . '

' . __('We never sell your data or your customers\' data.') . '

', ], [ 'n' => '03', 'title' => __('Sharing of information'), 'body' => '

' . __('We share data only in these limited circumstances:') . '

', ], [ 'n' => '04', 'title' => __('Cookies & tracking'), 'body' => '

' . __('We use first-party cookies for session management, security, and analytics. We do not use cross-site advertising cookies. Detailed list in our') . ' ' . __('Cookie Policy') . '.

', ], [ 'n' => '05', 'title' => __('Data retention'), 'body' => '

' . __('We retain personal data for as long as your account is active. After account termination:') . '

', ], [ 'n' => '06', 'title' => __('Data security'), 'body' => '

' . __('We implement industry-standard safeguards:') . '

', ], [ 'n' => '07', 'title' => __('Your rights'), 'body' => '

' . __('Depending on your jurisdiction (GDPR, CCPA, India DPDP Act 2023) you may have rights to:') . '

' . __('Email privacy@wadesk.io to exercise any right. We respond inside 30 days.') . '

', ], [ 'n' => '08', 'title' => __('International transfers'), 'body' => '

' . __('Customer data is hosted in the region you select (EU, US, or India on Scale plans). Where data crosses borders we rely on Standard Contractual Clauses (SCCs) approved by the European Commission and supplementary measures for adequate protection.') . '

', ], [ 'n' => '09', 'title' => __('Children\'s privacy'), 'body' => '

' . __(':brand is a business tool not intended for users under 18. We do not knowingly collect data from children. If you believe we have, email privacy@wadesk.io.', ['brand' => brand_name()]) . '

', ], [ 'n' => '10', 'title' => __('Changes to this policy'), 'body' => '

' . __('Material changes to this Privacy Policy will be notified by email at least 30 days before they take effect. The "Updated" date at the top reflects the latest revision.') . '

', ], [ 'n' => '11', 'title' => __('Contact us'), 'body' => '

' . __('Data Protection Officer:') . ' privacy@wadesk.io

' . __('EU Representative:') . ' eu-rep@wadesk.io

' . __('Mailing address:') . ' WaDesk, Inc. · 42 Cubbon Park Road, Bengaluru 560001, India

', ], ]; @endphp