@php $sections = [ [ 'n' => '01', 'title' => __('Acceptance of terms'), 'body' => '

' . __('By creating an account, accessing, or using the :brand platform ("Service"), you agree to be bound by these Terms of Service ("Terms"). If you are accepting on behalf of a company, you represent that you have authority to bind that entity.', ['brand' => brand_name()]) . '

' . __('If you do not agree to these Terms, do not use the Service.') . '

', ], [ 'n' => '02', 'title' => __('Account & registration'), 'body' => '

' . __('To use the Service you must register for an account by providing accurate and complete information, including a valid business email and verified WhatsApp number where applicable.') . '

', ], [ 'n' => '03', 'title' => __('Subscription & billing'), 'body' => '

' . __('Paid plans are billed in advance on a recurring monthly or annual basis. Pay-as-you-go message credits are deducted from your wallet as you ship.') . '

' . __('Billing cycle') . '

' . __('Subscription fees auto-renew at the end of each billing period unless cancelled before the renewal date. You can cancel anytime from your account settings.') . '

' . __('Taxes') . '

' . __('All fees are exclusive of applicable taxes (GST, VAT, sales tax). Taxes are added at checkout based on your billing address.') . '

', ], [ 'n' => '04', 'title' => __('Use of the service'), 'body' => '

' . __('You agree to use the Service in compliance with all applicable laws, including data-protection laws (GDPR, CCPA, DPDP Act 2023), anti-spam laws, and Meta\'s WhatsApp Business Policy.') . '

' . __(':brand is a multi-tenant SaaS — you receive a non-exclusive, non-transferable, revocable licence to use the Service per your plan tier.', ['brand' => brand_name()]) . '

', ], [ 'n' => '05', 'title' => __('Acceptable use'), 'body' => '

' . __('You may not use :brand to send spam, phishing messages, malware, illegal content, or messages without proper opt-in consent. Detailed restrictions are listed in our', ['brand' => brand_name()]) . ' ' . __('Acceptable Use Policy') . '.

' . __('Violations may result in immediate suspension of your account without refund.') . '

', ], [ 'n' => '06', 'title' => __('Customer data & privacy'), 'body' => '

' . __('You retain all rights to customer data uploaded to the Service. We process this data as a processor under our') . ' ' . __('Privacy Policy') . ' ' . __('and standard Data Processing Agreement (available on request).') . '

', ], [ 'n' => '07', 'title' => __('Intellectual property'), 'body' => '

' . __('All :brand software, designs, trademarks, and documentation remain the property of WaDesk, Inc. You may not copy, modify, reverse engineer, or create derivative works.', ['brand' => brand_name()]) . '

' . __('Feedback you provide may be used by us without obligation. You retain ownership of your content, templates, flows, and customer data.') . '

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

' . __('Each party agrees to keep the other\'s confidential information confidential and to use it only for purposes of the Service. This obligation survives termination for 3 years.') . '

', ], [ 'n' => '09', 'title' => __('Warranties & disclaimers'), 'body' => '

' . __('The Service is provided "as is" without warranty of any kind. We do not guarantee uninterrupted operation or that the Service will meet your specific requirements.') . '

' . __('Scale plan customers receive a 99.95% uptime SLA with credits per the SLA document. All other plans have no uptime guarantee.') . '

', ], [ 'n' => '10', 'title' => __('Limitation of liability'), 'body' => '

' . __('To the maximum extent permitted by law, :brand\'s aggregate liability under these Terms is capped at the fees you paid us in the 12 months preceding the claim.', ['brand' => brand_name()]) . '

' . __('We are not liable for indirect, incidental, consequential, special, or punitive damages, including lost profits or data.') . '

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

' . __('You agree to indemnify and hold :brand harmless from any claims, damages, or expenses arising from your violation of these Terms, your use of the Service, or your customer data.', ['brand' => brand_name()]) . '

', ], [ 'n' => '12', 'title' => __('Termination'), 'body' => '

' . __('You may cancel your subscription anytime from account settings — cancellation takes effect at the end of the current billing period.') . '

' . __('We may suspend or terminate your account immediately if you breach these Terms, violate the Acceptable Use Policy, or fail to pay fees when due.') . '

' . __('Upon termination you may export your data for 30 days. After 30 days, customer data is permanently deleted from our systems and backups within 90 days.') . '

', ], [ 'n' => '13', 'title' => __('Governing law & disputes'), 'body' => '

' . __('These Terms are governed by the laws of India (for customers billed in INR) or Delaware, USA (for all other customers). Disputes will be resolved by binding arbitration in Bengaluru or San Francisco, respectively.') . '

', ], [ 'n' => '14', 'title' => __('Changes to these terms'), 'body' => '

' . __('We may update these Terms from time to time. Material changes will be notified by email at least 30 days before they take effect. Continued use of the Service constitutes acceptance.') . '

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

' . __('Questions about these Terms? Email') . ' legal@wadesk.io.

' . __('WaDesk, Inc. · 42 Cubbon Park Road, Bengaluru 560001, India · CIN U72900KA2024PTC123456') . '

', ], ]; @endphp