@extends('layouts.app') @php // Locale über die Registry (erkennt auch den EN-Host privacy.kotsch.tech) — siehe Layout. $routeLocale = (new \App\Support\SubdomainRegistry())->currentLocale(); $tr = fn ($de, $en) => $routeLocale === 'en' ? $en : $de; // Bis zu 7 Bereiche umkreisen das Schild — Positionen vorab trigonometrisch berechnet. $orbit = $areas->take(7)->values(); $on = max($orbit->count(), 1); @endphp @section('title', $tr('Datenschutz pro Bereich & App | KOTSCH.TECH', 'Privacy per Section & App | KOTSCH.TECH')) @section('meta_description', $tr('Datenschutz auf einen Blick: die allgemeine Erklärung plus eigene Datenschutz-Hinweise für jeden Bereich, jede App und jedes Windows-Programm von KOTSCH.TECH.', 'Privacy at a glance: the general policy plus dedicated privacy notes for every section, app and Windows program by KOTSCH.TECH.')) @section('content') @include('datenschutz.partials.styles')
{{-- ── Hero ───────────────────────────────────────────────────── --}}
{{ $tr('Datenschutz', 'Privacy') }}

{{ $tr('Datenschutz,', 'Privacy,') }} {{ $tr('klar nach Bereich', 'clear by section') }}

{{ $tr('Die allgemeine Erklärung gilt für alles. Zusätzlich gibt es für jeden Bereich, jede App und jedes Programm einen eigenen, verständlichen Datenschutz-Hinweis — ohne Juristennebel.', 'The general policy covers everything. On top of that, there is a dedicated, plain-language privacy note for every section, app and program — no legal fog.') }}

{{ $tr('Allgemeine Erklärung', 'General policy') }} {{ $tr('Bereiche ansehen', 'Browse sections') }}
{{ $areas->count() }}
{{ $tr('Bereiche', 'Sections') }}
{{ $iosApps->count() }}
{{ $tr('Apps', 'Apps') }}
{{ $windowsApps->count() }}
{{ $tr('Programme', 'Programs') }}
{{-- Signatur-Szene: Schild mit umkreisenden Bereichs-Chips --}}
{{-- ── Trust-Ticker ───────────────────────────────────────────── --}} @php $trust = [ ['fa-scale-balanced', $tr('DSGVO als Grundlage', 'GDPR as the basis')], ['fa-comment', $tr('Klartext statt Juristennebel', 'Plain language, no fog')], ['fa-feather', $tr('Datensparsam by default', 'Data-minimal by default')], ['fa-layer-group', $tr('Pro Bereich erklärt', 'Explained per section')], ['fa-bullhorn', $tr('Werbung nur mit Einwilligung', 'Ads only with consent')], ['fa-microchip', $tr('Viele Tools laufen lokal', 'Many tools run locally')], ['fa-clock-rotate-left', $tr('Auto-Löschung beim PDF-Teilen', 'Auto-deletion when sharing PDFs')], ]; @endphp {{-- ── Allgemein-Feature ──────────────────────────────────────── --}}
{{ $tr('Allgemeine Datenschutzerklärung', 'General privacy policy') }} {{ $tr('Gilt für die gesamte Plattform: Hosting, Kontakt, Mail, Cookies, Werbung und deine Rechte.', 'Applies to the whole platform: hosting, contact, mail, cookies, advertising and your rights.') }} {{ $tr('Lesen', 'Read') }}
{{-- ── Bereiche ───────────────────────────────────────────────── --}}

{{ $tr('Bereiche', 'Sections') }}

{{ $tr('Datenschutz-Hinweise je Dienst — vom Shop bis zur Umfrage.', 'Privacy notes per service — from the shop to the survey.') }}

{{-- ── iOS / Mac Apps ─────────────────────────────────────────── --}}

{{ $tr('Apps für iPhone, iPad & Mac', 'Apps for iPhone, iPad & Mac') }}

{{ $tr('Jede App verarbeitet Daten grundsätzlich lokal bzw. über Apple.', 'Each app processes data locally or via Apple by default.') }}

{{-- ── Windows-Programme ──────────────────────────────────────── --}}

{{ $tr('Windows-Programme', 'Windows programs') }}

{{ $tr('Laufen lokal auf deinem PC — ohne Telemetrie an uns.', 'Run locally on your PC — no telemetry sent to us.') }}

@endsection