@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap";
:root{--bg-primary:#0a0a0f;--bg-secondary:#12121a;--bg-tertiary:#1a1a2e;--bg-card:#141423b3;--bg-card-hover:#1e1e32d9;--accent-primary:#00f5d4;--accent-secondary:#7b61ff;--accent-tertiary:#ff6b6b;--accent-gold:gold;--text-primary:#fff;--text-secondary:#a0a0b8;--text-muted:#6b6b80;--gradient-hero:linear-gradient(135deg, #00f5d4 0%, #7b61ff 50%, #ff6b6b 100%);--gradient-accent:linear-gradient(135deg, #00f5d4, #7b61ff);--gradient-warm:linear-gradient(135deg, #ff6b6b, gold);--gradient-card:linear-gradient(145deg, #00f5d40d, #7b61ff0d);--glass-bg:#ffffff08;--glass-border:#ffffff14;--glass-border-hover:#00f5d44d;--shadow-glow-cyan:0 0 30px #00f5d426;--shadow-glow-purple:0 0 30px #7b61ff26;--shadow-card:0 8px 32px #0006;--shadow-card-hover:0 16px 48px #0009;--font-heading:"Space Grotesk", sans-serif;--font-body:"Inter", sans-serif;--font-mono:"JetBrains Mono", monospace;--section-padding:100px 0;--container-max:1200px;--container-padding:0 24px;--transition-fast:.2s cubic-bezier(.4, 0, .2, 1);--transition-medium:.4s cubic-bezier(.4, 0, .2, 1);--transition-slow:.6s cubic-bezier(.4, 0, .2, 1);--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--radius-xl:28px;--radius-full:50%}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);background:var(--bg-primary);color:var(--text-primary);min-height:100vh;line-height:1.6;overflow-x:hidden}.video-bg{object-fit:cover;z-index:-2;opacity:.6;width:100vw;height:100vh;position:fixed;top:0;left:0}.video-overlay{z-index:-1;pointer-events:none;background:#0a0a0fb3;width:100vw;height:100vh;position:fixed;top:0;left:0}.content-wrapper{z-index:1;position:relative}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;border:none;outline:none;font-family:inherit}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);letter-spacing:-.02em;font-weight:700;line-height:1.2}h1{font-size:clamp(2.5rem,6vw,4.5rem)}h2{font-size:clamp(2rem,4vw,3rem)}h3{font-size:clamp(1.5rem,3vw,2rem)}h4{font-size:clamp(1.2rem,2vw,1.5rem)}p{color:var(--text-secondary);font-size:1rem;line-height:1.8}.container{max-width:var(--container-max);padding:var(--container-padding);margin:0 auto}.section{padding:var(--section-padding);position:relative}.section-header{text-align:center;margin-bottom:64px}.section-label{font-family:var(--font-mono);color:var(--accent-primary);text-transform:uppercase;letter-spacing:.15em;margin-bottom:12px;font-size:.85rem;font-weight:500;display:block}.section-title{margin-bottom:16px}.section-subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.1rem}.gradient-text{background:var(--gradient-hero);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.glass-card{background:var(--bg-card);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);border-radius:var(--radius-lg);transition:all var(--transition-medium);padding:32px}.glass-card:hover{background:var(--bg-card-hover);border-color:var(--glass-border-hover);box-shadow:var(--shadow-glow-cyan);transform:translateY(-4px)}.btn{border-radius:var(--radius-xl);font-family:var(--font-heading);letter-spacing:.02em;transition:all var(--transition-medium);align-items:center;gap:8px;padding:14px 32px;font-size:.95rem;font-weight:600;display:inline-flex;position:relative;overflow:hidden}.btn-primary{background:var(--gradient-accent);color:var(--bg-primary)}.btn-primary:hover{box-shadow:var(--shadow-glow-cyan);transform:translateY(-2px)scale(1.02)}.btn-outline{color:var(--text-primary);border:1px solid var(--glass-border);background:0 0}.btn-outline:hover{border-color:var(--accent-primary);color:var(--accent-primary);box-shadow:var(--shadow-glow-cyan);transform:translateY(-2px)}.badge{border-radius:var(--radius-xl);font-size:.75rem;font-weight:600;font-family:var(--font-mono);letter-spacing:.05em;color:var(--accent-primary);background:#00f5d41a;border:1px solid #00f5d433;align-items:center;padding:6px 14px;display:inline-flex}.badge-purple{color:var(--accent-secondary);background:#7b61ff1a;border-color:#7b61ff33}.badge-red{color:var(--accent-tertiary);background:#ff6b6b1a;border-color:#ff6b6b33}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--bg-tertiary);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--accent-primary)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-60px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(60px)}to{opacity:1;transform:translate(0)}}@keyframes float{0%,to{transform:translateY(0)rotate(0)}33%{transform:translateY(-10px)rotate(1deg)}66%{transform:translateY(5px)rotate(-1deg)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px #00f5d41a}50%{box-shadow:0 0 40px #00f5d44d}}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes gradient-shift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes typewriter-cursor{0%,to{border-right-color:var(--accent-primary)}50%{border-right-color:#0000}}.animate-fadeInUp{animation:.8s forwards fadeInUp}.animate-fadeIn{animation:.6s forwards fadeIn}.animate-float{animation:6s ease-in-out infinite float}.canvas-container{z-index:0;pointer-events:none;width:100%;height:100%;position:fixed;top:0;left:0}.page-content{z-index:1;position:relative}@media (max-width:768px){:root{--section-padding:60px 0;--container-padding:0 16px}.section-header{margin-bottom:40px}.glass-card{padding:24px}}@media (max-width:480px){.btn{padding:12px 24px;font-size:.85rem}}
.Navbar-module__KHvhDq__navbar{z-index:100;padding:20px 0;transition:all .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;right:0}.Navbar-module__KHvhDq__navbar.Navbar-module__KHvhDq__scrolled{-webkit-backdrop-filter:blur(20px);background:#0a0a0fd9;border-bottom:1px solid #ffffff0d;padding:12px 0}.Navbar-module__KHvhDq__container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 24px;display:flex}.Navbar-module__KHvhDq__logo{z-index:101;align-items:center;gap:8px;text-decoration:none;display:flex}.Navbar-module__KHvhDq__logoIcon{font-size:1.5rem}.Navbar-module__KHvhDq__logoText{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:-.02em;font-size:1.5rem;font-weight:700}.Navbar-module__KHvhDq__logoAccent{color:var(--accent-primary)}.Navbar-module__KHvhDq__links{align-items:center;gap:8px;display:flex}.Navbar-module__KHvhDq__link{font-family:var(--font-body);color:var(--text-secondary);border-radius:var(--radius-sm);padding:8px 16px;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .3s;position:relative}.Navbar-module__KHvhDq__link:hover{color:var(--text-primary)}.Navbar-module__KHvhDq__link.Navbar-module__KHvhDq__active{color:var(--accent-primary)}.Navbar-module__KHvhDq__indicator{background:var(--accent-primary);border-radius:1px;width:20px;height:2px;position:absolute;bottom:2px;left:50%;transform:translate(-50%);box-shadow:0 0 8px #00f5d480}.Navbar-module__KHvhDq__cta{background:var(--gradient-accent);color:var(--bg-primary);font-family:var(--font-heading);border-radius:var(--radius-xl);letter-spacing:.02em;margin-left:16px;padding:10px 24px;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .3s}.Navbar-module__KHvhDq__cta:hover{transform:translateY(-1px);box-shadow:0 0 25px #00f5d44d}.Navbar-module__KHvhDq__burger{cursor:pointer;z-index:101;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.Navbar-module__KHvhDq__burger span{background:var(--text-primary);border-radius:2px;width:24px;height:2px;transition:all .3s;display:block}.Navbar-module__KHvhDq__burgerOpen span:first-child{transform:rotate(45deg)translate(5px,5px)}.Navbar-module__KHvhDq__burgerOpen span:nth-child(2){opacity:0}.Navbar-module__KHvhDq__burgerOpen span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}@media (max-width:768px){.Navbar-module__KHvhDq__burger{display:flex}.Navbar-module__KHvhDq__links{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);opacity:0;pointer-events:none;z-index:100;background:#0a0a0ffa;flex-direction:column;justify-content:center;gap:16px;transition:opacity .3s;position:fixed;inset:0}.Navbar-module__KHvhDq__links.Navbar-module__KHvhDq__open{opacity:1;pointer-events:all}.Navbar-module__KHvhDq__link{padding:12px 24px;font-size:1.3rem}.Navbar-module__KHvhDq__cta{margin-top:16px;margin-left:0;padding:14px 32px;font-size:1rem}}
.Footer-module__668lQW__footer{background:var(--bg-secondary);border-top:1px solid var(--glass-border);padding:80px 0 32px;position:relative;overflow:hidden}.Footer-module__668lQW__glow{background:var(--gradient-accent);filter:blur(20px);opacity:.5;width:600px;height:2px;position:absolute;top:0;left:50%;transform:translate(-50%)}.Footer-module__668lQW__container{max-width:1200px;margin:0 auto;padding:0 24px}.Footer-module__668lQW__grid{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:48px;margin-bottom:64px;display:grid}.Footer-module__668lQW__brand{flex-direction:column;gap:16px;display:flex}.Footer-module__668lQW__logo{align-items:center;gap:8px;text-decoration:none;display:flex}.Footer-module__668lQW__logoIcon{font-size:1.5rem}.Footer-module__668lQW__logoText{font-family:var(--font-heading);color:var(--text-primary);font-size:1.5rem;font-weight:700}.Footer-module__668lQW__logoAccent{color:var(--accent-primary)}.Footer-module__668lQW__tagline{color:var(--text-secondary);max-width:280px;font-size:.9rem;line-height:1.7}.Footer-module__668lQW__socials{flex-wrap:wrap;gap:12px;display:flex}.Footer-module__668lQW__socialLink{border:1px solid var(--glass-border);border-radius:var(--radius-xl);color:var(--text-secondary);font-size:.75rem;font-weight:600;font-family:var(--font-mono);padding:6px 14px;text-decoration:none;transition:all .3s}.Footer-module__668lQW__socialLink:hover{border-color:var(--accent-primary);color:var(--accent-primary);box-shadow:0 0 15px #00f5d426}.Footer-module__668lQW__column{flex-direction:column;gap:12px;display:flex}.Footer-module__668lQW__columnTitle{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:8px;font-size:1rem;font-weight:600}.Footer-module__668lQW__footerLink{color:var(--text-muted);cursor:default;font-size:.85rem;text-decoration:none;transition:color .3s}a.Footer-module__668lQW__footerLink{cursor:pointer}a.Footer-module__668lQW__footerLink:hover{color:var(--accent-primary)}.Footer-module__668lQW__ctaSmall{color:var(--accent-primary);margin-top:8px;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.Footer-module__668lQW__ctaSmall:hover{letter-spacing:.05em}.Footer-module__668lQW__bottom{border-top:1px solid var(--glass-border);color:var(--text-muted);justify-content:space-between;align-items:center;padding-top:32px;font-size:.8rem;display:flex}.Footer-module__668lQW__builtWith{font-size:.8rem}.Footer-module__668lQW__heart{color:var(--accent-tertiary);animation:2s infinite Footer-module__668lQW__pulse-glow}@media (max-width:768px){.Footer-module__668lQW__grid{grid-template-columns:1fr 1fr;gap:32px}.Footer-module__668lQW__bottom{text-align:center;flex-direction:column;gap:8px}}@media (max-width:480px){.Footer-module__668lQW__grid{grid-template-columns:1fr}}
.Chatbot-module__NeIw1q__chatbotContainer{z-index:9999;font-family:var(--font-body);position:fixed;bottom:24px;right:24px}.Chatbot-module__NeIw1q__chatToggleBtn{background:var(--gradient-accent);width:60px;height:60px;color:var(--bg-primary);cursor:pointer;box-shadow:var(--shadow-glow-cyan);transition:all var(--transition-medium);border:none;border-radius:50%;justify-content:center;align-items:center;font-size:24px;display:flex;position:relative}.Chatbot-module__NeIw1q__chatToggleBtn:hover{transform:scale(1.05)translateY(-2px);box-shadow:0 10px 40px #00f5d466}.Chatbot-module__NeIw1q__notificationBadge{background:var(--accent-tertiary);border:2px solid var(--bg-primary);border-radius:50%;width:14px;height:14px;animation:2s infinite Chatbot-module__NeIw1q__pulse;position:absolute;top:0;right:0}@keyframes Chatbot-module__NeIw1q__pulse{0%{transform:scale(1);box-shadow:0 0 #ff6b6bb3}70%{transform:scale(1.1);box-shadow:0 0 0 6px #ff6b6b00}to{transform:scale(1);box-shadow:0 0 #ff6b6b00}}.Chatbot-module__NeIw1q__chatWindow{background:var(--bg-secondary);border:1px solid var(--glass-border);border-radius:var(--radius-lg);width:380px;height:600px;max-height:calc(100vh - 120px);box-shadow:var(--shadow-card-hover);-webkit-backdrop-filter:blur(20px);transform-origin:100% 100%;flex-direction:column;animation:.3s cubic-bezier(.16,1,.3,1) forwards Chatbot-module__NeIw1q__slideUp;display:flex;position:absolute;bottom:80px;right:0;overflow:hidden}@keyframes Chatbot-module__NeIw1q__slideUp{0%{opacity:0;transform:scale(.9)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.Chatbot-module__NeIw1q__chatHeader{background:var(--bg-card);border-bottom:1px solid var(--glass-border);justify-content:space-between;align-items:center;padding:20px;display:flex}.Chatbot-module__NeIw1q__chatTitle{align-items:center;gap:12px;display:flex}.Chatbot-module__NeIw1q__avatar{background:var(--gradient-accent);border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;display:flex}.Chatbot-module__NeIw1q__statusInfo h3{font-size:1rem;font-family:var(--font-heading);color:var(--text-primary);margin:0}.Chatbot-module__NeIw1q__status{color:var(--accent-primary);align-items:center;gap:6px;font-size:.75rem;display:flex}.Chatbot-module__NeIw1q__statusDot{background:var(--accent-primary);border-radius:50%;width:6px;height:6px}.Chatbot-module__NeIw1q__closeBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;font-size:20px;transition:color .2s}.Chatbot-module__NeIw1q__closeBtn:hover{color:var(--text-primary)}.Chatbot-module__NeIw1q__messagesArea{flex-direction:column;flex:1;gap:16px;padding:20px;display:flex;overflow-y:auto}.Chatbot-module__NeIw1q__messageWrapper{max-width:85%;display:flex}.Chatbot-module__NeIw1q__messageWrapper.Chatbot-module__NeIw1q__ai{align-self:flex-start}.Chatbot-module__NeIw1q__messageWrapper.Chatbot-module__NeIw1q__user{align-self:flex-end}.Chatbot-module__NeIw1q__message{border-radius:18px;padding:12px 16px;font-size:.9rem;line-height:1.5}.Chatbot-module__NeIw1q__messageWrapper.Chatbot-module__NeIw1q__ai .Chatbot-module__NeIw1q__message{border:1px solid var(--glass-border);color:var(--text-primary);background:#ffffff0d;border-bottom-left-radius:4px}.Chatbot-module__NeIw1q__messageWrapper.Chatbot-module__NeIw1q__user .Chatbot-module__NeIw1q__message{background:var(--gradient-accent);color:var(--bg-primary);border-bottom-right-radius:4px;font-weight:500}.Chatbot-module__NeIw1q__typingIndicator{gap:4px;padding:8px 12px;display:flex}.Chatbot-module__NeIw1q__typingIndicator span{background:var(--text-muted);border-radius:50%;width:6px;height:6px;animation:1s infinite Chatbot-module__NeIw1q__typing}.Chatbot-module__NeIw1q__typingIndicator span:nth-child(2){animation-delay:.2s}.Chatbot-module__NeIw1q__typingIndicator span:nth-child(3){animation-delay:.4s}@keyframes Chatbot-module__NeIw1q__typing{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.Chatbot-module__NeIw1q__inputArea{background:var(--bg-card);border-top:1px solid var(--glass-border);gap:10px;padding:16px;display:flex}.Chatbot-module__NeIw1q__input{border:1px solid var(--glass-border);color:var(--text-primary);font-family:var(--font-body);background:#ffffff0d;border-radius:20px;flex:1;padding:10px 16px;font-size:.9rem;transition:border-color .2s}.Chatbot-module__NeIw1q__input:focus{border-color:var(--accent-primary);outline:none}.Chatbot-module__NeIw1q__sendBtn{background:var(--gradient-accent);width:40px;height:40px;color:var(--bg-primary);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;transition:transform .2s;display:flex}.Chatbot-module__NeIw1q__sendBtn:disabled{opacity:.5;cursor:not-allowed}.Chatbot-module__NeIw1q__sendBtn:not(:disabled):hover{transform:scale(1.1)}@media (max-width:480px){.Chatbot-module__NeIw1q__chatWindow{z-index:10000;border-radius:0;width:100vw;height:100vh;max-height:100vh;position:fixed;inset:0 auto auto 0}}
