.Navbar-module__cJzEcG__nav{z-index:1000;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#06080db3;border-bottom:1px solid #0000;justify-content:space-between;align-items:center;padding:1.2rem 2rem;transition:border-color .4s;display:flex;position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__scrolled{border-bottom-color:var(--color-border)}.Navbar-module__cJzEcG__logo{font-family:var(--font-display);letter-spacing:-.02em;align-items:center;gap:.7rem;font-size:1.35rem;font-weight:800;display:flex}.Navbar-module__cJzEcG__logoMark{width:36px;height:36px;color:var(--color-bg);background:linear-gradient(135deg,#4af0c0 0%,#6c7aff 50%,#ff6caa 100%);border-radius:10px;justify-content:center;align-items:center;font-size:1rem;font-weight:800;display:flex;box-shadow:0 0 20px #4af0c04d}.Navbar-module__cJzEcG__links{align-items:center;gap:2rem;display:flex}.Navbar-module__cJzEcG__links a{color:var(--color-text-secondary);letter-spacing:.02em;font-size:.88rem;font-weight:500;transition:color .3s;position:relative}.Navbar-module__cJzEcG__links a:hover{color:var(--color-accent)}.Navbar-module__cJzEcG__links a:after{content:"";background:var(--color-accent);width:0;height:1.5px;transition:width .3s cubic-bezier(.16,1,.3,1);position:absolute;bottom:-4px;left:0}.Navbar-module__cJzEcG__links a:hover:after{width:100%}.Navbar-module__cJzEcG__cta{background:var(--color-accent);color:var(--color-bg);letter-spacing:.02em;cursor:pointer;border:none;border-radius:100px;padding:.55rem 1.4rem;font-size:.85rem;font-weight:600;transition:all .3s;box-shadow:0 0 20px #4af0c033}.Navbar-module__cJzEcG__cta:hover{transform:translateY(-1px);box-shadow:0 0 30px #4af0c066}.Navbar-module__cJzEcG__hamburger{cursor:pointer;z-index:1001;flex-direction:column;gap:5px;padding:4px;display:none}.Navbar-module__cJzEcG__hamburger span{background:var(--color-text-primary);width:24px;height:2px;transition:all .3s}.Navbar-module__cJzEcG__active span:first-child{transform:translateY(7px)rotate(45deg)}.Navbar-module__cJzEcG__active span:nth-child(2){opacity:0}.Navbar-module__cJzEcG__active span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (max-width:768px){.Navbar-module__cJzEcG__links{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:#06080df7;flex-direction:column;justify-content:center;align-items:center;gap:2.5rem;display:none;position:fixed;inset:0}.Navbar-module__cJzEcG__open{display:flex}.Navbar-module__cJzEcG__links a{font-size:1.3rem}.Navbar-module__cJzEcG__hamburger{display:flex}}
.Hero-module__ZARIfG__hero{z-index:1;align-items:center;min-height:100vh;padding:8rem 2rem 4rem;display:flex;position:relative}.Hero-module__ZARIfG__container{width:100%;max-width:1200px;margin:0 auto}.Hero-module__ZARIfG__badge{border:1px solid var(--color-border);background:var(--color-bg-elevated);color:var(--color-text-secondary);font-size:.78rem;font-family:var(--font-mono);border-radius:100px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.4rem 1rem;animation:.8s cubic-bezier(.16,1,.3,1) both Hero-module__ZARIfG__fadeUp;display:inline-flex}.Hero-module__ZARIfG__badgeDot{background:var(--color-accent);width:6px;height:6px;box-shadow:0 0 8px var(--color-accent);border-radius:50%;animation:2s ease-in-out infinite Hero-module__ZARIfG__pulse}.Hero-module__ZARIfG__title{font-family:var(--font-display);letter-spacing:-.03em;margin-bottom:1.5rem;font-size:clamp(2.8rem,7vw,5.5rem);font-weight:800;line-height:1.05;animation:.8s cubic-bezier(.16,1,.3,1) .1s both Hero-module__ZARIfG__fadeUp}.Hero-module__ZARIfG__title span{background:linear-gradient(135deg,#4af0c0 0%,#6c7aff 50%,#ff6caa 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Hero-module__ZARIfG__desc{color:var(--color-text-secondary);max-width:560px;margin-bottom:2.5rem;font-size:1.15rem;line-height:1.65;animation:.8s cubic-bezier(.16,1,.3,1) .2s both Hero-module__ZARIfG__fadeUp}.Hero-module__ZARIfG__actions{flex-wrap:wrap;gap:1rem;animation:.8s cubic-bezier(.16,1,.3,1) .3s both Hero-module__ZARIfG__fadeUp;display:flex}.Hero-module__ZARIfG__btnPrimary,.Hero-module__ZARIfG__btnGhost{cursor:pointer;letter-spacing:.01em;border:none;border-radius:100px;padding:.8rem 2rem;font-size:.92rem;font-weight:600;transition:all .35s;display:inline-block}.Hero-module__ZARIfG__btnPrimary{background:var(--color-accent);color:var(--color-bg);box-shadow:0 0 30px #4af0c033}.Hero-module__ZARIfG__btnPrimary:hover{transform:translateY(-2px);box-shadow:0 0 50px #4af0c059}.Hero-module__ZARIfG__btnGhost{border:1px solid var(--color-border);color:var(--color-text-primary);background:0 0}.Hero-module__ZARIfG__btnGhost:hover{border-color:var(--color-accent);color:var(--color-accent)}.Hero-module__ZARIfG__visual{aspect-ratio:1;pointer-events:none;z-index:0;width:45%;max-width:600px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.Hero-module__ZARIfG__ring{border:1px solid #4af0c014;border-radius:50%;animation:30s linear infinite Hero-module__ZARIfG__spinSlow;position:absolute}.Hero-module__ZARIfG__ring1{inset:0}.Hero-module__ZARIfG__ring2{border-color:#6c7aff1a;animation-duration:25s;animation-direction:reverse;inset:12%}.Hero-module__ZARIfG__ring3{border-color:#ff6caa0f;animation-duration:20s;inset:24%}.Hero-module__ZARIfG__ringDot{background:var(--color-accent);width:8px;height:8px;box-shadow:0 0 15px var(--color-accent);border-radius:50%;position:absolute;top:50%;left:0;transform:translate(-50%,-50%)}.Hero-module__ZARIfG__ring2 .Hero-module__ZARIfG__ringDot{background:var(--color-accent2);box-shadow:0 0 15px var(--color-accent2);top:0;left:50%}.Hero-module__ZARIfG__ring3 .Hero-module__ZARIfG__ringDot{background:var(--color-accent3);box-shadow:0 0 15px var(--color-accent3);top:50%;left:auto;right:0;transform:translate(50%,-50%)}@media (max-width:1024px){.Hero-module__ZARIfG__visual{display:none}}@media (max-width:768px){.Hero-module__ZARIfG__hero{min-height:auto;padding:7rem 1.5rem 3rem}}
.Stats-module__yL2aHq__stats{z-index:1;margin-top:-1rem;padding:0 2rem;position:relative}.Stats-module__yL2aHq__inner{background:var(--color-border);border:1px solid var(--color-border);border-radius:16px;grid-template-columns:repeat(3,1fr);gap:1px;max-width:1200px;margin:0 auto;display:grid;overflow:hidden}.Stats-module__yL2aHq__stat{background:var(--color-bg-elevated);text-align:center;padding:2rem}.Stats-module__yL2aHq__number{font-family:var(--font-display);background:linear-gradient(135deg,#4af0c0 0%,#6c7aff 50%,#ff6caa 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2.2rem;font-weight:800}.Stats-module__yL2aHq__label{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.08em;margin-top:.3rem;font-size:.82rem;font-weight:500}@media (max-width:768px){.Stats-module__yL2aHq__inner{grid-template-columns:repeat(2,1fr)}}
.Services-module__dpHhBa__section{z-index:1;padding:7rem 2rem;position:relative}.Services-module__dpHhBa__header{max-width:1200px;margin:0 auto 3.5rem}.Services-module__dpHhBa__label{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.15em;color:var(--color-accent);align-items:center;gap:.6rem;margin-bottom:1rem;font-size:.75rem;display:flex}.Services-module__dpHhBa__label:before{content:"";background:var(--color-accent);width:20px;height:1px}.Services-module__dpHhBa__title{font-family:var(--font-display);letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(2rem,4vw,3.2rem);font-weight:800;line-height:1.15}.Services-module__dpHhBa__desc{color:var(--color-text-secondary);max-width:560px;font-size:1.05rem;line-height:1.65}.Services-module__dpHhBa__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1200px;margin:0 auto;display:grid}.Services-module__dpHhBa__card{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:16px;padding:2.2rem;transition:all .45s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.Services-module__dpHhBa__card:before{content:"";opacity:0;background:linear-gradient(135deg,#4af0c014 0%,#6c7aff14 100%);transition:opacity .45s;position:absolute;inset:0}.Services-module__dpHhBa__card:hover{border-color:var(--color-border-glow);transform:translateY(-4px)}.Services-module__dpHhBa__card:hover:before{opacity:1}.Services-module__dpHhBa__cardIcon{z-index:1;background:#4af0c014;border:1px solid #4af0c01f;border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:1.5rem;font-size:1.5rem;display:flex;position:relative}.Services-module__dpHhBa__blockchain .Services-module__dpHhBa__cardIcon{background:#6c7aff14;border-color:#6c7aff1f}.Services-module__dpHhBa__web3 .Services-module__dpHhBa__cardIcon{background:#ff6caa14;border-color:#ff6caa1f}.Services-module__dpHhBa__cardTitle{font-family:var(--font-display);z-index:1;margin-bottom:.7rem;font-size:1.3rem;font-weight:700;position:relative}.Services-module__dpHhBa__cardDesc{color:var(--color-text-secondary);z-index:1;margin-bottom:1.5rem;font-size:.92rem;line-height:1.6;position:relative}.Services-module__dpHhBa__cardTags{z-index:1;flex-wrap:wrap;gap:.4rem;display:flex;position:relative}.Services-module__dpHhBa__tag{font-size:.72rem;font-family:var(--font-mono);border:1px solid var(--color-border);color:var(--color-text-muted);background:var(--color-bg);border-radius:100px;padding:.25rem .7rem}@media (max-width:1024px){.Services-module__dpHhBa__grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.Services-module__dpHhBa__section{padding:4rem 1.5rem}.Services-module__dpHhBa__grid{grid-template-columns:1fr}}
.CaseStudies-module__jbAG5a__section{z-index:1;padding:7rem 2rem;position:relative}.CaseStudies-module__jbAG5a__header{max-width:1200px;margin:0 auto 3.5rem}.CaseStudies-module__jbAG5a__label{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.15em;color:var(--color-accent);align-items:center;gap:.6rem;margin-bottom:1rem;font-size:.75rem;display:flex}.CaseStudies-module__jbAG5a__label:before{content:"";background:var(--color-accent);width:20px;height:1px}.CaseStudies-module__jbAG5a__title{font-family:var(--font-display);letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(2rem,4vw,3.2rem);font-weight:800;line-height:1.15}.CaseStudies-module__jbAG5a__desc{color:var(--color-text-secondary);max-width:560px;font-size:1.05rem;line-height:1.65}.CaseStudies-module__jbAG5a__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:1200px;margin:0 auto;display:grid}.CaseStudies-module__jbAG5a__card{border:1px solid var(--color-border);background:var(--color-bg-card);border-radius:16px;transition:all .45s cubic-bezier(.16,1,.3,1);overflow:hidden}.CaseStudies-module__jbAG5a__card:hover{border-color:var(--color-border-glow);transform:translateY(-3px)}.CaseStudies-module__jbAG5a__visual{height:220px;position:relative;overflow:hidden}.CaseStudies-module__jbAG5a__visualBg{position:absolute;inset:0}.CaseStudies-module__jbAG5a__v1 .CaseStudies-module__jbAG5a__visualBg{background:linear-gradient(135deg,#0a1628 0%,#0f2847 40%,#162a4a 100%)}.CaseStudies-module__jbAG5a__v2 .CaseStudies-module__jbAG5a__visualBg{background:linear-gradient(135deg,#0a0f28 0%,#1a0f3d 40%,#2a1a4a 100%)}.CaseStudies-module__jbAG5a__v3 .CaseStudies-module__jbAG5a__visualBg{background:linear-gradient(135deg,#0a2818 0%,#0f3d2a 40%,#1a4a32 100%)}.CaseStudies-module__jbAG5a__pattern{opacity:.5;position:absolute;inset:0}.CaseStudies-module__jbAG5a__v1 .CaseStudies-module__jbAG5a__pattern{background:repeating-linear-gradient(90deg,#0000,#0000 40px,#4af0c00a 40px 41px),repeating-linear-gradient(0deg,#0000,#0000 40px,#4af0c00a 40px 41px)}.CaseStudies-module__jbAG5a__v2 .CaseStudies-module__jbAG5a__pattern{background:radial-gradient(circle at 30%,#6c7aff26 0%,#0000 50%),radial-gradient(circle at 70%,#ff6caa1a 0%,#0000 50%)}.CaseStudies-module__jbAG5a__v3 .CaseStudies-module__jbAG5a__pattern{background:conic-gradient(#4af0c00f 0deg,#0000 60deg,#4af0c00a 120deg,#0000 180deg,#4af0c00f 240deg,#0000 300deg,#4af0c00f 360deg)}.CaseStudies-module__jbAG5a__float{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-family:var(--font-mono);color:#ffffff80;border:1px solid #ffffff0f;border-radius:10px;padding:.8rem 1rem;font-size:.7rem;animation:4s ease-in-out infinite CaseStudies-module__jbAG5a__float;position:absolute}.CaseStudies-module__jbAG5a__v1 .CaseStudies-module__jbAG5a__float:nth-child(3){background:#4af0c014;top:30px;left:30px}.CaseStudies-module__jbAG5a__v1 .CaseStudies-module__jbAG5a__float:nth-child(4){background:#6c7aff14;animation-duration:5s;animation-delay:1s;bottom:30px;right:30px}.CaseStudies-module__jbAG5a__v2 .CaseStudies-module__jbAG5a__float:nth-child(3){background:#6c7aff1a;animation-duration:4.5s;top:25px;right:25px}.CaseStudies-module__jbAG5a__v2 .CaseStudies-module__jbAG5a__float:nth-child(4){background:#ff6caa14;animation-duration:5.5s;animation-delay:.5s;bottom:25px;left:25px}.CaseStudies-module__jbAG5a__v3 .CaseStudies-module__jbAG5a__float:nth-child(3){background:#4af0c014;animation-delay:.3s;top:30px;left:30px}.CaseStudies-module__jbAG5a__body{padding:2rem}.CaseStudies-module__jbAG5a__category{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--color-accent);margin-bottom:.7rem;font-size:.72rem}.CaseStudies-module__jbAG5a__cardTitle{font-family:var(--font-display);margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.CaseStudies-module__jbAG5a__cardDesc{color:var(--color-text-secondary);margin-bottom:1.2rem;font-size:.88rem;line-height:1.6}.CaseStudies-module__jbAG5a__metrics{gap:2rem;display:flex}.CaseStudies-module__jbAG5a__metricVal{font-family:var(--font-display);color:var(--color-accent);font-size:1.1rem;font-weight:700}.CaseStudies-module__jbAG5a__metricLabel{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.06em;font-size:.72rem}@media (max-width:768px){.CaseStudies-module__jbAG5a__section{padding:4rem 1.5rem}.CaseStudies-module__jbAG5a__grid{grid-template-columns:1fr}}
.About-module__vAULUW__about{z-index:1;background:var(--color-bg-elevated);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);padding:7rem 2rem;position:relative}.About-module__vAULUW__inner{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.About-module__vAULUW__label{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.15em;color:var(--color-accent);align-items:center;gap:.6rem;margin-bottom:1rem;font-size:.75rem;display:flex}.About-module__vAULUW__label:before{content:"";background:var(--color-accent);width:20px;height:1px}.About-module__vAULUW__title{font-family:var(--font-display);letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(2rem,4vw,3.2rem);font-weight:800;line-height:1.15}.About-module__vAULUW__desc{color:var(--color-text-secondary);max-width:560px;font-size:1.05rem;line-height:1.65}.About-module__vAULUW__features{flex-direction:column;gap:1.5rem;display:flex}.About-module__vAULUW__feature{border-radius:12px;align-items:flex-start;gap:1rem;padding:1.2rem;transition:background .3s;display:flex}.About-module__vAULUW__feature:hover{background:#4af0c008}.About-module__vAULUW__featureIcon{background:#4af0c014;border:1px solid #4af0c01f;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.1rem;display:flex}.About-module__vAULUW__featureTitle{font-family:var(--font-display);margin-bottom:.25rem;font-size:1rem;font-weight:600}.About-module__vAULUW__featureDesc{color:var(--color-text-secondary);font-size:.85rem;line-height:1.55}@media (max-width:1024px){.About-module__vAULUW__inner{grid-template-columns:1fr}}@media (max-width:768px){.About-module__vAULUW__about{padding:4rem 1.5rem}}
.Contact-module__hcVmEa__section{z-index:1;padding:7rem 2rem;position:relative}.Contact-module__hcVmEa__header{max-width:1200px;margin:0 auto 3.5rem}.Contact-module__hcVmEa__label{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.15em;color:var(--color-accent);align-items:center;gap:.6rem;margin-bottom:1rem;font-size:.75rem;display:flex}.Contact-module__hcVmEa__label:before{content:"";background:var(--color-accent);width:20px;height:1px}.Contact-module__hcVmEa__title{font-family:var(--font-display);letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(2rem,4vw,3.2rem);font-weight:800;line-height:1.15}.Contact-module__hcVmEa__desc{color:var(--color-text-secondary);max-width:560px;font-size:1.05rem;line-height:1.65}.Contact-module__hcVmEa__inner{grid-template-columns:1fr 1fr;gap:3rem;max-width:1200px;margin:0 auto;display:grid}.Contact-module__hcVmEa__form{flex-direction:column;gap:1rem;display:flex}.Contact-module__hcVmEa__row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.Contact-module__hcVmEa__field{flex-direction:column;gap:.4rem;display:flex}.Contact-module__hcVmEa__field label{color:var(--color-text-muted);font-size:.82rem;font-weight:500}.Contact-module__hcVmEa__field input,.Contact-module__hcVmEa__field textarea,.Contact-module__hcVmEa__field select{background:var(--color-bg-card);border:1px solid var(--color-border);color:var(--color-text-primary);font-family:var(--font-body);border-radius:10px;outline:none;padding:.75rem 1rem;font-size:.9rem;transition:border-color .3s}.Contact-module__hcVmEa__field input:focus,.Contact-module__hcVmEa__field textarea:focus,.Contact-module__hcVmEa__field select:focus{border-color:var(--color-accent)}.Contact-module__hcVmEa__field textarea{resize:vertical;min-height:120px}.Contact-module__hcVmEa__field select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%238892a8' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat}.Contact-module__hcVmEa__field select option{background:var(--color-bg-card)}.Contact-module__hcVmEa__submitBtn{cursor:pointer;letter-spacing:.01em;background:var(--color-accent);color:var(--color-bg);border:none;border-radius:100px;align-self:flex-start;margin-top:.5rem;padding:.8rem 2rem;font-size:.92rem;font-weight:600;transition:all .35s;box-shadow:0 0 30px #4af0c033}.Contact-module__hcVmEa__submitBtn:hover{transform:translateY(-2px);box-shadow:0 0 50px #4af0c059}.Contact-module__hcVmEa__sent{background:var(--color-accent-dim)}.Contact-module__hcVmEa__info{flex-direction:column;gap:2rem;display:flex}.Contact-module__hcVmEa__infoCard{border:1px solid var(--color-border);background:var(--color-bg-card);border-radius:14px;padding:1.8rem}.Contact-module__hcVmEa__infoCard h4{font-family:var(--font-display);margin-bottom:1rem;font-size:1.05rem;font-weight:700}.Contact-module__hcVmEa__infoItem{color:var(--color-text-secondary);align-items:center;gap:.8rem;padding:.6rem 0;font-size:.9rem;display:flex}.Contact-module__hcVmEa__infoItem span:first-child{background:#4af0c014;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;display:flex}.Contact-module__hcVmEa__highlight{border-color:var(--color-accent-dim);background:linear-gradient(135deg,#4af0c014 0%,#6c7aff14 100%)}.Contact-module__hcVmEa__highlightText{color:var(--color-text-secondary);font-size:.88rem;line-height:1.55}@media (max-width:768px){.Contact-module__hcVmEa__section{padding:4rem 1.5rem}.Contact-module__hcVmEa__inner,.Contact-module__hcVmEa__row{grid-template-columns:1fr}}
.Footer-module__S6Hkya__footer{border-top:1px solid var(--color-border);z-index:1;padding:3rem 2rem;position:relative}.Footer-module__S6Hkya__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;max-width:1200px;margin:0 auto;display:flex}.Footer-module__S6Hkya__left{align-items:center;gap:.7rem;display:flex}.Footer-module__S6Hkya__logo{font-family:var(--font-display);font-size:1.1rem;font-weight:800}.Footer-module__S6Hkya__copy{color:var(--color-text-muted);font-size:.8rem}.Footer-module__S6Hkya__links{gap:1.5rem;display:flex}.Footer-module__S6Hkya__links a{color:var(--color-text-muted);font-size:.82rem;transition:color .3s}.Footer-module__S6Hkya__links a:hover{color:var(--color-accent)}
