@php $sections = [ [ 'n' => '01', 'title' => __('What are cookies'), 'body' => '

' . __('Cookies are small text files placed on your device when you visit a website. They enable the site to remember actions and preferences (login, language, font size, etc.) so you do not have to re-enter them on each visit.') . '

' . __('We also use related technologies including localStorage, sessionStorage, and pixel tags. For brevity we refer to all of these as "cookies" in this policy.') . '

', ], [ 'n' => '02', 'title' => __('Essential cookies'), 'body' => '

' . __('Required for the Service to function. Cannot be disabled.') . '

' . __('Examples') . '

', ], [ 'n' => '03', 'title' => __('Functional cookies'), 'body' => '

' . __('Improve the user experience but are not strictly required. You can opt out via the cookie banner.') . '

', ], [ 'n' => '04', 'title' => __('Analytics cookies'), 'body' => '

' . __('Help us understand how the Service is used so we can improve it. All analytics are first-party and anonymised — no third-party trackers, no cross-site advertising.') . '

' . __('You can opt out by setting your browser\'s "Do Not Track" header — we honor it.') . '

', ], [ 'n' => '05', 'title' => __('Third-party cookies'), 'body' => '

' . __(':brand does not embed third-party advertising networks. The only third-party cookies you may encounter are from services you explicitly connect to (Stripe checkout, Google Calendar OAuth, Shopify OAuth, etc.), and only during the connect flow.', ['brand' => brand_name()]) . '

', ], [ 'n' => '06', 'title' => __('How to control cookies'), 'body' => '

' . __('Via our cookie banner') . '

' . __('On your first visit you see a banner with "Accept all" and "Manage preferences" options. You can revisit your choices anytime from the footer link "Cookie settings".') . '

' . __('Via your browser') . '

' . __('Most browsers let you block or delete cookies. Note that blocking essential cookies will prevent you from logging in or using the Service.') . '

', ], [ 'n' => '07', 'title' => __('Updates to this policy'), 'body' => '

' . __('We may update this Cookie Policy when we add or remove cookies. Material changes will be posted on the cookie banner for 30 days.') . '

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

' . __('Questions about cookies? Email') . ' privacy@wadesk.io.

', ], ]; @endphp