diff --git a/static/index.html b/static/index.html
index 7dfd69d..2cffedc 100644
--- a/static/index.html
+++ b/static/index.html
@@ -76,7 +76,7 @@
}
html { scroll-behavior: smooth; }
- body { font-family: 'Inter', sans-serif; color: var(--text); background: var(--white); line-height: 1.6; }
+ body { font-family: 'Inter', sans-serif; color: var(--text); background: var(--white); line-height: 1.6; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
@@ -551,7 +551,7 @@
/* ── Mobile overrides for added sections ─────────── */
@media (max-width: 768px) {
- #commitment .reveal > div,
+ #commitment .reveal,
#technical-consultancy .reveal { grid-template-columns: 1fr !important; gap: 32px !important; }
#audits .container > .reveal { grid-template-columns: 1fr !important; }
#career .container > .reveal { grid-template-columns: 1fr !important; }