@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;800;900&display=swap";
:root{--bg:#f8fafc;--text:#1e293b;--primary:#0369a1;--accent:#f472b6;--glass:#ffffffb3;--border:#e2e8f0}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:75px;font-family:Outfit,sans-serif}body{background-color:var(--bg);color:var(--text);margin:0;padding:0;overflow-x:hidden}a{color:inherit;text-decoration:none}.navbar{background:var(--glass);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);z-index:1000;justify-content:space-between;align-items:center;width:100%;height:75px;padding:0 40px;display:flex;position:sticky;top:0;left:0}.nav-brand{color:var(--text);letter-spacing:-.5px;font-size:24px;font-weight:900}.nav-links{align-items:center;gap:30px;display:flex}.nav-link{color:#64748b;font-weight:600;transition:color .2s}.nav-link:hover{color:var(--primary)}.nav-action{background:var(--text);color:#fff;border-radius:100px;padding:12px 24px;font-weight:800;transition:transform .2s}.nav-action:hover{transform:scale(1.05)}.mobile-nav-btn{color:var(--text);background:#e2e8f0;border-radius:8px;padding:10px 20px;font-weight:700;display:none}@media (max-width:768px){.navbar{padding:0 20px}.nav-links{display:none}.mobile-nav-btn{display:block}}.footer{color:#94a3b8;background-color:#0f172a;border-top:1px solid #1e293b;margin-top:auto;padding:80px 40px 30px}.footer-grid{flex-wrap:wrap;justify-content:space-between;gap:40px;max-width:1000px;margin:0 auto 50px;display:flex}.footer-col{flex-direction:column;gap:12px;min-width:150px;display:flex}.footer-brand{color:#f8fafc;margin-bottom:5px;font-size:24px;font-weight:900}.footer-desc{color:#64748b;max-width:250px;font-size:14px;line-height:1.6}.footer-col h4{color:#f8fafc;text-transform:uppercase;letter-spacing:.5px;margin-bottom:15px;font-size:16px;font-weight:800}.footer-col a{cursor:pointer;font-size:15px;font-weight:500;transition:color .2s}.footer-col a:hover{color:#f8fafc}.footer-bottom{text-align:center;color:#475569;border-top:1px solid #1e293b;padding-top:30px;font-size:13px;font-weight:600}
.chat-fab{color:#fff;cursor:pointer;z-index:10000;background:#0369a1;border:none;border-radius:30px;justify-content:center;align-items:center;width:60px;height:60px;font-size:24px;transition:transform .2s;display:flex;position:fixed;bottom:30px;right:30px;box-shadow:0 10px 25px #0369a166}.chat-fab:hover{transform:scale(1.1)}.chat-window{z-index:10000;background:#fff;border:1px solid #e2e8f0;border-radius:20px;flex-direction:column;width:350px;height:500px;max-height:calc(100vh - 120px);animation:.3s cubic-bezier(.175,.885,.32,1.275) forwards popUp;display:flex;position:fixed;bottom:100px;right:30px;overflow:hidden;box-shadow:0 15px 40px #00000026}@keyframes popUp{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.chat-header{color:#fff;background:#1e293b;border-bottom:2px solid #334155;align-items:center;gap:10px;padding:20px;display:flex}.chat-status{background:#10b981;border-radius:5px;width:10px;height:10px;box-shadow:0 0 8px #10b981}.chat-header h4{letter-spacing:.5px;margin:0;font-size:16px;font-weight:800}.chat-body{background:#f8fafc;flex-direction:column;flex:1;gap:15px;padding:20px;display:flex;overflow-y:auto}.chat-msg{border-radius:16px;max-width:85%;padding:12px 16px;font-size:14px;font-weight:500;line-height:1.5}.chat-msg strong{color:#0369a1;font-weight:900!important}.chat-msg em{color:#f472b6;font-style:italic;font-weight:700}.msg-ai{color:#1e293b;background:#e2e8f0;border-bottom-left-radius:4px;align-self:flex-start}.msg-user{color:#fff;background:#0369a1;border-bottom-right-radius:4px;align-self:flex-end}.chat-footer{background:#fff;border-top:1px solid #e2e8f0;gap:10px;padding:15px;display:flex}.chat-footer input{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:20px;outline:none;flex:1;padding:12px 16px;font-size:14px;transition:border-color .2s}.chat-footer input:focus{border-color:#0369a1}.chat-footer button{color:#fff;cursor:pointer;background:#1e293b;border:none;border-radius:22px;justify-content:center;align-items:center;width:45px;height:45px;font-weight:800;display:flex}@media (max-width:768px){.chat-window{border-radius:0;width:100vw;height:100vh;max-height:100vh;bottom:0;right:0}.chat-fab{bottom:20px;right:20px}}.typing-dots span{font-size:20px;line-height:10px;animation:1.4s infinite both typing;display:inline-block}.typing-dots span:first-child{animation-delay:0s}.typing-dots span:nth-child(2){animation-delay:.2s}.typing-dots span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,80%,to{opacity:0;transform:scale(0)}40%{opacity:1;transform:scale(1)}}
