.chatbot-toggle{position:fixed;bottom:24px;right:24px;width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(102,126,234,.4);z-index:9999;transition:all .3s ease}.chatbot-toggle:hover{transform:scale(1.1);box-shadow:0 6px 30px rgba(102,126,234,.5)}.chatbot-badge{position:absolute;top:-4px;right:-4px;background:#fbbf24;color:#1f2937;font-size:12px;font-weight:700;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid #fff}.chatbot-container{position:fixed;bottom:24px;right:24px;width:380px;max-width:calc(100vw - 48px);height:600px;max-height:calc(100vh - 48px);background:#fff;border-radius:16px;box-shadow:0 8px 40px rgba(0,0,0,.15);display:flex;flex-direction:column;z-index:9999;overflow:hidden;font-family:Poppins,sans-serif}.chatbot-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid hsla(0,0%,100%,.1)}.chatbot-header-content{display:flex;align-items:center;gap:12px}.chatbot-header-content h3{margin:0;font-size:18px;font-weight:700}.chatbot-header-content p{margin:0;font-size:12px;opacity:.9}.chatbot-close{background:hsla(0,0%,100%,.2);border:none;color:#fff;width:32px;height:32px;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.chatbot-close:hover{background:hsla(0,0%,100%,.3)}.chatbot-messages{flex:1 1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:16px;background:#f9fafb}.chatbot-message{display:flex;gap:10px;max-width:85%;animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.user-message{align-self:flex-end;flex-direction:row-reverse}.bot-message{align-self:flex-start}.chatbot-message-avatar{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.user-message .chatbot-message-avatar{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.bot-message .chatbot-message-avatar{background:#e5e7eb;color:#667eea}.chatbot-message-content{background:#fff;padding:12px 16px;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.08)}.user-message .chatbot-message-content{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.bot-message .chatbot-message-content{background:#fff;color:#1f2937}.chatbot-message-content p{margin:0;font-size:14px;line-height:1.5;white-space:pre-line}.chatbot-message-time{display:block;font-size:10px;opacity:.6;margin-top:4px}.chatbot-typing{display:flex;gap:4px;padding:8px 0}.chatbot-typing span{width:8px;height:8px;border-radius:50%;background:#667eea;animation:typing 1.4s infinite}.chatbot-typing span:nth-child(2){animation-delay:.2s}.chatbot-typing span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{transform:translateY(0);opacity:.7}30%{transform:translateY(-10px);opacity:1}}.chatbot-input-container{padding:16px;background:#fff;border-top:1px solid #e5e7eb;display:flex;gap:8px;align-items:center}.chatbot-input{flex:1 1;padding:12px 16px;border:2px solid #e5e7eb;border-radius:24px;font-size:14px;font-family:inherit;outline:none;transition:all .2s ease}.chatbot-input:focus{border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.chatbot-input:disabled{background:#f3f4f6;cursor:not-allowed}.chatbot-send{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.chatbot-send:hover:not(:disabled){transform:scale(1.05);box-shadow:0 4px 12px rgba(102,126,234,.3)}.chatbot-send:disabled{opacity:.5;cursor:not-allowed}@media (max-width:768px){.chatbot-container{width:calc(100vw - 32px);height:calc(100vh - 32px);max-height:calc(100vh - 32px);bottom:16px;right:16px;border-radius:12px}.chatbot-toggle{bottom:16px;right:16px;width:56px;height:56px}.chatbot-header{padding:14px 16px}.chatbot-header-content h3{font-size:16px}.chatbot-messages{padding:16px}.chatbot-message{max-width:90%}}@media (max-width:480px){.chatbot-container{width:100vw;height:100vh;max-height:100vh;bottom:0;right:0;border-radius:0}.chatbot-toggle{bottom:16px;right:16px}}@keyframes pulse{0%,to{transform:scale(1);box-shadow:0 8px 32px rgba(0,0,0,.1)}50%{transform:scale(1.02);box-shadow:0 12px 40px rgba(0,0,0,.15)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes logoGlow{0%,to{filter:drop-shadow(0 4px 12px rgba(102,126,234,.2))}50%{filter:drop-shadow(0 6px 20px rgba(102,126,234,.4))}}@keyframes textShine{0%{background-position:-200%}to{background-position:200%}}.logo:hover{animation:logoGlow 2s ease-in-out infinite}.logo-main,.logo-sub{background-size:200% auto}body{margin:0;font-family:Poppins,sans-serif;background-color:#f9f9f9}.header{display:flex;justify-content:space-between;align-items:center;padding:0 40px;height:70px;background:linear-gradient(135deg,hsla(0,0%,100%,.95),rgba(248,250,252,.98));backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);box-shadow:0 4px 20px rgba(102,126,234,.1);border-bottom:1px solid rgba(102,126,234,.2);position:-webkit-sticky;position:sticky;top:0;z-index:1000;transition:all .3s ease}.header:hover{box-shadow:0 8px 30px rgba(102,126,234,.15);border-bottom:1px solid rgba(102,126,234,.3)}.header-left{display:flex;align-items:center;margin-left:-54px}.logo{width:150px;height:auto;margin-right:8px;margin-top:10px}@media (width:344px),(width:360px),(width:375px),(width:390px),(width:412px),(width:414px),(width:430px),(width:520px),(width:540px){.logo{margin-right:20px}}.logo-text{line-height:1.2;margin-left:-56px;margin-top:-22px}.logo-main{margin:29px 0 0}.logo-main,.logo-sub{font-size:21px;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2 50%,#fbbf24);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;transition:all .3s ease;text-shadow:0 2px 4px rgba(102,126,234,.1)}.logo-sub{margin:-5px 0 0}.navigation{display:flex;gap:30px}.navigation a{text-decoration:none;color:#555;font-weight:500;transition:all .3s ease;position:relative;padding:8px 16px;border-radius:8px}.navigation a:hover{color:#667eea;background:rgba(102,126,234,.1);transform:translateY(-2px)}.navigation a:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background:linear-gradient(135deg,#667eea,#764ba2);transition:all .3s ease;transform:translateX(-50%)}.navigation a:hover:after{width:80%}.header-right{display:flex;gap:10px}.btn{padding:8px 16px;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;border:none;transition:all .3s ease;position:relative;overflow:hidden;white-space:nowrap}.btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.2),transparent);transition:left .5s}.btn:hover:before{left:100%}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 15px rgba(102,126,234,.3)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(102,126,234,.4)}.btn-secondary{background-color:transparent;border:2px solid #667eea;color:#667eea}.btn-secondary:hover{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;transform:translateY(-2px);box-shadow:0 8px 25px rgba(102,126,234,.3)}.burger-menu{display:none}@media (max-width:768px){.header{height:70px;padding:0 15px;justify-content:space-between;flex-wrap:nowrap;background:linear-gradient(135deg,hsla(0,0%,100%,.95),rgba(248,250,252,.98))!important;backdrop-filter:blur(15px)!important;-webkit-backdrop-filter:blur(15px)!important;box-shadow:0 4px 20px rgba(102,126,234,.1)!important;border-bottom:1px solid rgba(102,126,234,.2)!important;overflow:visible!important}.header-left{margin-left:0!important;padding-left:0!important;display:flex!important;align-items:center!important;width:auto!important;overflow:visible!important}.header-left,.logo{position:relative!important;z-index:100!important}.logo{width:140px!important;height:auto!important;margin:0 5px 0 0!important;display:inline-block!important;visibility:visible!important;opacity:1!important;float:left!important;min-width:140px!important}.logo-text{margin-left:5px!important;margin-top:0!important;display:inline-block!important;float:left!important;width:auto!important;height:auto!important;overflow:visible!important}.logo-main,.logo-text{visibility:visible!important;position:relative!important;z-index:1000!important;opacity:1!important;white-space:nowrap!important;background:transparent!important}.logo-main{font-size:18px!important;margin-top:5px!important;color:#667eea!important;text-shadow:none!important;-webkit-text-fill-color:#667eea!important}.logo-main,.logo-sub{margin-right:0!important;display:block!important;line-height:1.2!important;font-weight:700!important}.logo-sub{font-size:14px!important;margin-top:0!important;visibility:visible!important;position:relative!important;z-index:1000!important;opacity:1!important;white-space:nowrap!important;color:#764ba2!important;text-shadow:none!important;background:transparent!important;-webkit-text-fill-color:#764ba2!important}.header-right,.navigation{display:none}.burger-menu{display:flex;flex-direction:column;justify-content:space-around;width:25px;height:25px;cursor:pointer;position:absolute;top:50%;right:20px;transform:translateY(-50%);z-index:200!important}.burger-menu span{display:block;width:100%;height:2px;background-color:#333}}@media (min-width:769px) and (max-width:912px){.header{padding:0 30px}.navigation{gap:15px}.navigation a{font-size:13px;padding:6px 12px}.header-right{gap:8px}.btn{padding:6px 12px;font-size:11px}.logo{width:130px;height:auto}.logo-main,.logo-sub{font-size:18px}}@media (min-width:913px) and (max-width:1024px){.header{padding:0 35px}.navigation{gap:20px}.navigation a{font-size:14px;padding:8px 14px}.header-right{gap:10px}.btn{padding:7px 14px;font-size:12px}.logo{width:140px;height:auto}}.hero-section{padding-top:30px!important}@media (width:1280px),(width:344px),(width:390px),(width:412px),(width:414px),(width:430px),(width:540px),(width:768px),(width:820px),(width:853px),(width:912px){.hero-section{padding-top:30px!important;padding-bottom:20px!important;min-height:auto!important}.hero-content{padding:0!important;margin:0!important}.landing-hero{margin-bottom:8px!important;line-height:1.1!important}.hero-content p,.landing-hero{margin-top:0!important;padding:0!important}.hero-content p,.landing-stats{margin-bottom:12px!important}.landing-stats{margin-top:12px!important;padding:0!important}#features{padding-top:15px!important;margin-top:-10px!important}}@media (max-width:540px){.header-left{padding-left:10px!important}.header-left,.logo-text{margin-left:0!important}.logo{width:120px!important;height:auto;opacity:1!important}.logo,.logo-main,.logo-sub{display:block!important;visibility:visible!important}.logo-main,.logo-sub{font-size:16px!important}.header{background:linear-gradient(135deg,hsla(0,0%,100%,.95),rgba(248,250,252,.98))!important;backdrop-filter:blur(15px)!important;-webkit-backdrop-filter:blur(15px)!important;box-shadow:0 4px 20px rgba(102,126,234,.1)!important;border-bottom:1px solid rgba(102,126,234,.2)!important}}@media (min-width:541px) and (max-width:768px){.header-left{padding-left:10px!important}.header-left,.logo-text{margin-left:0!important}.logo{width:120px!important;height:auto}.logo,.logo-main,.logo-sub{display:block!important;visibility:visible!important;opacity:1!important;position:relative!important;z-index:10!important}.logo-main,.logo-sub{font-size:16px!important}.burger-menu{display:flex!important;flex-direction:column;justify-content:space-around;width:25px;height:25px;cursor:pointer;position:absolute;top:50%;right:20px;transform:translateY(-50%)}.burger-menu span{display:block;width:100%;height:2px;background-color:#333}.header-right,.navigation{display:none!important}.header{height:70px!important;padding:0 20px!important;justify-content:space-between!important;flex-wrap:nowrap!important;background:linear-gradient(135deg,hsla(0,0%,100%,.95),rgba(248,250,252,.98))!important;backdrop-filter:blur(15px)!important;-webkit-backdrop-filter:blur(15px)!important;box-shadow:0 4px 20px rgba(102,126,234,.1)!important;border-bottom:1px solid rgba(102,126,234,.2)!important}}@media (width:768px){.header-left{margin-left:-60px!important;padding-left:10px!important}.logo{display:block!important;visibility:visible!important;opacity:1!important;position:relative!important;z-index:10!important}.logo-text{margin-left:0!important}.logo-main,.logo-sub{display:block!important;visibility:visible!important;opacity:1!important;position:relative!important;z-index:10!important}}@media (width:820px){.header-left{margin-left:-64px}.navigation{gap:15px;justify-content:center;flex:1 1}}@media (min-width:769px) and (max-width:912px){.header-left{margin-left:-54px}}@media (width:912px){.header-left{margin-left:-74px}}@media (width:1024px){.header-left{margin-left:-74px}.header-right{margin-right:-30px}}@media (min-width:1025px){.header-left{margin-left:-84px}body{margin:0;padding:0;overflow-x:hidden}.header{border-left:none;border-right:none;width:100%}*,.header{box-sizing:border-box}}@media (width:344px){.hero-section{padding-top:30px!important}.header-left{margin-left:-70px!important}.logo{width:120px;height:auto}.logo-text{margin-left:-35px!important}.logo-main,.logo-sub{font-size:16px!important}}@media (width:360px){.hero-section{padding-top:30px!important}.header-left{margin-left:-75px!important;padding-left:10px!important}.logo{width:120px;height:auto;display:block!important;visibility:visible!important;opacity:1!important;position:relative!important;z-index:10!important}.logo-text{margin-left:-40px!important}.logo-main,.logo-sub{font-size:16px!important;display:block!important;visibility:visible!important;opacity:1!important;position:relative!important;z-index:10!important}}@media (width:375px){.hero-section{padding-top:30px!important}.header-left{margin-left:-75px!important;padding-left:10px!important}.logo{width:120px;height:auto;display:block!important;visibility:visible!important;opacity:1!important;position:relative!important;z-index:10!important}.logo-text{margin-left:-38px!important}.logo-main,.logo-sub{font-size:16px!important;display:block!important;visibility:visible!important;opacity:1!important;position:relative!important;z-index:10!important}}@media (width:390px){.hero-section{padding-top:30px!important}.header-left{margin-left:-70px!important}.logo{width:120px;height:auto}.logo-text{margin-left:-38px!important}.logo-main,.logo-sub{font-size:16px!important}}@media (width:412px){.hero-section{padding-top:30px!important}.header-left{margin-left:-70px!important}.logo{width:120px;height:auto}.logo-text{margin-left:-38px!important}.logo-main,.logo-sub{font-size:18px!important}}@media (width:414px){.hero-section{padding-top:30px!important}.header-left{margin-left:-70px!important}.logo{width:120px;height:auto}.logo-text{margin-left:-38px!important}.logo-main,.logo-sub{font-size:16px!important}}@media (width:430px){.hero-section{padding-top:30px!important}.header-left{margin-left:-70px!important}.logo{width:120px;height:auto}.logo-text{margin-left:-38px!important}.logo-main,.logo-sub{font-size:16px!important}}@media (width:540px){.hero-section{padding-top:30px!important}.header-left{margin-left:-70px!important;padding-left:10px!important}.logo{width:120px;height:auto;display:block!important;visibility:visible!important;opacity:1!important;position:relative!important;z-index:10!important}.logo-text{margin-left:-38px!important}.logo-main,.logo-sub{font-size:16px!important;display:block!important;visibility:visible!important;opacity:1!important;position:relative!important;z-index:10!important}}@media (width:712px){.hero-section{padding-top:30px!important}.header-left{margin-left:-70px!important;padding-left:10px!important}.logo{display:block!important;visibility:visible!important;opacity:1!important;position:relative!important;z-index:10!important}.logo-text{margin-left:-38px!important}.logo-main,.logo-sub{font-size:16px!important;display:block!important;visibility:visible!important;opacity:1!important;position:relative!important;z-index:10!important}}@media (width:768px){.hero-section{padding-top:30px!important}.header-left{margin-left:-70px!important;padding-left:10px!important}.logo{display:block!important;visibility:visible!important;opacity:1!important;position:relative!important;z-index:10!important}.logo-text{margin-left:-38px!important}.logo-main,.logo-sub{font-size:16px!important;display:block!important;visibility:visible!important;opacity:1!important;position:relative!important;z-index:10!important}}@media (width:820px){.hero-section{padding-top:30px!important}.header-left{margin-left:-64px!important}.navigation{gap:5px!important;justify-content:center!important;flex:1 1!important}.navigation a{padding:6px 8px!important;margin:0 2px!important}.logo{margin-right:0!important}.logo-main,.logo-sub{margin-right:0!important;margin-left:-75px!important}}@media (width:853px){.hero-section{padding-top:30px!important}.header-left{margin-left:-59px!important}.navigation{gap:5px!important}.navigation a{padding:6px 8px!important;margin:0 2px!important}.logo{margin-left:-5px!important}}@media (width:868px){.hero-section{padding-top:30px!important}}@media (width:912px){.hero-section{padding-top:30px!important}.header-left{margin-left:-74px!important}}@media (width:1024px){.hero-section{padding-top:30px!important}.header-left{margin-left:-74px!important}.header-right{margin-right:-30px!important}}