@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.') . '
laravel_session — ' . __('keeps you logged in (HttpOnly, Secure, SameSite=Lax)') . 'XSRF-TOKEN — ' . __('CSRF protection for form submissions') . 'wadesk_workspace — ' . __('remembers which workspace you last viewed') . 'theme_preference — ' . __('remembers light / dark / doodle theme choice') . '' . __('Improve the user experience but are not strictly required. You can opt out via the cookie banner.') . '
wa_locale — ' . __('preferred interface language') . 'announcement_dismissed — ' . __('tracks which announcement bars you have closed') . 'onboarding_step — ' . __('resumes the setup wizard where you left off') . '' . __('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.') . '
plausible_visitor — ' . __('anonymous page-view counter (Plausible, EU-hosted)') . 'posthog_session — ' . __('product analytics (PostHog Cloud EU, scrubbed of PII)') . '' . __('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' => '' . __('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".') . '
' . __('Most browsers let you block or delete cookies. Note that blocking essential cookies will prevent you from logging in or using the Service.') . '
' . __('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