@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Prompt:wght@300;400;500;600;700&display=swap";
:root{--bg-primary:#090e1a;--bg-secondary:#0f1729;--bg-glass:#0f172999;--bg-glass-hover:#16213cd9;--color-primary:#00f2fe;--color-secondary:#7f00ff;--color-accent:#ff007f;--text-white:#f8fafc;--text-muted:#9dabbe;--text-dark:#141f38;--border-glass:#ffffff14;--border-glass-active:#00f2fe4d;--shadow-neon:0 0 20px #00f2fe26;--shadow-neon-strong:0 0 35px #7f00ff59;--shadow-glow:0 8px 32px 0 #0000005e;--font-sans:"Outfit", "Prompt", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--transition-smooth:all .4s cubic-bezier(.16, 1, .3, 1);--transition-fast:all .2s ease}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--bg-primary);color:var(--text-white);font-family:var(--font-sans);scroll-behavior:smooth;min-height:100vh;overflow-x:hidden}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--bg-secondary);border:2px solid var(--bg-primary);border-radius:8px}::-webkit-scrollbar-thumb:hover{background:var(--color-primary)}a{color:inherit;transition:var(--transition-fast);text-decoration:none}button{cursor:pointer;font-family:var(--font-sans);background:0 0;border:none}.glow-bg{z-index:-1;pointer-events:none;width:100vw;height:100vh;position:fixed;top:0;left:0;overflow:hidden}.glow-circle{filter:blur(140px);opacity:.15;border-radius:50%;position:absolute}.glow-1{background:var(--color-primary);width:500px;height:500px;top:-10%;right:10%}.glow-2{background:var(--color-secondary);width:600px;height:600px;bottom:10%;left:-5%}.glow-3{background:var(--color-accent);width:400px;height:400px;top:40%;right:-10%}.gradient-text{background:linear-gradient(135deg, var(--color-primary) 0%, var(--color-secondary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.gradient-text-alt{background:linear-gradient(135deg, #ff007f 0%, var(--color-secondary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}@keyframes pulseGlow{0%,to{opacity:.15;transform:scale(1)}50%{opacity:.22;transform:scale(1.05)}}.glow-1,.glow-2,.glow-3{animation:12s ease-in-out infinite alternate pulseGlow}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.float-animation{animation:6s ease-in-out infinite float}
.Header-module__hBw1pG__header{z-index:100;-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border-glass);width:100%;transition:var(--transition-smooth);background:#070b19a6;position:fixed;top:0;left:0}.Header-module__hBw1pG__container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1.25rem 2rem;display:flex}.Header-module__hBw1pG__logo{letter-spacing:-.5px;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:800;display:flex}.Header-module__hBw1pG__logoIcon{color:var(--color-primary);filter:drop-shadow(0 0 8px #00f2fe99)}.Header-module__hBw1pG__nav{align-items:center;gap:2rem;display:flex}.Header-module__hBw1pG__navLink{color:var(--text-muted);padding:.25rem 0;font-size:.95rem;font-weight:500;position:relative}.Header-module__hBw1pG__navLink:hover{color:var(--text-white)}.Header-module__hBw1pG__navLink:after{content:"";background:linear-gradient(90deg, var(--color-primary), var(--color-secondary));width:0;height:2px;transition:var(--transition-smooth);position:absolute;bottom:0;left:0;box-shadow:0 0 8px #00f2fe66}.Header-module__hBw1pG__navLink:hover:after{width:100%}.Header-module__hBw1pG__navLinkActive{color:var(--text-white)}.Header-module__hBw1pG__navLinkActive:after{width:100%}.Header-module__hBw1pG__loginBtn{border:1px solid var(--border-glass-active);color:var(--color-primary);box-shadow:var(--shadow-neon);transition:var(--transition-smooth);background:linear-gradient(135deg,#00f2fe1a 0%,#7f00ff1a 100%);border-radius:40px;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-size:.9rem;font-weight:600;display:flex}.Header-module__hBw1pG__loginBtn:hover{background:linear-gradient(135deg, var(--color-primary) 0%, var(--color-secondary) 100%);color:var(--text-dark);border-color:#0000;transform:translateY(-2px);box-shadow:0 0 15px #00f2fe66}.Header-module__hBw1pG__hamburger{z-index:101;flex-direction:column;justify-content:space-between;width:24px;height:18px;display:none}.Header-module__hBw1pG__bar{background-color:var(--text-white);width:100%;height:2px;transition:var(--transition-smooth);border-radius:4px}.Header-module__hBw1pG__hamburgerActive .Header-module__hBw1pG__bar:first-child{transform:translateY(8px)rotate(45deg)}.Header-module__hBw1pG__hamburgerActive .Header-module__hBw1pG__bar:nth-child(2){opacity:0}.Header-module__hBw1pG__hamburgerActive .Header-module__hBw1pG__bar:nth-child(3){transform:translateY(-8px)rotate(-45deg)}@media (max-width:768px){.Header-module__hBw1pG__hamburger{display:flex}.Header-module__hBw1pG__nav{-webkit-backdrop-filter:blur(20px);border-left:1px solid var(--border-glass);background:#0b0f19f2;flex-direction:column;justify-content:center;align-items:center;gap:2.5rem;width:280px;height:100vh;transition:all .5s cubic-bezier(.16,1,.3,1);position:fixed;top:0;right:-100%;box-shadow:-10px 0 30px #00000080}.Header-module__hBw1pG__navActive{right:0}.Header-module__hBw1pG__navLink{font-size:1.2rem}}
.Footer-module__S6Hkya__footer{background-color:var(--bg-secondary);border-top:1px solid var(--border-glass);margin-top:auto;padding:5rem 2rem 2rem;position:relative}.Footer-module__S6Hkya__container{grid-template-columns:2fr 1fr 1.2fr 1.3fr;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.Footer-module__S6Hkya__brandCol{flex-direction:column;gap:1.25rem;display:flex}.Footer-module__S6Hkya__logo{align-items:center;gap:.5rem;font-size:1.5rem;font-weight:800;display:flex}.Footer-module__S6Hkya__logoIcon{color:var(--color-primary);filter:drop-shadow(0 0 8px #00f2fe99)}.Footer-module__S6Hkya__desc{color:var(--text-muted);font-size:.85rem;line-height:1.5}.Footer-module__S6Hkya__colTitle{color:var(--text-white);margin-bottom:1.5rem;font-size:1.1rem;font-weight:700;position:relative}.Footer-module__S6Hkya__colTitle:after{content:"";background-color:var(--color-primary);width:30px;height:2px;box-shadow:0 0 8px var(--color-primary);position:absolute;bottom:-6px;left:0}.Footer-module__S6Hkya__linksList{flex-direction:column;gap:.8rem;list-style:none;display:flex}.Footer-module__S6Hkya__linkItem a{color:var(--text-muted);transition:var(--transition-fast);font-size:.95rem}.Footer-module__S6Hkya__linkItem a:hover{color:var(--color-primary);padding-left:4px}.Footer-module__S6Hkya__contactInfo{flex-direction:column;gap:1rem;list-style:none;display:flex}.Footer-module__S6Hkya__contactItem{color:var(--text-muted);align-items:flex-start;gap:.75rem;font-size:.95rem;line-height:1.4;display:flex}.Footer-module__S6Hkya__contactIcon{color:var(--color-primary);flex-shrink:0;margin-top:2px}.Footer-module__S6Hkya__bottomBar{border-top:1px solid #ffffff0d;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;margin:4rem auto 0;padding-top:2rem;display:flex}.Footer-module__S6Hkya__copy{color:var(--text-muted);font-size:.9rem}.Footer-module__S6Hkya__legalLinks{gap:1.5rem;display:flex}.Footer-module__S6Hkya__legalLinks a{color:var(--text-muted);font-size:.9rem}.Footer-module__S6Hkya__legalLinks a:hover{color:var(--text-white)}@media (max-width:992px){.Footer-module__S6Hkya__container{grid-template-columns:1fr 1fr;gap:3rem}}@media (max-width:576px){.Footer-module__S6Hkya__container{grid-template-columns:1fr;gap:2.5rem}.Footer-module__S6Hkya__bottomBar{text-align:center;flex-direction:column}}.Footer-module__S6Hkya__qrCodeWrapper{border:1px solid var(--border-glass);text-align:center;background:#ffffff05;border-radius:12px;margin-top:1rem;padding:1rem;transition:transform .3s}.Footer-module__S6Hkya__qrCodeWrapper:hover{border-color:#00f2fe4d;transform:translateY(-5px);box-shadow:0 4px 20px #00f2fe1a}.Footer-module__S6Hkya__qrCodeTitle{color:var(--text-white);margin-bottom:1rem;font-size:.95rem;font-weight:600}.Footer-module__S6Hkya__qrCodeBox{flex-direction:column;align-items:center;gap:.8rem;display:flex}.Footer-module__S6Hkya__qrCodeImage{object-fit:cover;background-color:#fff;border-radius:8px;width:100px;height:100px;padding:.4rem}.Footer-module__S6Hkya__qrCodeText{letter-spacing:1px;color:#00c300;font-size:1.2rem;font-weight:900}
.LiveChatWidget-module__i764xa__floatingLauncher{z-index:999;color:#fff;cursor:pointer;background:linear-gradient(135deg,#00f2fe 0%,#7f00ff 100%);border:none;border-radius:50px;align-items:center;gap:10px;padding:12px 20px;font-family:inherit;font-size:.95rem;font-weight:700;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 10px 25px #00f2fe66,0 0 15px #7f00ff4d}.LiveChatWidget-module__i764xa__floatingLauncher:hover{transform:translateY(-4px)scale(1.03);box-shadow:0 15px 35px #00f2fe99,0 0 25px #7f00ff80}.LiveChatWidget-module__i764xa__pulseDot{background-color:#39ff14;border-radius:50%;width:10px;height:10px;animation:1.5s infinite LiveChatWidget-module__i764xa__pulseAnim;box-shadow:0 0 10px #39ff14}@keyframes LiveChatWidget-module__i764xa__pulseAnim{0%{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.4)}to{opacity:1;transform:scale(1)}}.LiveChatWidget-module__i764xa__chatModal{-webkit-backdrop-filter:blur(20px);z-index:1000;background:#0b0f19eb;border:1px solid #ffffff1f;border-radius:20px;flex-direction:column;width:380px;max-width:calc(100vw - 32px);height:580px;max-height:calc(100vh - 100px);animation:.3s cubic-bezier(.16,1,.3,1) LiveChatWidget-module__i764xa__slideUp;display:flex;position:fixed;bottom:84px;right:24px;overflow:hidden;box-shadow:0 20px 50px #0009,0 0 30px #00f2fe26}@keyframes LiveChatWidget-module__i764xa__slideUp{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.LiveChatWidget-module__i764xa__modalHeader{background:#ffffff08;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:16px;display:flex}.LiveChatWidget-module__i764xa__headerInfo{align-items:center;gap:10px;display:flex}.LiveChatWidget-module__i764xa__headerTitle{color:#fff;font-size:1rem;font-weight:700}.LiveChatWidget-module__i764xa__headerStatus{color:#00f2fe;font-size:.75rem}.LiveChatWidget-module__i764xa__closeBtn{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:4px 8px;font-size:1.25rem;transition:all .2s}.LiveChatWidget-module__i764xa__closeBtn:hover{color:#fff;background:#ffffff1a}.LiveChatWidget-module__i764xa__tabBar{background:#ffffff05;border-bottom:1px solid #ffffff0f;display:flex}.LiveChatWidget-module__i764xa__tabBtn{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;padding:10px 0;font-size:.85rem;font-weight:600;transition:all .2s}.LiveChatWidget-module__i764xa__tabBtn.LiveChatWidget-module__i764xa__activeTab{color:#00f2fe;background:#00f2fe0d;border-bottom:2px solid #00f2fe}.LiveChatWidget-module__i764xa__contentArea{flex-direction:column;flex:1;display:flex;position:relative;overflow:hidden}.LiveChatWidget-module__i764xa__voiceView{text-align:center;flex-direction:column;flex:1;justify-content:space-between;align-items:center;padding:20px;display:flex}.LiveChatWidget-module__i764xa__visualizerBox{justify-content:center;align-items:center;width:180px;height:180px;margin:10px 0;display:flex;position:relative}.LiveChatWidget-module__i764xa__voiceCanvas{border-radius:50%;width:100%;height:100%;position:absolute;top:0;left:0}.LiveChatWidget-module__i764xa__micActionBtn{cursor:pointer;z-index:2;background:linear-gradient(135deg,#00f2fe,#7f00ff);border:none;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;transition:all .3s;display:flex;box-shadow:0 0 25px #00f2fe80}.LiveChatWidget-module__i764xa__micActionBtn:hover{transform:scale(1.08);box-shadow:0 0 35px #00f2feb3}.LiveChatWidget-module__i764xa__micActionBtn.LiveChatWidget-module__i764xa__connected{background:#f05;box-shadow:0 0 30px #f059}.LiveChatWidget-module__i764xa__voiceTranscript{color:#e5e7eb;background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;width:100%;min-height:80px;max-height:110px;padding:10px 14px;font-size:.85rem;line-height:1.4;overflow-y:auto}.LiveChatWidget-module__i764xa__voiceControls{flex-direction:column;gap:8px;width:100%;display:flex}.LiveChatWidget-module__i764xa__selectVoice{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;outline:none;width:100%;padding:8px 12px;font-size:.8rem}.LiveChatWidget-module__i764xa__textView{flex-direction:column;flex:1;display:flex;overflow:hidden}.LiveChatWidget-module__i764xa__messagesList{flex-direction:column;flex:1;gap:12px;padding:16px;display:flex;overflow-y:auto}.LiveChatWidget-module__i764xa__chatBubble{word-break:break-word;border-radius:14px;max-width:82%;padding:10px 14px;font-size:.88rem;line-height:1.45}.LiveChatWidget-module__i764xa__userBubble{color:#070b19;background:linear-gradient(135deg,#00f2fe,#4facfe);border-bottom-right-radius:2px;align-self:flex-end;font-weight:500}.LiveChatWidget-module__i764xa__aiBubble{color:#f3f4f6;background:#ffffff0f;border:1px solid #ffffff14;border-bottom-left-radius:2px;align-self:flex-start}.LiveChatWidget-module__i764xa__chipRow{scrollbar-width:none;background:#0003;gap:6px;padding:8px 12px;display:flex;overflow-x:auto}.LiveChatWidget-module__i764xa__chipBtn{white-space:nowrap;color:#00f2fe;cursor:pointer;background:#00f2fe1a;border:1px solid #00f2fe40;border-radius:20px;padding:5px 10px;font-size:.75rem;transition:all .2s}.LiveChatWidget-module__i764xa__chipBtn:hover{background:#00f2fe33}.LiveChatWidget-module__i764xa__inputBar{background:#ffffff05;border-top:1px solid #ffffff14;gap:8px;padding:12px;display:flex}.LiveChatWidget-module__i764xa__chatInput{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;outline:none;flex:1;padding:10px 14px;font-size:.88rem}.LiveChatWidget-module__i764xa__chatInput:focus{border-color:#00f2fe;box-shadow:0 0 10px #00f2fe33}.LiveChatWidget-module__i764xa__sendBtn{color:#070b19;cursor:pointer;background:#00f2fe;border:none;border-radius:10px;padding:0 14px;font-size:.9rem;font-weight:700;transition:all .2s}.LiveChatWidget-module__i764xa__sendBtn:hover{background:#fff;box-shadow:0 0 15px #00f2fe80}
