diff --git a/index.html b/index.html index 576a7c7..3cf3edd 100644 --- a/index.html +++ b/index.html @@ -10,9 +10,9 @@ body{font:17px/1.6 -apple-system,BlinkMacSystemFont,"Segoe UI",Inter,system-ui,sans-serif;color:var(--ink);background:var(--white)} .container{max-width:720px;margin:0 auto;padding:80px 24px} -.hero{background:var(--ink);color:var(--white);text-align:center} +.hero{background:var(--cyan-50);color:var(--ink);text-align:center} .hero h1{font-size:48px;font-weight:800;line-height:1.1;margin-bottom:16px} -.hero p{font-size:18px;color:#9aa3b2;margin-bottom:0} +.hero p{font-size:18px;color:var(--gray-500);margin-bottom:0} header{padding:24px 0;border-bottom:1px solid var(--gray-100);position:sticky;top:0;background:var(--white);z-index:10} header .container{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;padding-top:16px;padding-bottom:16px}