diff --git a/protected/mobile/index.html b/protected/mobile/index.html
index e1a2f4e..b1b81f3 100644
--- a/protected/mobile/index.html
+++ b/protected/mobile/index.html
@@ -242,16 +242,6 @@
-
-
diff --git a/protected/mobile/mobile.css b/protected/mobile/mobile.css
index e4e8a9b..cfe2437 100644
--- a/protected/mobile/mobile.css
+++ b/protected/mobile/mobile.css
@@ -454,29 +454,3 @@ html, body {
transform: rotate(-45deg);
}
.m-confirm-list em { font-style: italic; font-weight: 700; color: var(--accent); }
-
-/* ─── Footer ─────────────────────────────────────────────── */
-.m-foot {
- padding: 26px 22px 40px;
- border-top: 1px solid var(--line);
-}
-.m-foot-row {
- display: flex;
- justify-content: space-between;
- align-items: center;
- margin-bottom: 14px;
-}
-.m-foot-project {
- font-family: "Newsreader", Georgia, serif;
- font-size: 16px;
- color: var(--ink);
-}
-.m-foot-project em { font-style: italic; font-weight: 700; color: var(--accent); }
-.m-foot-fenja { height: 18px; width: auto; display: block; opacity: 0.85; }
-.m-foot-note {
- margin: 0;
- font-family: "Manrope", system-ui, sans-serif;
- font-size: 12px;
- color: var(--ink-dim);
-}
-.m-foot-note a { color: var(--ink-soft); }