diff --git a/index.html b/index.html
index 1aaeb1d..734fd07 100644
--- a/index.html
+++ b/index.html
@@ -9,9 +9,9 @@
*{box-sizing:border-box;margin:0;padding:0}
body{font:17px/1.6 -apple-system,BlinkMacSystemFont,"Segoe UI",Inter,system-ui,sans-serif;color:var(--ink);background:var(--white)}
.container{max-width:1140px;margin:0 auto;padding:80px 24px}
-.hero{background:var(--ink);color:var(--white)}
+.hero{background:var(--cyan-50);color:var(--ink)}
.hero h1{font-size:56px;font-weight:800;line-height:1.05;margin-bottom:24px}
-.hero p{font-size:20px;color:#9aa3b2;max-width:600px;margin-bottom:32px}
+.hero p{font-size:20px;color:var(--gray-500);max-width:600px;margin-bottom:32px}
.progress-wrap{position:sticky;top:0;z-index:10;background:var(--white);border-bottom:1px solid var(--gray-100);padding:16px 24px}
.progress-row{max-width:1140px;margin:0 auto;display:flex;align-items:center;gap:16px;flex-wrap:wrap}