diff --git a/@deployments/atlilith.www/locales/en/landing-compare-privacy.json b/@deployments/atlilith.www/locales/en/landing-compare-privacy.json
index 110842a84..4ec179a04 100644
--- a/@deployments/atlilith.www/locales/en/landing-compare-privacy.json
+++ b/@deployments/atlilith.www/locales/en/landing-compare-privacy.json
@@ -1,7 +1,7 @@
{
"meta": {
"title": "Adult Platform Privacy Audit 2026 | Lilith vs Industry",
- "description": "We scanned 38 escort, creator, and adult platforms. Average privacy score: 37/100. Lilith: zero trackers detected. See the full comparison and methodology."
+ "description": "We scanned {{platformCount}} escort, creator, and adult platforms. Average privacy score: {{averageScore}}/100. Lilith: zero trackers detected. See the full comparison and methodology."
},
"hero": {
"badge": "Privacy Audit 2026",
diff --git a/features/client-intel/frontend-showcase/index.html b/features/client-intel/frontend-showcase/index.html
index 174082b89..c8e159b9d 100644
--- a/features/client-intel/frontend-showcase/index.html
+++ b/features/client-intel/frontend-showcase/index.html
@@ -8,6 +8,7 @@
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background: #0f0f1a; color: #ffffff; }
#root { height: 100vh; display: flex; flex-direction: column; }
+ button:focus-visible { outline: 2px solid currentColor; outline-offset: 2px; }
diff --git a/features/client-intel/frontend-user/src/components/ClientAlertCard.tsx b/features/client-intel/frontend-user/src/components/ClientAlertCard.tsx
index ee738735f..e2f9972d3 100644
--- a/features/client-intel/frontend-user/src/components/ClientAlertCard.tsx
+++ b/features/client-intel/frontend-user/src/components/ClientAlertCard.tsx
@@ -81,6 +81,7 @@ export function ClientAlertCard({ client, severity, onViewProfile }: ClientAlert
{onViewProfile && (