@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Inter:wght@300;400;500;600;700&display=swap";
:root{--bg-primary:#fafafa;--bg-secondary:#f4f4f5;--bg-card:#ffffffd1;--bg-card-hover:#fffffff2;--color-text-primary:#18181b;--color-text-secondary:#3f3f46;--color-text-muted:#71717a;--accent-blue:#2563eb;--accent-cyan:#06b6d4;--accent-teal:#06b6d4;--accent-purple:#8b5cf6;--accent-emerald:#10b981;--accent-orange:#f59e0b;--gradient-primary:linear-gradient(135deg, var(--accent-blue) 0%, var(--accent-purple) 100%);--gradient-secondary:linear-gradient(135deg, var(--accent-cyan) 0%, var(--accent-blue) 100%);--gradient-dark:linear-gradient(180deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);--glass-border:#18181b0f;--glass-border-hover:#2563eb40;--glass-shadow:#18181b08;--font-sans:"Inter", sans-serif;--font-heading:"Outfit", sans-serif;--font-mono:"Fira Code", monospace;--transition-smooth:opacity .4s cubic-bezier(.16, 1, .3, 1), transform .4s cubic-bezier(.16, 1, .3, 1), border-color .4s cubic-bezier(.16, 1, .3, 1), background-color .4s cubic-bezier(.16, 1, .3, 1), box-shadow .4s cubic-bezier(.16, 1, .3, 1);--transition-fast:opacity .2s ease, transform .2s ease, border-color .2s ease, background-color .2s ease, box-shadow .2s ease}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}html,body{background-color:var(--bg-primary);width:100%;max-width:100vw;color:var(--color-text-primary);font-family:var(--font-sans);scroll-behavior:smooth;-webkit-font-smoothing:antialiased;overflow-x:hidden}a,button,[role=button]{-webkit-tap-highlight-color:transparent}a:focus,button:focus,[role=button]:focus{outline:none}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{border:2px solid var(--bg-primary);background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent-teal)}.glass-panel{background:var(--bg-card);border:1px solid var(--glass-border);box-shadow:0 8px 32px var(--glass-shadow);transition:var(--transition-smooth);border-radius:16px}.glass-panel:hover{background:var(--bg-card-hover);border-color:var(--glass-border-hover);box-shadow:0 12px 40px var(--glass-shadow), 0 0 16px #8b5cf61a;transform:translateY(-2px)}.text-glow{text-shadow:0 0 20px #0891b240}.btn-primary{background:var(--gradient-primary);color:#fff;font-family:var(--font-heading);cursor:pointer;transition:var(--transition-smooth);border:none;border-radius:8px;align-items:center;gap:8px;padding:12px 28px;font-weight:600;display:inline-flex;box-shadow:0 4px 20px #7c3aed40}.btn-primary:hover{opacity:.95;transform:translateY(-2px);box-shadow:0 6px 24px #0891b259}.btn-secondary{color:var(--color-text-primary);border:1px solid var(--glass-border);font-family:var(--font-heading);cursor:pointer;transition:var(--transition-smooth);background:0 0;border-radius:8px;align-items:center;gap:8px;padding:12px 28px;font-weight:500;display:inline-flex}.btn-secondary:hover{border-color:var(--accent-teal);background:#0f172a08;transform:translateY(-2px)}.badge{color:var(--accent-teal);font-size:.75rem;font-weight:600;font-family:var(--font-mono);background:#0891b20f;border:1px solid #0891b21f;border-radius:9999px;padding:4px 12px}.badge-purple{color:var(--accent-purple);background:#7c3aed0f;border:1px solid #7c3aed1f}.badge-emerald{color:var(--accent-emerald);background:#0596690f;border:1px solid #0596691f}.badge-orange{color:var(--accent-orange);background:#ea580c0f;border:1px solid #ea580c1f}.section-title{font-family:var(--font-heading);text-align:center;background:linear-gradient(to right, var(--color-text-primary) 0%, var(--accent-teal) 50%, var(--accent-purple) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:3rem;font-size:2.5rem;font-weight:800;animation:.8s cubic-bezier(.16,1,.3,1) forwards titleFadeSlideUp;position:relative}.section-title:after{content:"";background:linear-gradient(90deg, var(--accent-teal), var(--accent-purple));border-radius:99px;width:50px;height:3px;transition:all .4s cubic-bezier(.165,.84,.44,1);position:absolute;bottom:-10px;left:50%;transform:translate(-50%);box-shadow:0 2px 8px #0891b233}.section-title:hover:after{width:90px;height:4px;box-shadow:0 4px 15px #7c3aed66}.form-input{border:1px solid var(--glass-border);width:100%;color:var(--color-text-primary);font-family:var(--font-sans);transition:var(--transition-fast);background:#ffffffd9;border-radius:8px;padding:12px 16px;font-size:.95rem}.form-input:focus{border-color:var(--accent-teal);outline:none;box-shadow:0 0 10px #0891b226}@keyframes pulseGlow{0%,to{opacity:.2;transform:scale(1)}50%{opacity:.4;transform:scale(1.1)}}@keyframes textShine{0%{background-position:200%}to{background-position:-200%}}@keyframes titleFadeSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulseLine{0%,to{filter:brightness();box-shadow:0 0 6px #0891b240}50%{filter:brightness(1.2);box-shadow:0 0 16px #7c3aed73}}.pageHeader{background:var(--bg-primary);border-bottom:1px solid #0f172a0a;padding:4.5rem 2rem 3rem;position:relative;overflow:hidden}.pageHeader:before{content:"";pointer-events:none;z-index:1;background-image:radial-gradient(#0f172a09 1.5px,#0000 1.5px);background-size:16px 16px;position:absolute;inset:0}.pageHeader:after{content:"";pointer-events:none;z-index:1;background:radial-gradient(circle at 10%,#8b5cf60a 0%,#0000 40%),radial-gradient(circle at 90%,#06b6d40d 0%,#0000 45%);position:absolute;inset:0}.pageHeaderContainer{z-index:2;flex-direction:row;justify-content:space-between;align-items:center;gap:2rem;max-width:1200px;margin:0 auto;display:flex;position:relative}.pageHeaderLeft{flex-direction:column;align-items:flex-start;gap:1.25rem;display:flex}.pageHeaderTitle{font-family:var(--font-heading);color:var(--color-text-primary);text-align:left;width:max-content;margin:0;padding-bottom:12px;font-size:3rem;font-weight:800;line-height:1.15;animation:.8s cubic-bezier(.16,1,.3,1) forwards titleFadeSlideUp;display:block;position:relative}.pageHeaderTitle:after{content:"";background:linear-gradient(90deg, var(--accent-teal), var(--accent-purple));border-radius:99px;width:50px;height:3px;transition:all .4s cubic-bezier(.165,.84,.44,1);position:absolute;bottom:0;left:0;box-shadow:0 2px 8px #0891b233}.pageHeaderTitle:hover:after{width:90px;height:4px;box-shadow:0 4px 15px #7c3aed66}.breadcrumbPill{font-size:.85rem;font-weight:500;font-family:var(--font-sans);background:#fef3c766;border:1px solid #f59e0b40;border-radius:9999px;align-items:center;gap:.5rem;padding:6px 16px;display:inline-flex}.breadcrumbPill a{color:var(--color-text-secondary);transition:var(--transition-fast);text-decoration:none}.breadcrumbPill a:hover{color:var(--accent-orange)}.breadcrumbSeparator{color:var(--color-text-muted);font-size:.75rem;font-weight:400}.breadcrumbCurrent{color:var(--color-text-primary);font-weight:600}.pageHeaderRight{flex-shrink:0;animation:.8s cubic-bezier(.16,1,.3,1) .1s forwards titleFadeSlideUp}@keyframes floatIllustration{0%{transform:translateY(0)rotate(0)}50%{transform:translateY(-10px)rotate(1deg)}to{transform:translateY(0)rotate(0)}}.pageHeaderIllustration{object-fit:contain;will-change:transform;filter:drop-shadow(0 6px 12px #0000000d);width:auto;max-height:340px;transition:transform .5s cubic-bezier(.16,1,.3,1),filter .3s;animation:3.2s ease-in-out infinite floatIllustration}@media (max-width:768px){.pageHeader{padding:3.5rem 1.5rem 2rem}.pageHeaderContainer{flex-direction:column;align-items:flex-start;gap:1.5rem}.pageHeaderRight{justify-content:center;width:100%;display:flex}.pageHeaderIllustration{max-height:260px}}.pageContentWrapper{max-width:1440px;margin:0 auto;padding:3rem 2rem 6rem}.hasFooterBanner{padding-bottom:3rem!important}@media (max-width:768px){.hasFooterBanner{padding-bottom:4.5rem!important}}@media (max-width:550px){.hasFooterBanner{padding-bottom:4rem!important}}.decorFloatY{will-change:transform;animation:8s ease-in-out infinite floatY}.decorFloatX{will-change:transform;animation:8s ease-in-out infinite floatX}.decorRotate{will-change:transform;animation:28s linear infinite rotateSlow}.decorPulse{will-change:opacity, transform;animation:5s ease-in-out infinite pulseGlow}@keyframes floatY{0%,to{transform:translate(0,0)}50%{transform:translateY(-12px)}}@keyframes floatX{0%,to{transform:translate(0,0)}50%{transform:translate(12px)}}@keyframes rotateSlow{0%{transform:rotate(0)translateZ(0)}to{transform:rotate(360deg)translateZ(0)}}@media (max-width:900px){.hideOnMobile{display:none!important}}
.Navbar-module__cJzEcG__navbar{z-index:1000;background:var(--bg-primary);border-bottom:1px solid var(--glass-border);width:100%;transition:var(--transition-smooth);padding:1.5rem 2rem;position:fixed;top:0;left:0}.Navbar-module__cJzEcG__scrolled{background:var(--bg-primary);box-shadow:0 4px 20px var(--glass-shadow);border-bottom:1px solid var(--glass-border);padding:1.1rem 2rem}.Navbar-module__cJzEcG__container{justify-content:space-between;align-items:center;max-width:1440px;margin:0 auto;display:flex}.Navbar-module__cJzEcG__logo{font-family:var(--font-heading);color:var(--color-text-primary);cursor:pointer;align-items:center;gap:.5rem;font-size:1.65rem;font-weight:800;text-decoration:none;display:flex}.Navbar-module__cJzEcG__logoDot{background:var(--gradient-primary);border-radius:50%;width:8px;height:8px;margin-left:2px;display:inline-block}.Navbar-module__cJzEcG__logoIcon{filter:drop-shadow(0 0 4px #0891b226);transition:transform .6s cubic-bezier(.175,.885,.32,1.275)}.Navbar-module__cJzEcG__logo:hover .Navbar-module__cJzEcG__logoIcon{filter:drop-shadow(0 0 8px #7c3aed4d);transform:rotate(360deg)scale(1.05)}.Navbar-module__cJzEcG__logoText{font-family:var(--font-heading);color:var(--color-text-primary);letter-spacing:.5px;align-items:center;font-size:1.4rem;font-weight:800;display:inline-flex}.Navbar-module__cJzEcG__navLinks{align-items:center;gap:2.5rem;list-style:none;display:flex}.Navbar-module__cJzEcG__navLink{font-family:var(--font-heading);color:var(--color-text-secondary);transition:var(--transition-fast);cursor:pointer;padding:.25rem 0;font-size:1.05rem;font-weight:600;position:relative}.Navbar-module__cJzEcG__navLink:hover{color:var(--color-text-primary)}.Navbar-module__cJzEcG__navLink:after{content:"";background:var(--gradient-primary);width:0;height:2px;transition:var(--transition-fast);position:absolute;bottom:0;left:0}.Navbar-module__cJzEcG__navLink:hover:after{width:100%}.Navbar-module__cJzEcG__ctaBtn{color:var(--accent-teal);font-family:var(--font-heading);transition:var(--transition-fast);cursor:pointer;background:#0891b214;border:1px solid #0891b240;border-radius:8px;padding:10px 22px;font-size:1rem;font-weight:600}.Navbar-module__cJzEcG__ctaBtn:hover{background:var(--gradient-primary);color:#fff;border-color:#0000;transform:translateY(-1px);box-shadow:0 4px 15px #7c3aed4d}.Navbar-module__cJzEcG__hamburger{cursor:pointer;z-index:1010;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:22px;height:18px;display:none}.Navbar-module__cJzEcG__hamburger span{background-color:var(--color-text-primary);border-radius:2px;width:100%;height:2px;transition:all .3s linear}.Navbar-module__cJzEcG__hamburgerActive span:first-child{transform:rotate(45deg)translate(5px,5px)}.Navbar-module__cJzEcG__hamburgerActive span:nth-child(2){opacity:0}.Navbar-module__cJzEcG__hamburgerActive span:nth-child(3){transform:rotate(-45deg)translate(6px,-7px)}@media (max-width:768px){.Navbar-module__cJzEcG__hamburger{display:flex}.Navbar-module__cJzEcG__navLinks{-webkit-backdrop-filter:blur(20px);border-left:1px solid var(--glass-border);background:#f8fafcf2;flex-direction:column;justify-content:center;gap:3rem;width:70%;height:100vh;transition:all .4s cubic-bezier(.16,1,.3,1);position:fixed;top:0;right:-100%;box-shadow:-10px 0 30px #0f172a14}.Navbar-module__cJzEcG__navLinksActive{right:0}}.Navbar-module__cJzEcG__navLink.Navbar-module__cJzEcG__active{color:var(--color-text-primary);text-shadow:0 0 10px #0891b240}.Navbar-module__cJzEcG__navLink.Navbar-module__cJzEcG__active:after{background:var(--gradient-primary);width:100%}.Navbar-module__cJzEcG__ctaBtn.Navbar-module__cJzEcG__activeCta{background:var(--gradient-primary);color:#fff;border-color:#0000;box-shadow:0 4px 15px #7c3aed59}.Navbar-module__cJzEcG__navRight{align-items:center;gap:1.5rem;display:flex}.Navbar-module__cJzEcG__progressBar{background:linear-gradient(90deg, var(--accent-orange), var(--accent-purple), var(--accent-blue));z-index:99999;pointer-events:none;transform-origin:0;will-change:transform;width:100%;height:3px;position:fixed;top:0;left:0;transform:scaleX(0)}
.Footer-module__S6Hkya__footerSection{background:var(--bg-secondary);border-top:1px solid var(--glass-border);padding:8rem 2rem 3rem;position:relative;overflow:visible}.Footer-module__S6Hkya__footerInner{max-width:1440px;margin:0 auto;position:relative}.Footer-module__S6Hkya__ctaBanner{text-align:center;z-index:10;background:linear-gradient(135deg,#ffffffe6 0%,#f1f5f9f2 100%);border:1px solid #0891b233;border-radius:24px;flex-direction:column;align-items:center;margin-top:-12.5rem;margin-bottom:4.5rem;padding:4.5rem 2.5rem 3rem;transition:border-color .4s,box-shadow .4s,transform .4s cubic-bezier(.165,.84,.44,1);display:flex;position:relative;box-shadow:0 30px 60px #0f172a14,0 0 30px #0891b20d,inset 0 1px 1px #fffc}.Footer-module__S6Hkya__ctaBanner:hover{border-color:#0891b273;transform:translateY(-4px);box-shadow:0 35px 70px #0f172a1f,0 0 45px #7c3aed26,inset 0 1px 1px #fffffff2}.Footer-module__S6Hkya__ctaBgDecorations{pointer-events:none;z-index:0;border-radius:23px;position:absolute;inset:0;overflow:hidden}.Footer-module__S6Hkya__ctaGlow1,.Footer-module__S6Hkya__ctaGlow2{opacity:.18;pointer-events:none;z-index:0;will-change:transform;border-radius:50%;transition:opacity .5s,transform .5s;position:absolute}.Footer-module__S6Hkya__ctaGlow1{background:radial-gradient(circle, var(--accent-teal) 0%, #0891b240 45%, transparent 75%);width:280px;height:280px;animation:12s ease-in-out infinite Footer-module__S6Hkya__glowFloat1;top:-80px;left:-80px}.Footer-module__S6Hkya__ctaGlow2{background:radial-gradient(circle, var(--accent-purple) 0%, #7c3aed40 45%, transparent 75%);width:280px;height:280px;animation:12s ease-in-out infinite Footer-module__S6Hkya__glowFloat2;bottom:-80px;right:-80px}.Footer-module__S6Hkya__ctaBanner:hover .Footer-module__S6Hkya__ctaGlow1,.Footer-module__S6Hkya__ctaBanner:hover .Footer-module__S6Hkya__ctaGlow2{opacity:.25}@keyframes Footer-module__S6Hkya__glowFloat1{0%,to{transform:translate(0)scale(1)}50%{transform:translate(25px,20px)scale(1.15)}}@keyframes Footer-module__S6Hkya__glowFloat2{0%,to{transform:translate(0)scale(1)}50%{transform:translate(-25px,-20px)scale(1.15)}}.Footer-module__S6Hkya__ctaGridOverlay{pointer-events:none;z-index:1;background-image:linear-gradient(#0f172a05 1px,#0000 1px),linear-gradient(90deg,#0f172a05 1px,#0000 1px);background-size:20px 20px;animation:25s linear infinite Footer-module__S6Hkya__gridMove;position:absolute;inset:0}@keyframes Footer-module__S6Hkya__gridMove{0%{background-position:0 0}to{background-position:40px 40px}}.Footer-module__S6Hkya__badgeRow{z-index:2;flex-wrap:wrap;justify-content:center;gap:.85rem;margin-bottom:2.2rem;display:flex}.Footer-module__S6Hkya__collabBadge{border:1px solid var(--glass-border);color:var(--color-text-secondary);cursor:default;background:#ffffff8c;border-radius:9999px;align-items:center;gap:8px;padding:8px 16px;font-size:.85rem;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.Footer-module__S6Hkya__badgeDot{border-radius:50%;width:8px;height:8px;transition:transform .3s;display:inline-block}.Footer-module__S6Hkya__badgeTeal{border-color:#06b6d426}.Footer-module__S6Hkya__badgeTeal .Footer-module__S6Hkya__badgeDot{background-color:var(--accent-teal);box-shadow:0 0 8px var(--accent-teal)}.Footer-module__S6Hkya__badgeTeal:hover{color:var(--accent-teal);background:#06b6d40d;border-color:#06b6d473;box-shadow:0 4px 15px #06b6d41f}.Footer-module__S6Hkya__badgePurple{border-color:#8b5cf626}.Footer-module__S6Hkya__badgePurple .Footer-module__S6Hkya__badgeDot{background-color:var(--accent-purple);box-shadow:0 0 8px var(--accent-purple)}.Footer-module__S6Hkya__badgePurple:hover{color:var(--accent-purple);background:#8b5cf60d;border-color:#8b5cf673;box-shadow:0 4px 15px #8b5cf61f}.Footer-module__S6Hkya__badgeEmerald{border-color:#10b98126}.Footer-module__S6Hkya__badgeEmerald .Footer-module__S6Hkya__badgeDot{background-color:var(--accent-emerald);box-shadow:0 0 8px var(--accent-emerald)}.Footer-module__S6Hkya__badgeEmerald:hover{color:var(--accent-emerald);background:#10b9810d;border-color:#10b98173;box-shadow:0 4px 15px #10b9811f}.Footer-module__S6Hkya__badgeOrange{border-color:#f59e0b26}.Footer-module__S6Hkya__badgeOrange .Footer-module__S6Hkya__badgeDot{background-color:var(--accent-orange);box-shadow:0 0 8px var(--accent-orange)}.Footer-module__S6Hkya__badgeOrange:hover{color:var(--accent-orange);background:#f59e0b0d;border-color:#f59e0b73;box-shadow:0 4px 15px #f59e0b1f}.Footer-module__S6Hkya__collabBadge:hover{transform:translateY(-2px)}.Footer-module__S6Hkya__collabBadge:hover .Footer-module__S6Hkya__badgeDot{transform:scale(1.3)}.Footer-module__S6Hkya__ctaIconContainer{z-index:2;width:60px;height:60px;position:absolute;top:0;left:50%;transform:translate(-50%,-50%)}.Footer-module__S6Hkya__ctaIconPulseRing1,.Footer-module__S6Hkya__ctaIconPulseRing2{border:2px solid var(--accent-teal);opacity:0;pointer-events:none;z-index:1;border-radius:50%;width:54px;height:54px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Footer-module__S6Hkya__ctaIconPulseRing1{animation:3.5s cubic-bezier(.16,1,.3,1) infinite Footer-module__S6Hkya__iconPulse}.Footer-module__S6Hkya__ctaIconPulseRing2{animation:3.5s cubic-bezier(.16,1,.3,1) 1.75s infinite Footer-module__S6Hkya__iconPulse}@keyframes Footer-module__S6Hkya__iconPulse{0%{opacity:.65;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(-50%,-50%)scale(1.75)}}.Footer-module__S6Hkya__ctaIcon{background:var(--bg-secondary);border:4px solid var(--accent-teal);width:60px;height:60px;color:var(--accent-teal);transition:var(--transition-smooth);z-index:2;border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative;box-shadow:0 4px 15px #0f172a1a,0 0 10px #0891b233}.Footer-module__S6Hkya__ctaTitle{font-family:var(--font-heading);background:linear-gradient(135deg, var(--color-text-primary) 30%, var(--accent-teal) 70%, var(--accent-purple) 100%);-webkit-text-fill-color:transparent;letter-spacing:-.5px;z-index:2;text-shadow:0 2px 20px #0891b20d;-webkit-background-clip:text;margin-bottom:.85rem;font-size:2.3rem;font-weight:800}.Footer-module__S6Hkya__ctaDesc{color:var(--color-text-secondary);z-index:2;max-width:700px;margin:0 auto 1.85rem;font-size:1.05rem;font-weight:400;line-height:1.6}.Footer-module__S6Hkya__ctaBtn{background:var(--gradient-primary);color:#fff;font-family:var(--font-heading);cursor:pointer;z-index:2;border:1px solid #fff3;border-radius:9999px;justify-content:center;align-items:center;padding:14px 40px;font-size:.95rem;font-weight:700;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 6px 20px #0891b240,0 0 15px #7c3aed26}.Footer-module__S6Hkya__ctaBtn:after{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:50%;height:100%;transition:all .75s;position:absolute;top:0;left:-100%;transform:skew(-25deg)}.Footer-module__S6Hkya__ctaBtn:hover:after{left:125%}.Footer-module__S6Hkya__ctaBtn:hover{background:linear-gradient(135deg, var(--accent-purple) 0%, var(--accent-teal) 100%);border-color:#ffffff4d;transform:translateY(-3px)scale(1.02);box-shadow:0 10px 25px #0891b259,0 0 25px #7c3aed4d}.Footer-module__S6Hkya__ctaBtn:hover svg{transform:translate(4px)}.Footer-module__S6Hkya__grid{border-bottom:1px solid var(--glass-border);grid-template-columns:1.3fr .9fr .9fr 1fr;gap:3rem;padding-bottom:4rem;display:grid}.Footer-module__S6Hkya__column{flex-direction:column;gap:1.5rem;display:flex}.Footer-module__S6Hkya__brandTitle{font-family:var(--font-heading);color:var(--color-text-primary);font-size:1.65rem;font-weight:800}.Footer-module__S6Hkya__brandDesc{color:var(--color-text-secondary);font-size:.9rem;line-height:1.65}.Footer-module__S6Hkya__socialRow{gap:.85rem;display:flex}.Footer-module__S6Hkya__socialIcon{border:1.5px solid var(--glass-border);width:38px;height:38px;color:var(--color-text-secondary);border-radius:50%;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex}.Footer-module__S6Hkya__socialIcon:hover{color:var(--accent-teal);border-color:var(--accent-teal);background:#0891b20f;transform:translateY(-3px)scale(1.05);box-shadow:0 0 12px #0891b233}.Footer-module__S6Hkya__sectionHeader{font-family:var(--font-heading);color:var(--color-text-primary);padding-bottom:.6rem;font-size:1.2rem;font-weight:700;position:relative}.Footer-module__S6Hkya__sectionHeader:after{content:"";background:var(--gradient-primary);border-radius:2px;width:35px;height:3px;position:absolute;bottom:0;left:0}.Footer-module__S6Hkya__linksList{flex-direction:column;gap:.85rem;list-style:none;display:flex}.Footer-module__S6Hkya__linkItem{font-size:.9rem;line-height:1.4}.Footer-module__S6Hkya__linkItem a{color:var(--color-text-secondary);align-items:center;transition:color .25s,transform .25s;display:inline-flex}.Footer-module__S6Hkya__linkItem a:before{content:"›";color:var(--accent-teal);margin-right:8px;font-size:1.2rem;font-weight:800;line-height:1}.Footer-module__S6Hkya__linkItem a:hover{color:var(--color-text-primary);transform:translate(4px)}.Footer-module__S6Hkya__scopusCard{background:var(--bg-card);box-shadow:0 10px 30px var(--glass-shadow);border:1px solid #0891b233;border-radius:12px;overflow:hidden}.Footer-module__S6Hkya__scopusHeader{background:var(--gradient-primary);color:#fff;text-align:center;font-family:var(--font-heading);letter-spacing:.75px;text-transform:uppercase;padding:10px 16px;font-size:.85rem;font-weight:800;box-shadow:0 2px 10px #0f172a0d}.Footer-module__S6Hkya__scopusBody{flex-direction:column;gap:1rem;padding:1.35rem 1.5rem;display:flex}.Footer-module__S6Hkya__scopusRow{align-items:center;gap:.85rem;font-size:.85rem;display:flex}.Footer-module__S6Hkya__scopusIcon{color:var(--accent-teal);flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;display:flex}.Footer-module__S6Hkya__scopusLabel{color:var(--color-text-primary);font-weight:600}.Footer-module__S6Hkya__scopusValue{color:var(--color-text-secondary);font-family:var(--font-mono);margin-left:auto;font-weight:500}.Footer-module__S6Hkya__bottomBar{justify-content:center;padding-top:2rem;display:flex}.Footer-module__S6Hkya__copyright{color:var(--color-text-muted);font-size:.85rem}@media (max-width:1024px){.Footer-module__S6Hkya__grid{grid-template-columns:repeat(2,1fr);gap:3.5rem}}@media (max-width:768px){.Footer-module__S6Hkya__footerSection{padding-top:13rem}.Footer-module__S6Hkya__ctaBanner{margin-top:-17rem;padding:3.5rem 1.5rem 2.5rem}.Footer-module__S6Hkya__ctaTitle{font-size:1.95rem}.Footer-module__S6Hkya__ctaDesc{margin-bottom:1.5rem;font-size:.95rem}}@media (max-width:550px){.Footer-module__S6Hkya__grid{grid-template-columns:1fr;gap:2.5rem}.Footer-module__S6Hkya__ctaBanner{margin-top:-16rem}.Footer-module__S6Hkya__footerSection{padding-top:12rem;padding-left:1.5rem;padding-right:1.5rem}}
.AIChatBot-module__xpYPjW__chatbotWrapper{z-index:1000;flex-direction:column;align-items:flex-end;gap:1rem;display:flex;position:fixed;bottom:2rem;right:2rem}.AIChatBot-module__xpYPjW__chatToggleBtn{background:var(--gradient-primary,linear-gradient(135deg, #06b6d4, #8b5cf6));color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .3s cubic-bezier(.175,.885,.32,1.275),box-shadow .3s;display:flex;box-shadow:0 4px 20px #06b6d459}.AIChatBot-module__xpYPjW__chatToggleBtn:hover{transform:scale(1.08)rotate(5deg);box-shadow:0 6px 24px #06b6d473}.AIChatBot-module__xpYPjW__chatToggleBtnActive{color:#ef4444;background:#18181b;box-shadow:0 4px 15px #0003}.AIChatBot-module__xpYPjW__chatPanel{transform-origin:100% 100%;border-radius:16px;flex-direction:column;width:360px;height:480px;animation:.3s cubic-bezier(.165,.84,.44,1) AIChatBot-module__xpYPjW__slideUp;display:flex;overflow:hidden;box-shadow:0 10px 30px #00000014}@keyframes AIChatBot-module__xpYPjW__slideUp{0%{opacity:0;transform:scale(.85)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.AIChatBot-module__xpYPjW__chatHeader{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffb3;border-bottom:1px solid #ffffff80;align-items:center;gap:.75rem;padding:1rem 1.25rem;display:flex}.AIChatBot-module__xpYPjW__botAvatar{width:36px;height:36px;color:var(--accent-teal,#06b6d4);background:#06b6d41a;border:1px solid #06b6d433;border-radius:50%;justify-content:center;align-items:center;display:flex}.AIChatBot-module__xpYPjW__botTitle{font-family:var(--font-heading);color:var(--color-text-primary);margin:0;font-size:.95rem;font-weight:700}.AIChatBot-module__xpYPjW__botSubtitle{color:var(--accent-emerald,#10b981);text-transform:uppercase;letter-spacing:.5px;font-size:.7rem;font-weight:600}.AIChatBot-module__xpYPjW__chatBody{background:#fff3;flex-direction:column;flex:1;gap:1.25rem;padding:1.25rem;display:flex;overflow-y:auto}.AIChatBot-module__xpYPjW__chatBody::-webkit-scrollbar{width:5px}.AIChatBot-module__xpYPjW__chatBody::-webkit-scrollbar-track{background:0 0}.AIChatBot-module__xpYPjW__chatBody::-webkit-scrollbar-thumb{background:#0000000d;border-radius:10px}.AIChatBot-module__xpYPjW__messageRow{flex-direction:column;gap:.4rem;max-width:80%;display:flex}.AIChatBot-module__xpYPjW__messageRowUser{align-self:flex-end}.AIChatBot-module__xpYPjW__messageRowBot{align-self:flex-start}.AIChatBot-module__xpYPjW__messageBubble{border-radius:12px;padding:.8rem 1rem;font-size:.88rem;line-height:1.45}.AIChatBot-module__xpYPjW__messageRowUser .AIChatBot-module__xpYPjW__messageBubble{background:var(--gradient-primary,linear-gradient(135deg, #06b6d4, #8b5cf6));color:#fff;border-bottom-right-radius:4px}.AIChatBot-module__xpYPjW__messageRowBot .AIChatBot-module__xpYPjW__messageBubble{color:var(--color-text-primary);white-space:pre-line;background:#ffffffd9;border:1px solid #0000000a;border-bottom-left-radius:4px}.AIChatBot-module__xpYPjW__messageText{margin:0}.AIChatBot-module__xpYPjW__suggestionsContainer{flex-wrap:wrap;gap:.4rem;margin-top:.25rem;display:flex}.AIChatBot-module__xpYPjW__sugBtn{color:var(--accent-teal,#06b6d4);cursor:pointer;background:#ffffffb3;border:1px solid #06b6d440;border-radius:12px;padding:4px 10px;font-size:.75rem;font-weight:600;transition:all .2s}.AIChatBot-module__xpYPjW__sugBtn:hover{background:var(--accent-teal,#06b6d4);color:#fff;border-color:var(--accent-teal,#06b6d4);transform:translateY(-1px)}.AIChatBot-module__xpYPjW__chatInputForm{background:#fffc;border-top:1px solid #0000000d;gap:.5rem;padding:.8rem 1rem;display:flex}.AIChatBot-module__xpYPjW__chatInput{color:var(--color-text-primary);background:#fff;border:1px solid #00000014;border-radius:20px;outline:none;flex:1;padding:8px 14px;font-size:.85rem;transition:border-color .2s}.AIChatBot-module__xpYPjW__chatInput:focus{border-color:var(--accent-teal,#06b6d4)}.AIChatBot-module__xpYPjW__chatSendBtn{background:var(--accent-teal,#06b6d4);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:opacity .2s,transform .2s;display:flex}.AIChatBot-module__xpYPjW__chatSendBtn:hover:not(:disabled){opacity:.9;transform:scale(1.05)}.AIChatBot-module__xpYPjW__chatSendBtn:disabled{color:var(--color-text-muted);cursor:not-allowed;background:#0000000d}.AIChatBot-module__xpYPjW__typingIndicator{align-items:center;gap:4px;height:10px;display:flex}.AIChatBot-module__xpYPjW__typingIndicator span{background-color:var(--color-text-muted);border-radius:50%;width:6px;height:6px;animation:1s infinite alternate AIChatBot-module__xpYPjW__typing}.AIChatBot-module__xpYPjW__typingIndicator span:nth-child(2){animation-delay:.2s}.AIChatBot-module__xpYPjW__typingIndicator span:nth-child(3){animation-delay:.4s}@keyframes AIChatBot-module__xpYPjW__typing{0%{opacity:.3;transform:translateY(0)}to{opacity:1;transform:translateY(-4px)}}@media (max-width:480px){.AIChatBot-module__xpYPjW__chatbotWrapper{bottom:1rem;right:1rem}.AIChatBot-module__xpYPjW__chatPanel{width:calc(100vw - 2rem);height:400px}}
