diff --git a/index.html b/index.html
index 34d29e1..70ac9be 100644
--- a/index.html
+++ b/index.html
@@ -243,7 +243,6 @@
-
or: cargo install tui-pages-cli
diff --git a/static/css/site.css b/static/css/site.css
index 4e7edcf..72e63b1 100644
--- a/static/css/site.css
+++ b/static/css/site.css
@@ -124,15 +124,6 @@ body {
radial-gradient(circle at 85% 70%, rgba(126, 231, 135, 0.05), transparent 35%);
}
-/* ---------- Soft float for the hero terminal ----------------------------- */
-@keyframes tp-float {
- 0%, 100% { transform: translateY(0); }
- 50% { transform: translateY(-6px); }
-}
-.tp-float {
- animation: tp-float 6s ease-in-out infinite;
-}
-
/* ---------- Glass nav ---------------------------------------------------- */
.tp-nav {
background: rgba(9, 9, 11, 0.65);