diff --git a/index.html b/index.html index 109e2cc..fbcd67b 100644 --- a/index.html +++ b/index.html @@ -336,7 +336,7 @@ HERO ══════════════════════════════════════════════════════════ */ .hero { - padding: 104px 0 80px; + padding: 140px 0 80px; text-align: center; position: relative; overflow: hidden; @@ -960,7 +960,7 @@ .features-grid { grid-template-columns: 1fr; } .hero-stats { gap: 24px; } - .hero { padding: 90px 0 60px; } + .hero { padding: 110px 0 60px; } section { padding: 60px 0; } .pricing-card { padding: 32px 24px; } @@ -971,15 +971,7 @@ } } - /* ── Chat Bar (standalone below header) ───────────────── */ - .nav-chat-wrap { - display: flex; - flex-direction: column; - align-items: flex-start; - width: 340px; - max-width: 100%; - position: relative; - } + /* ── Chat ──────────────────────────────────────────────── */ .nav-chat-panel { width: 340px; max-width: 100%; @@ -991,10 +983,11 @@ overflow: hidden; display: none; flex-direction: column; - margin-bottom: 8px; z-index: 9999; + margin-top: 66px; + margin-left: 24px; } - #nav-chat.open .nav-chat-panel { + .nav-chat-panel.open { display: flex; } .nav-chat-main { @@ -1098,7 +1091,7 @@ opacity: 0.6; } @media (max-width: 700px) { - .nav-chat-wrap { display: none; } + .nav-chat-main { display: none; } } @@ -1126,7 +1119,11 @@