.NavBar-module__d-sbrW__navbar{inset-inline:0;z-index:1000;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);background:#0a0f0fcc;padding:.5rem 0;position:fixed;top:0}.NavBar-module__d-sbrW__navContainer{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:0 2rem;display:flex}.NavBar-module__d-sbrW__logo{color:#fff;cursor:pointer;align-items:center;gap:.5rem;text-decoration:none;display:flex}.NavBar-module__d-sbrW__logo:focus-visible{outline:2px solid var(--teal);outline-offset:3px;border-radius:4px}.NavBar-module__d-sbrW__logoImg{height:40px;display:block}.NavBar-module__d-sbrW__logoText{font-family:JetBrains Mono,monospace;font-size:1.5rem;font-weight:700}.NavBar-module__d-sbrW__menu{gap:2rem;margin:0;padding:0;list-style:none;display:flex}.NavBar-module__d-sbrW__link{color:#fffc;-webkit-text-decoration-skip:none;text-underline-offset:0;cursor:pointer;font-weight:500;font-size:inherit;background:0 0;border:none;padding:0;font-family:inherit;transition:all .25s;position:relative;text-decoration:none!important;text-decoration-thickness:0!important}.NavBar-module__d-sbrW__link:after{content:"";background:linear-gradient(90deg,var(--teal),var(--cyan));width:0;height:2px;transition:width .25s;position:absolute;bottom:-5px;left:0}.NavBar-module__d-sbrW__link:hover{color:var(--teal);transform:translateY(-2px)}.NavBar-module__d-sbrW__link:hover:after{width:100%}.NavBar-module__d-sbrW__navbar a,.NavBar-module__d-sbrW__navbar a:visited,.NavBar-module__d-sbrW__navbar a:hover,.NavBar-module__d-sbrW__navbar a:focus{text-decoration:none!important;text-decoration-thickness:0!important}.NavBar-module__d-sbrW__logo,.NavBar-module__d-sbrW__mobileLogo,.NavBar-module__d-sbrW__logoText{text-decoration:none!important}.NavBar-module__d-sbrW__hamburger{cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(#ffffff1a,#ffffff0a);border:1px solid #ffffff1a;border-radius:14px;width:46px;height:46px;padding:0;transition:transform .18s,box-shadow .28s,background .28s;display:none;position:relative;box-shadow:inset 0 1px #ffffff2e,0 8px 24px #00000047}.NavBar-module__d-sbrW__hamburger:after{content:"";border-radius:inherit;pointer-events:none;position:absolute;inset:0;box-shadow:inset 0 0 0 1px #ffffff0f}.NavBar-module__d-sbrW__hamburger span{background:linear-gradient(90deg,var(--teal),var(--cyan));transform-origin:10%;border-radius:2px;width:22px;height:2.5px;transition:transform .28s cubic-bezier(.22,.8,.36,1),opacity .2s,width .2s;position:absolute;top:50%;left:50%}.NavBar-module__d-sbrW__hamburger span:first-child{transform:translate(-50%,calc(-50% - 6px))}.NavBar-module__d-sbrW__hamburger span:nth-child(2){opacity:.95;width:18px;transform:translate(-50%,-50%)}.NavBar-module__d-sbrW__hamburger span:nth-child(3){transform:translate(-50%,calc(6px - 50%))}.NavBar-module__d-sbrW__hamburger:hover{box-shadow:inset 0 1px #ffffff2e,0 12px 30px #14b8a638}.NavBar-module__d-sbrW__hamburger:active{transform:scale(.98)}.NavBar-module__d-sbrW__hamburger:focus-visible{outline:2px solid var(--teal);outline-offset:3px}.NavBar-module__d-sbrW__isOpen span:first-child{transform:translate(-50%,-50%)rotate(45deg)}.NavBar-module__d-sbrW__isOpen span:nth-child(2){opacity:0;width:0}.NavBar-module__d-sbrW__isOpen span:nth-child(3){transform:translate(-50%,-50%)rotate(-45deg)}.NavBar-module__d-sbrW__isOpen{box-shadow:inset 0 1px #ffffff2e,0 14px 36px #14b8a647}@media (prefers-reduced-motion:reduce){.NavBar-module__d-sbrW__hamburger,.NavBar-module__d-sbrW__hamburger span{transition:none}}@media (max-width:900px){.NavBar-module__d-sbrW__hamburger{justify-content:center;align-items:center;display:flex}}.NavBar-module__d-sbrW__mobileMenu{z-index:1050;pointer-events:none;display:none;position:fixed;inset:0}.NavBar-module__d-sbrW__active{pointer-events:auto;display:block}.NavBar-module__d-sbrW__sheet{width:100%;height:100%;padding:calc(1rem + env(safe-area-inset-top))1.5rem calc(1.5rem + env(safe-area-inset-bottom));z-index:2;pointer-events:auto;opacity:0;flex-direction:column;transition:opacity .3s,transform .3s cubic-bezier(.22,.8,.36,1);display:flex;position:absolute;inset:0;transform:scale(.95)}.NavBar-module__d-sbrW__active .NavBar-module__d-sbrW__sheet{opacity:1;transform:scale(1)}.NavBar-module__d-sbrW__mobileHead{z-index:3;border-bottom:1px solid #14b8a626;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex;position:relative}.NavBar-module__d-sbrW__mobileLogo{color:#fff;cursor:pointer;align-items:center;gap:1rem;text-decoration:none;display:flex}.NavBar-module__d-sbrW__mobileLogo:focus-visible{outline:2px solid var(--teal);outline-offset:3px;border-radius:4px}.NavBar-module__d-sbrW__mobileLogoImg{height:35px}.NavBar-module__d-sbrW__closeBtn{color:#5eead4;cursor:pointer;background:linear-gradient(#ffffff1a,#ffffff0a);border:1px solid #14b8a633;border-radius:14px;justify-content:center;align-items:center;width:46px;height:46px;transition:all .25s;display:flex;position:relative;box-shadow:inset 0 1px #ffffff2e,0 8px 24px #00000047}.NavBar-module__d-sbrW__closeBtn:hover{color:#ccfbf1;background:linear-gradient(#14b8a629,#06b6d41f);border-color:#14b8a673;transform:scale(1.05);box-shadow:inset 0 1px #ffffff2e,0 12px 30px #14b8a638}.NavBar-module__d-sbrW__closeBtn:active{transform:scale(.95)}.NavBar-module__d-sbrW__closeIcon{width:22px;height:22px;position:relative}.NavBar-module__d-sbrW__closeIcon span{background:linear-gradient(90deg,var(--teal),var(--cyan));border-radius:2px;width:22px;height:2.5px;position:absolute;top:50%;left:50%}.NavBar-module__d-sbrW__closeIcon span:first-child{transform:translate(-50%,-50%)rotate(45deg)}.NavBar-module__d-sbrW__closeIcon span:last-child{transform:translate(-50%,-50%)rotate(-45deg)}.NavBar-module__d-sbrW__mobileLinks{z-index:3;flex-direction:column;gap:1rem;width:100%;max-width:560px;margin:0 auto;display:flex;position:relative}.NavBar-module__d-sbrW__mobileLink{color:#ffffffeb;cursor:pointer;-webkit-tap-highlight-color:transparent;opacity:0;background:linear-gradient(#0e74901f,#0891b214);border:1px solid #14b8a640;border-radius:18px;align-items:center;gap:1rem;padding:1.1rem .85rem;font-size:1.05rem;font-weight:600;text-decoration:none;transition:all .25s;display:flex;position:relative;transform:translateY(20px);box-shadow:inset 0 1px #14b8a626,0 10px 30px #00000040,0 0 0 1px #14b8a614}.NavBar-module__d-sbrW__active .NavBar-module__d-sbrW__mobileLink{animation:.4s forwards NavBar-module__d-sbrW__slideUp}.NavBar-module__d-sbrW__active .NavBar-module__d-sbrW__mobileLink:first-child{animation-delay:.1s}.NavBar-module__d-sbrW__active .NavBar-module__d-sbrW__mobileLink:nth-child(2){animation-delay:.15s}.NavBar-module__d-sbrW__active .NavBar-module__d-sbrW__mobileLink:nth-child(3){animation-delay:.2s}.NavBar-module__d-sbrW__active .NavBar-module__d-sbrW__mobileLink:nth-child(4){animation-delay:.25s}@keyframes NavBar-module__d-sbrW__slideUp{to{opacity:1;transform:translateY(0)}}.NavBar-module__d-sbrW__mobileLink:focus-visible{outline:2px solid var(--teal);outline-offset:3px}.NavBar-module__d-sbrW__mobileLink:after{content:"";pointer-events:none;opacity:.3;mix-blend-mode:screen;background:linear-gradient(#14b8a62e,#0000 30% 70%,#06b6d41f);border-radius:20px;position:absolute;inset:-1px}.NavBar-module__d-sbrW__mobileLink:hover,.NavBar-module__d-sbrW__mobileLink:active{background:linear-gradient(135deg,#14b8a63d,#06b6d42e);border-color:#14b8a68c;transform:scale(.98);box-shadow:inset 0 1px #14b8a640,0 14px 36px #0000004d,0 0 28px #14b8a666}.NavBar-module__d-sbrW__mobileText{letter-spacing:.1px;font-weight:600;text-decoration:none}.NavBar-module__d-sbrW__iconBadge{color:#5eead4;pointer-events:none;background:linear-gradient(135deg,#14b8a638,#06b6d41f);border:1px solid #14b8a659;border-radius:10px;justify-content:center;align-items:center;width:36px;min-width:36px;height:36px;display:flex;box-shadow:inset 0 1px #14b8a640,0 6px 16px #14b8a640}.NavBar-module__d-sbrW__iconSvg{pointer-events:none;width:20px;height:20px;display:block}.NavBar-module__d-sbrW__mobileLink:hover .NavBar-module__d-sbrW__iconBadge,.NavBar-module__d-sbrW__mobileLink:active .NavBar-module__d-sbrW__iconBadge{color:#99f6e4;background:linear-gradient(135deg,#14b8a652,#06b6d42e);border-color:#14b8a6a6;box-shadow:inset 0 1px #14b8a659,0 10px 24px #14b8a673}.NavBar-module__d-sbrW__backdrop:before{content:"";opacity:.06;filter:grayscale()brightness(1.2);mix-blend-mode:screen;pointer-events:none;z-index:0;background:url(/assets/dkpk_logo.png) 50%/contain no-repeat;width:min(350px,65vw);height:min(350px,65vw);position:absolute;bottom:3%;left:50%;transform:translate(-50%)}.NavBar-module__d-sbrW__backdrop{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);opacity:0;pointer-events:auto;z-index:1;background:radial-gradient(circle at 85% 15%,#14b8a638,#0000 45%),radial-gradient(circle at 20% 80%,#06b6d42e,#0000 50%),linear-gradient(#080e0ef5,#050a0afa);transition:opacity .3s;position:absolute;inset:0}.NavBar-module__d-sbrW__active .NavBar-module__d-sbrW__backdrop{opacity:1}.NavBar-module__d-sbrW__chev{opacity:.9;pointer-events:none;color:#5eead4;width:22px;height:22px;margin-left:auto;transition:transform .22s}.NavBar-module__d-sbrW__mobileLink:hover .NavBar-module__d-sbrW__chev,.NavBar-module__d-sbrW__mobileLink:active .NavBar-module__d-sbrW__chev{color:#99f6e4;transform:translate(4px)}@media (min-width:901px){.NavBar-module__d-sbrW__menu{display:flex!important}.NavBar-module__d-sbrW__hamburger,.NavBar-module__d-sbrW__mobileMenu{display:none!important}}@media (max-width:900px){.NavBar-module__d-sbrW__menu{display:none!important}.NavBar-module__d-sbrW__hamburger{justify-content:center;align-items:center;display:flex!important}}@media (max-width:820px){.NavBar-module__d-sbrW__logoText,.NavBar-module__d-sbrW__mobileLogoText,.NavBar-module__d-sbrW__brandText{display:none!important}}@media (max-width:480px){.NavBar-module__d-sbrW__navContainer{padding:0 1rem}.NavBar-module__d-sbrW__mobileLinks{gap:.8rem}.NavBar-module__d-sbrW__mobileLink{padding:1rem .9rem;font-size:1rem}}
.FABChat-module__TFDCJa__dkpkaiPanel,.FABChat-module__TFDCJa__dkpkaiPanel *{box-sizing:border-box!important}.FABChat-module__TFDCJa__dkpkaiPanel{color:#fff;z-index:1;will-change:transform;contain:paint;isolation:isolate;background-color:#0000;background-image:radial-gradient(120% 80% at 78% 0,#06b6d42e,#0000 60%),radial-gradient(140% 120% at -10% 110%,#14b8a629,#0000 55%),linear-gradient(#070b0bf0,#050909fb);background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:auto,auto,auto;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:padding-box;border:1px solid #ffffff2e;border-radius:22px;flex-direction:column;flex-shrink:0;width:100%;max-width:560px;margin:0 auto;animation:.35s cubic-bezier(.22,1,.36,1) FABChat-module__TFDCJa__dkpkaiRise;display:flex;position:relative;overflow:hidden;transform:translateZ(0);box-shadow:0 34px 90px #0000008c,inset 0 0 0 1px #ffffff0a}@keyframes FABChat-module__TFDCJa__dkpkaiRise{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:none}}.FABChat-module__TFDCJa__dkpkaiTeal:before{content:"";border-radius:inherit;pointer-events:none;filter:blur(16px);mix-blend-mode:screen;background:radial-gradient(58% 50% at 88% 18%,#06b6d440,#0000 60%),radial-gradient(70% 60% at 10% 100%,#14b8a638,#0000 65%);position:absolute;inset:-1px}.FABChat-module__TFDCJa__dkpkaiPanel:after{content:"";pointer-events:none;border-radius:inherit;mix-blend-mode:screen;opacity:.9;background:radial-gradient(120px 80px at 18% 0,#ffffff1a,#0000 60%),radial-gradient(140px 100px at 96% 8%,#06b6d414,#0000 60%);position:absolute;inset:0}.FABChat-module__TFDCJa__dkpkaiHead{border-bottom:1px solid #ffffff14;flex-shrink:0;justify-content:space-between;align-items:center;gap:.75rem;padding:1rem 1rem .9rem;display:flex}.FABChat-module__TFDCJa__dkpkaiBrand{align-items:center;gap:.7rem;display:flex}.FABChat-module__TFDCJa__dkpkaiLogo{background:linear-gradient(135deg,#ffffff38,#ffffff0f);border:1px solid #ffffff29;border-radius:8px;flex-shrink:0;place-items:center;width:28px;height:28px;display:inline-grid;box-shadow:inset 0 1px #ffffff38,0 6px 16px #06b6d42e}.FABChat-module__TFDCJa__dkpkaiLogo img,.FABChat-module__TFDCJa__dkpkaiLogo svg{width:20px;height:20px;display:block}.FABChat-module__TFDCJa__dkpkaiName{letter-spacing:.2px;font-weight:900}.FABChat-module__TFDCJa__dkpkaiSub{color:#ffffffbf;font-size:.85rem}.FABChat-module__TFDCJa__dkpkaiCloseBtn{color:#c9ffff;cursor:pointer;background:linear-gradient(#ffffff1f,#ffffff0f);border:1px solid #ffffff24;border-radius:12px;flex-shrink:0;place-items:center;width:44px;height:44px;transition:transform .2s,box-shadow .3s,background .2s,border-color .2s,opacity .2s;display:grid;box-shadow:inset 0 1px #ffffff2e,0 10px 24px #00000047}.FABChat-module__TFDCJa__dkpkaiCloseBtn:hover{color:#fff;border-color:#14b8a659;transform:translateY(-1px);box-shadow:inset 0 1px #ffffff2e,0 14px 32px #14b8a640}.FABChat-module__TFDCJa__dkpkaiCloseX{width:18px;height:18px;display:block;position:relative}.FABChat-module__TFDCJa__dkpkaiCloseX:before,.FABChat-module__TFDCJa__dkpkaiCloseX:after{content:"";background:currentColor;border-radius:2px;width:18px;height:2px;position:absolute;top:50%;left:0}.FABChat-module__TFDCJa__dkpkaiCloseX:before{transform:translateY(-50%)rotate(45deg)}.FABChat-module__TFDCJa__dkpkaiCloseX:after{transform:translateY(-50%)rotate(-45deg)}.FABChat-module__TFDCJa__dkpkaiLog{overscroll-behavior:contain;background:radial-gradient(110% 70% at 0 0,#ffffff0a,#0000 60%),radial-gradient(80% 60% at 100% 100%,#14b8a61a,#0000 60%);flex:auto;min-height:clamp(180px,28svh,320px);max-height:clamp(220px,38svh,440px);padding:1rem 1rem 1.2rem;overflow:hidden auto}.FABChat-module__TFDCJa__dkpkaiLog::-webkit-scrollbar{width:8px}.FABChat-module__TFDCJa__dkpkaiLog::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--teal,#14b8a6),var(--cyan,#06b6d4));border:2px solid #00000040;border-radius:8px}.FABChat-module__TFDCJa__dkpkaiLog{scrollbar-color:color-mix(in srgb,var(--teal,#14b8a6)60%,var(--cyan,#06b6d4))transparent}.FABChat-module__TFDCJa__dkpkaiMsg{word-wrap:break-word;overflow-wrap:break-word;background-clip:padding-box;border-radius:16px;max-width:82%;margin:.38rem 0;padding:.9rem 1.1rem;line-height:1.5;position:relative;overflow:hidden;box-shadow:0 8px 18px #00000047;-webkit-backdrop-filter:none!important}.FABChat-module__TFDCJa__dkpkaiMsg:before{content:"";pointer-events:none;position:absolute;inset:-24px}.FABChat-module__TFDCJa__dkpkaiMsg *{background:0 0!important}.FABChat-module__TFDCJa__dkpkaiAI{background:#ffffff1f;border:1px solid #ffffff2e;box-shadow:inset 0 10px 24px #00000038,0 8px 18px #0000003d}.FABChat-module__TFDCJa__dkpkaiUser{background:linear-gradient(135deg,color-mix(in srgb,var(--teal,#14b8a6)46%,#ffffff1f),#ffffff29);border:1px solid color-mix(in srgb,var(--teal,#14b8a6)62%,#ffffff2e);margin-left:auto;box-shadow:0 12px 28px #06b6d438}.FABChat-module__TFDCJa__dkpkaiInput{background:linear-gradient(#ffffff0a,#0000);border-top:1px solid #ffffff14;flex-shrink:0;align-items:center;gap:.6rem;padding:.9rem;display:flex}.FABChat-module__TFDCJa__dkpkaiField{color:#fff;background:#ffffff1a;border:1px solid #fff3;border-radius:12px;outline:none;flex:1;padding:.75rem .9rem;font-size:.95rem;transition:box-shadow .2s,border-color .2s,background .2s}.FABChat-module__TFDCJa__dkpkaiField::placeholder{color:#ffffffb8}.FABChat-module__TFDCJa__dkpkaiField:focus{box-shadow:0 0 0 2px color-mix(in srgb,var(--teal,#14b8a6)42%,transparent);border-color:color-mix(in srgb,var(--teal,#14b8a6)48%,transparent);background:#ffffff1f}.FABChat-module__TFDCJa__dkpkaiIconBtn{border:1px solid color-mix(in srgb,var(--teal,#14b8a6)45%,#ffffff2e);color:#fff;cursor:pointer;background:#ffffff14;border-radius:12px;flex-shrink:0;place-items:center;width:44px;height:44px;transition:transform .2s,box-shadow .3s,background .2s,border-color .2s,opacity .2s;display:grid}.FABChat-module__TFDCJa__dkpkaiIconBtn:hover{background:#ffffff1f;transform:translateY(-1px);box-shadow:0 10px 26px #06b6d438}.FABChat-module__TFDCJa__dkpkaiIconBtn:disabled{opacity:.5;cursor:not-allowed}.FABChat-module__TFDCJa__dkpkaiMic{color:#bfeeed;background:linear-gradient(#ffffff1f,#ffffff0f);border-color:#ffffff24;box-shadow:inset 0 1px #ffffff2e,0 10px 24px #00000047}.FABChat-module__TFDCJa__dkpkaiMicIcon{width:20px;height:20px;display:block}.FABChat-module__TFDCJa__dkpkaiMic:hover{color:#fff;background:linear-gradient(#ffffff24,#ffffff14);border-color:#14b8a659;box-shadow:inset 0 1px #ffffff2e,0 14px 32px #14b8a640}.FABChat-module__TFDCJa__dkpkaiRecording{box-shadow:0 0 0 6px color-mix(in srgb,var(--teal,#14b8a6)22%,transparent),0 0 0 12px color-mix(in srgb,var(--cyan,#06b6d4)12%,transparent),0 10px 26px #06b6d447;border-color:color-mix(in srgb,var(--teal,#14b8a6)65%,#ffffff2e);animation:1.6s ease-in-out infinite FABChat-module__TFDCJa__dkpkaiMicPulse}@keyframes FABChat-module__TFDCJa__dkpkaiMicPulse{0%,to{transform:translateY(-1px)scale(1)}50%{transform:translateY(-1px)scale(1.04)}}.FABChat-module__TFDCJa__dkpkaiSendBtn{color:#c9ffff;background:linear-gradient(#ffffff1f,#ffffff0f);border-color:#ffffff24;box-shadow:inset 0 1px #ffffff2e,0 10px 24px #00000047}.FABChat-module__TFDCJa__dkpkaiSendBtn:hover{color:#fff;border-color:#14b8a659;box-shadow:inset 0 1px #ffffff2e,0 14px 32px #14b8a640}.FABChat-module__TFDCJa__dkpkaiPlane{filter:drop-shadow(0 2px 6px #00000040);width:18px;height:18px;display:block;transform:scaleX(-1)}@media (max-width:768px){.FABChat-module__TFDCJa__dkpkaiPanel{border-radius:18px;max-width:340px}.FABChat-module__TFDCJa__dkpkaiHead{padding:.75rem .8rem .7rem .75rem}.FABChat-module__TFDCJa__dkpkaiName{font-size:.92rem}.FABChat-module__TFDCJa__dkpkaiSub{font-size:.78rem}.FABChat-module__TFDCJa__dkpkaiMsg{font-size:.9rem}.FABChat-module__TFDCJa__dkpkaiLog{min-height:clamp(140px,30svh,300px);max-height:clamp(160px,42svh,360px);padding:.65rem .7rem .75rem}.FABChat-module__TFDCJa__dkpkaiInput{gap:.4rem;padding:.65rem .7rem}.FABChat-module__TFDCJa__dkpkaiField{padding:.55rem .7rem;font-size:.88rem}.FABChat-module__TFDCJa__dkpkaiIconBtn{width:38px;height:38px}.FABChat-module__TFDCJa__dkpkaiMicIcon{width:16px;height:16px}.FABChat-module__TFDCJa__dkpkaiPlane{width:14px;height:14px}}@media (max-width:400px){.FABChat-module__TFDCJa__dkpkaiPanel{border-radius:16px;max-width:320px}.FABChat-module__TFDCJa__dkpkaiName{font-size:.86rem}.FABChat-module__TFDCJa__dkpkaiSub{font-size:.74rem}.FABChat-module__TFDCJa__dkpkaiMsg{font-size:.86rem}.FABChat-module__TFDCJa__dkpkaiLog{min-height:clamp(130px,30svh,280px);max-height:clamp(150px,46svh,340px);padding:.6rem .65rem .7rem}.FABChat-module__TFDCJa__dkpkaiInput{padding:.6rem .65rem}.FABChat-module__TFDCJa__dkpkaiField{padding:.5rem .65rem;font-size:.84rem}.FABChat-module__TFDCJa__dkpkaiIconBtn{width:36px;height:36px}}:is(#FABChat-module__TFDCJa__hero:has([data-dkpkai-launcher][aria-expanded=true]),#FABChat-module__TFDCJa__contact:has([data-dkpkai-launcher][aria-expanded=true])){isolation:isolate;clip-path:none!important;overflow:visible!important;-webkit-mask-image:none!important;mask-image:none!important}:is(#FABChat-module__TFDCJa__hero:has([data-dkpkai-launcher][aria-expanded=true]) .FABChat-module__TFDCJa__dkpkaiPanel,#FABChat-module__TFDCJa__contact:has([data-dkpkai-launcher][aria-expanded=true]) .FABChat-module__TFDCJa__dkpkaiPanel){transform:translateZ(0);z-index:10000!important}:is(#FABChat-module__TFDCJa__hero:has(.FABChat-module__TFDCJa__dkpkaiPanel.FABChat-module__TFDCJa__isOpen),#FABChat-module__TFDCJa__contact:has(.FABChat-module__TFDCJa__dkpkaiPanel.FABChat-module__TFDCJa__isOpen)){isolation:isolate;clip-path:none!important;overflow:visible!important;-webkit-mask-image:none!important;mask-image:none!important}:is(#FABChat-module__TFDCJa__hero:has(.FABChat-module__TFDCJa__dkpkaiPanel.FABChat-module__TFDCJa__isOpen) .FABChat-module__TFDCJa__dkpkaiPanel,#FABChat-module__TFDCJa__contact:has(.FABChat-module__TFDCJa__dkpkaiPanel.FABChat-module__TFDCJa__isOpen) .FABChat-module__TFDCJa__dkpkaiPanel){transform:translateZ(0);z-index:10000!important}:is(#FABChat-module__TFDCJa__hero:has([data-state=open][data-dkpkai-launcher]),#FABChat-module__TFDCJa__contact:has([data-state=open][data-dkpkai-launcher])){isolation:isolate;clip-path:none!important;overflow:visible!important;-webkit-mask-image:none!important;mask-image:none!important}:is(#FABChat-module__TFDCJa__hero:has([data-state=open][data-dkpkai-launcher]) .FABChat-module__TFDCJa__dkpkaiPanel,#FABChat-module__TFDCJa__contact:has([data-state=open][data-dkpkai-launcher]) .FABChat-module__TFDCJa__dkpkaiPanel){transform:translateZ(0);z-index:10000!important}:is(#FABChat-module__TFDCJa__hero:has([aria-expanded=true][data-dkpkai-launcher]) .FABChat-module__TFDCJa__dkpkaiPanel,#FABChat-module__TFDCJa__contact:has([aria-expanded=true][data-dkpkai-launcher]) .FABChat-module__TFDCJa__dkpkaiPanel,#FABChat-module__TFDCJa__hero:has(.FABChat-module__TFDCJa__dkpkaiPanel.FABChat-module__TFDCJa__isOpen) .FABChat-module__TFDCJa__dkpkaiPanel,#FABChat-module__TFDCJa__contact:has(.FABChat-module__TFDCJa__dkpkaiPanel.FABChat-module__TFDCJa__isOpen) .FABChat-module__TFDCJa__dkpkaiPanel){background:radial-gradient(120% 80% at 78% 0,#06b6d433,#0000 60%),radial-gradient(140% 120% at -10% 110%,#14b8a62e,#0000 55%),linear-gradient(#070b0bf0,#050909fb);border:1px solid #ffffff2e}:is(#FABChat-module__TFDCJa__hero:has(.FABChat-module__TFDCJa__dkpkaiPanel.FABChat-module__TFDCJa__isOpen) .FABChat-module__TFDCJa__dkpkaiLog,#FABChat-module__TFDCJa__contact:has(.FABChat-module__TFDCJa__dkpkaiPanel.FABChat-module__TFDCJa__isOpen) .FABChat-module__TFDCJa__dkpkaiLog,#FABChat-module__TFDCJa__hero:has([aria-expanded=true][data-dkpkai-launcher]) .FABChat-module__TFDCJa__dkpkaiLog,#FABChat-module__TFDCJa__contact:has([aria-expanded=true][data-dkpkai-launcher]) .FABChat-module__TFDCJa__dkpkaiLog){min-height:clamp(160px,30svh,320px);max-height:clamp(200px,42svh,440px)}@media (max-width:460px){[data-ai-floating] .FABChat-module__TFDCJa__dkpkaiCloseBtn{border-radius:10px;width:34px;height:34px}[data-ai-floating] .FABChat-module__TFDCJa__dkpkaiCloseX{width:13px;height:13px}}.FABChat-module__TFDCJa__dkpkaiLogo{border-radius:9px;width:34px;height:34px}.FABChat-module__TFDCJa__dkpkaiLogo img{width:24px;height:24px;display:block}@media (max-width:460px){.FABChat-module__TFDCJa__dkpkaiLogo{border-radius:8px;width:30px;height:30px}.FABChat-module__TFDCJa__dkpkaiLogo img{width:22px;height:22px}}.FABChat-module__TFDCJa__dkpkaiCloseBtn{color:#d2fff5d1}.FABChat-module__TFDCJa__dkpkaiCloseBtn:hover{color:#ecfffcf2;border-color:#14b8a647}.FABChat-module__TFDCJa__dkpkaiCloseBtn svg.FABChat-module__TFDCJa__closeIcon{transform:translate(0);width:16px!important;height:16px!important}.FABChat-module__TFDCJa__dkpkaiCloseBtn svg.FABChat-module__TFDCJa__closeIcon path{stroke-width:2px!important}@media (max-width:460px){[data-ai-floating] .FABChat-module__TFDCJa__dkpkaiCloseBtn{width:32px;height:32px}[data-ai-floating] .FABChat-module__TFDCJa__dkpkaiCloseBtn svg.FABChat-module__TFDCJa__closeIcon{width:14px!important;height:14px!important}[data-ai-floating] .FABChat-module__TFDCJa__dkpkaiCloseBtn svg.FABChat-module__TFDCJa__closeIcon path{stroke-width:1.9px!important}}.FABChat-module__TFDCJa__dkpkaiAttachBtn{color:#c9ffff;background:linear-gradient(#ffffff1f,#ffffff0f);border-color:#ffffff24;box-shadow:inset 0 1px #ffffff2e,0 10px 24px #00000047}.FABChat-module__TFDCJa__dkpkaiAttachBtn:hover{color:#fff;border-color:#14b8a659;box-shadow:inset 0 1px #ffffff2e,0 14px 32px #14b8a640}.FABChat-module__TFDCJa__dkpkaiClip{width:22px;height:22px;display:block}@media (max-width:768px){.FABChat-module__TFDCJa__dkpkaiClip{width:20px;height:20px}}@media (max-width:400px){.FABChat-module__TFDCJa__dkpkaiClip{width:18px;height:18px}}.FABChat-module__TFDCJa__dkpkaiHeaderBtn{color:#e8ffff;background:linear-gradient(#0000006b,#0000009e);border:1px solid #ffffff1f;border-radius:14px;width:38px;height:38px;box-shadow:inset 0 1px #ffffff24,0 8px 18px #00000047}.FABChat-module__TFDCJa__dkpkaiHeaderBtn:hover{border-color:#14b8a659;box-shadow:inset 0 1px #ffffff29,0 12px 26px #14b8a638}.FABChat-module__TFDCJa__dkpkaiHeaderBtn:active{transform:translateY(0)scale(.98)}@media (max-width:520px){.FABChat-module__TFDCJa__dkpkaiHeaderBtn{border-radius:12px;width:34px;height:34px}.FABChat-module__TFDCJa__dkpkaiHeaderIcon{width:15px;height:15px}}.FABChat-module__TFDCJa__dkpkaiHeaderBtn{place-items:center;line-height:0;display:grid}.FABChat-module__TFDCJa__dkpkaiHeaderIcon{width:16px;height:16px;display:block}@media (max-width:520px){.FABChat-module__TFDCJa__dkpkaiHeaderIcon{width:15px;height:15px}}
.AdaptiveAIProvider-module__xPVHOG__backdrop{z-index:2147483646;pointer-events:auto;background:0 0;position:fixed;inset:0}.AdaptiveAIProvider-module__xPVHOG__floatingContainer{right:max(16px,env(safe-area-inset-right));bottom:max(16px,env(safe-area-inset-bottom));z-index:2147483647;pointer-events:auto;position:fixed}.AdaptiveAIProvider-module__xPVHOG__floatingPanelWrap{pointer-events:auto;width:min(460px,100vw - 48px);position:relative}.AdaptiveAIProvider-module__xPVHOG__pre{opacity:0;transform:translateY(8px)scale(.95)}.AdaptiveAIProvider-module__xPVHOG__ready{animation:.35s cubic-bezier(.34,1.56,.64,1) both AdaptiveAIProvider-module__xPVHOG__floatingIn}@keyframes AdaptiveAIProvider-module__xPVHOG__floatingIn{0%{opacity:0;transform:translateY(12px)scale(.92)}to{opacity:1;transform:translateY(0)scale(1)}}.AdaptiveAIProvider-module__xPVHOG__closeStylish,.AdaptiveAIProvider-module__xPVHOG__closeSquare,.AdaptiveAIProvider-module__xPVHOG__squareX{display:none}@media (max-width:820px){.AdaptiveAIProvider-module__xPVHOG__closeSquare,.AdaptiveAIProvider-module__xPVHOG__squareX{display:none}}
.Hero-module__ZARIfG__hero{z-index:0;backface-visibility:hidden;background:linear-gradient(135deg,#0a0f0f 0%,#1a1f1f 50%,#0f1419 100%);justify-content:center;align-items:center;width:100%;max-width:100vw;min-height:100svh;margin:0;padding:6rem .5rem 4rem;display:flex;position:relative;overflow:hidden;transform:translateZ(0)}@supports (height:100dvh){.Hero-module__ZARIfG__hero{min-height:100dvh}}@supports not (height:100svh){.Hero-module__ZARIfG__hero{min-height:100vh}}.Hero-module__ZARIfG__videoDesktop{object-fit:cover;opacity:.3;z-index:0;backface-visibility:hidden;width:100%;height:100%;display:none;position:absolute;inset:0;transform:translateZ(0)}@media (min-width:769px){.Hero-module__ZARIfG__videoDesktop{display:block}}.Hero-module__ZARIfG__videoMobile{object-fit:cover;opacity:.3;z-index:0;backface-visibility:hidden;width:100%;height:100%;display:block;position:absolute;inset:0;transform:translateZ(0)}@media (min-width:769px){.Hero-module__ZARIfG__videoMobile{display:none}}.Hero-module__ZARIfG__container{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;width:100%;max-width:1400px;margin:0 auto;padding:0 1rem;display:grid;position:relative;transform:translateZ(0)}.Hero-module__ZARIfG__content{flex-direction:column;gap:1.5rem;padding-top:2rem;display:flex}.Hero-module__ZARIfG__heading{align-items:center;gap:1.5rem;margin-bottom:.5rem;display:flex;position:relative}.Hero-module__ZARIfG__logoImg{flex-shrink:0;width:140px;animation:3s ease-in-out infinite Hero-module__ZARIfG__futuristicGlow}@keyframes Hero-module__ZARIfG__futuristicGlow{0%,to{filter:drop-shadow(0 0 #14b8a600)}50%{filter:drop-shadow(0 0 12px #14b8a699)}}.Hero-module__ZARIfG__title{letter-spacing:.1em;margin-top:0;font-family:JetBrains Mono,monospace;font-size:clamp(2rem,6vw,4.5rem);font-weight:700;line-height:1.1;display:inline-block;position:relative;transform:translateZ(0)}.Hero-module__ZARIfG__title:before{content:"";filter:blur(20px);z-index:-1;background:#14b8a633;border-radius:1rem;position:absolute;inset:-.5rem -1rem}.Hero-module__ZARIfG__letter{opacity:0;background:linear-gradient(45deg,#fff,var(--teal),var(--cyan),#fff);-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 10px #14b8a680);backface-visibility:hidden;background-size:400% 400%;-webkit-background-clip:text;background-clip:text;margin:0 .05em;animation:1.2s ease-out forwards Hero-module__ZARIfG__heroLetterFormation;display:inline-block;transform:translateZ(0)}.Hero-module__ZARIfG__letter:first-child{animation-delay:.1s}.Hero-module__ZARIfG__letter:nth-child(2){animation-delay:.2s}.Hero-module__ZARIfG__letter:nth-child(3){animation-delay:.3s}.Hero-module__ZARIfG__letter:nth-child(4){animation-delay:.4s}@keyframes Hero-module__ZARIfG__heroLetterFormation{0%{opacity:0;filter:blur(10px)drop-shadow(0 0 10px #14b8a680);transform:translateY(50px)rotateX(90deg)scale(.5)}30%{opacity:.3;filter:blur(5px)drop-shadow(0 0 15px #14b8a6b3);transform:translateY(20px)rotateX(45deg)scale(.8)}60%{opacity:.7;filter:blur(2px)drop-shadow(0 0 20px #14b8a6e6);transform:translateY(-10px)rotateX(-10deg)scale(1.1)}to{opacity:1;filter:blur()drop-shadow(0 0 25px #14b8a6);transform:translateY(0)rotateX(0)scale(1)}}.Hero-module__ZARIfG__subline1,.Hero-module__ZARIfG__subline2{display:block}.Hero-module__ZARIfG__subline2{position:relative}.Hero-module__ZARIfG__caret{width:1ch;margin-left:2px;animation:1s step-end infinite Hero-module__ZARIfG__blink;display:inline-block}@keyframes Hero-module__ZARIfG__blink{50%{opacity:0}}.Hero-module__ZARIfG__cta{gap:1rem;display:flex}.Hero-module__ZARIfG__aiSlot{isolation:isolate;contain:layout;box-sizing:border-box;justify-content:center;justify-self:end;align-items:center;width:100%;max-width:560px;min-height:400px;margin:0 auto;padding:0;display:flex;position:relative;overflow:visible;transform:translateZ(0)}.Hero-module__ZARIfG__aiSlot:before{content:"";pointer-events:none;z-index:0;filter:blur(36px);opacity:.85;mix-blend-mode:screen;backface-visibility:hidden;background:radial-gradient(480px 260px at 35% 25%,#14b8a66b,#0000 65%),radial-gradient(560px 340px at 80% 85%,#06b6d459,#0000 70%),radial-gradient(120% 100%,#00a0962e,#0000 70%);position:absolute;inset:-10% -8% -14%;transform:translateZ(0)}.Hero-module__ZARIfG__aiSlot>*{z-index:1;position:relative;box-sizing:border-box!important;width:100%!important;max-width:100%!important;margin:0 auto!important}@media (min-width:769px){.Hero-module__ZARIfG__hero{padding:6rem 2rem 4rem}.Hero-module__ZARIfG__container{grid-template-columns:1fr 1fr;gap:4rem;padding:0 2rem}.Hero-module__ZARIfG__content{padding-top:2rem}.Hero-module__ZARIfG__heading{align-items:flex-start}.Hero-module__ZARIfG__logoImg{width:120px;margin-top:.5rem}.Hero-module__ZARIfG__title{font-size:clamp(3rem,8vw,6.5rem);transform:translateY(-35px)}.Hero-module__ZARIfG__aiSlot{justify-self:end;max-width:460px}}@media (max-width:768px){.Hero-module__ZARIfG__hero{padding:4rem 1rem 2rem}.Hero-module__ZARIfG__container{grid-template-columns:1fr;gap:2rem;padding:0 1rem}.Hero-module__ZARIfG__content{text-align:center;align-items:center;padding-top:1rem}.Hero-module__ZARIfG__heading{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-top:1rem}.Hero-module__ZARIfG__logoImg{width:110px!important}.Hero-module__ZARIfG__title{font-size:clamp(3rem,8.5vw,4.5rem)!important}.Hero-module__ZARIfG__subtitle{max-width:100%;font-size:1.05rem}.Hero-module__ZARIfG__aiSlot{justify-self:center;width:100%;max-width:440px;min-height:120px}.Hero-module__ZARIfG__aiSlot:before{inset:-5% -3% -7%}}@media (max-width:480px){.Hero-module__ZARIfG__hero{padding:3.5rem 1rem 2rem}.Hero-module__ZARIfG__heading{margin-top:.75rem}.Hero-module__ZARIfG__logoImg{width:105px!important}.Hero-module__ZARIfG__title{letter-spacing:.08em;font-size:clamp(2.8rem,8vw,4rem)!important}.Hero-module__ZARIfG__aiSlot{max-width:420px;min-height:120px}}@media (max-width:375px){.Hero-module__ZARIfG__hero{padding:3.25rem 1rem 1.75rem}.Hero-module__ZARIfG__heading{margin-top:.5rem}.Hero-module__ZARIfG__logoImg{width:100px!important}.Hero-module__ZARIfG__title{font-size:clamp(2.6rem,7.5vw,3.5rem)!important}.Hero-module__ZARIfG__aiSlot{max-width:400px;min-height:120px}}@media (max-width:360px){.Hero-module__ZARIfG__hero{padding:3rem 1rem 1.5rem}.Hero-module__ZARIfG__heading{gap:1.25rem;margin-top:.5rem}.Hero-module__ZARIfG__logoImg{width:95px!important}.Hero-module__ZARIfG__title{font-size:clamp(2.4rem,7vw,3.2rem)!important}.Hero-module__ZARIfG__subtitle{font-size:.95rem}.Hero-module__ZARIfG__aiSlot{max-width:380px;min-height:120px}.Hero-module__ZARIfG__aiSlot:before{inset:-3% -2% -5%}}.Hero-module__ZARIfG__subtitle{color:var(--muted);max-width:90%;font-size:1.05rem;line-height:1.6}.Hero-module__ZARIfG__subline1,.Hero-module__ZARIfG__subline2{display:block;position:relative}.Hero-module__ZARIfG__caret{vertical-align:baseline;background:currentColor;width:1ch;height:1.2em;margin-left:2px;animation:1s step-end infinite Hero-module__ZARIfG__blink;display:inline-block}
.About-module__vAULUW__section{padding:clamp(52px,7vw,96px) 0;position:relative;overflow:hidden}.About-module__vAULUW__inner{max-width:1140px;margin:0 auto}.About-module__vAULUW__backdrop{z-index:0;opacity:.95;pointer-events:none;background:radial-gradient(1100px 520px at 50% -8%,#fff3,#0000 68%),linear-gradient(135deg,#0b4040 0%,#0e4a49 45%,#092225 100%);position:absolute;inset:0}.About-module__vAULUW__grid{z-index:1;grid-template-columns:minmax(420px,520px) 1fr;align-items:center;gap:clamp(40px,6vw,96px);display:grid;position:relative}@media (max-width:980px){.About-module__vAULUW__grid{grid-template-columns:1fr;gap:clamp(20px,4vw,32px)}.About-module__vAULUW__right{order:1}.About-module__vAULUW__left{order:2}}.About-module__vAULUW__left{position:relative}.About-module__vAULUW__glow{filter:blur(40px);z-index:0;pointer-events:none;background:radial-gradient(circle at 45% 55%,#14e3d040 0%,#14e3d026 24%,#14968c14 46%,#0000 72%);animation:6s ease-in-out infinite About-module__vAULUW__glowPulse;position:absolute;inset:-10% -14%}@keyframes About-module__vAULUW__glowPulse{0%,to{opacity:.75;transform:scale(.98)}50%{opacity:1;transform:scale(1.02)}}.About-module__vAULUW__panelLight{z-index:0;pointer-events:none;filter:blur(28px);background:radial-gradient(80% 70% at 50% 45%,#14e3d033,#06b6d41f 45%,#0000 80%);border-radius:20px;width:min(620px,90%);height:clamp(280px,42vh,520px);margin:auto;position:absolute;inset:0}.About-module__vAULUW__panelContainer{z-index:1;width:100%;min-height:360px;position:relative}.About-module__vAULUW__cardStack{flex-direction:column;gap:12px;padding:4px;display:flex;position:relative}.About-module__vAULUW__infoCard{-webkit-backdrop-filter:blur(20px)saturate(1.1);backdrop-filter:blur(20px)saturate(1.1);animation:.6s cubic-bezier(.22,1,.36,1) backwards About-module__vAULUW__cardSlideIn;animation-delay:var(--delay,0s);background:linear-gradient(135deg,#0c1818d9,#081212c7);border:1px solid #ffffff2e;border-radius:14px;align-items:center;gap:14px;padding:18px 20px;transition:all .3s cubic-bezier(.22,1,.36,1);display:flex;position:relative;overflow:hidden;box-shadow:0 8px 32px #0000004d,0 2px 8px #0003}.About-module__vAULUW__infoCard:before{content:"";opacity:0;background:radial-gradient(circle at 30% 40%,#14e3d014,#0000 60%);transition:opacity .3s;position:absolute;inset:0}.About-module__vAULUW__infoCard:hover{border-color:#14e3d059;transform:translate(4px);box-shadow:0 12px 48px #0006,inset 0 0 0 1px #14e3d026}.About-module__vAULUW__infoCard:hover:before{opacity:1}@keyframes About-module__vAULUW__cardSlideIn{0%{opacity:0;transform:translate(-20px)translateY(10px)}to{opacity:1;transform:translate(0)translateY(0)}}.About-module__vAULUW__cardIcon{color:#14e3d0bf;background:linear-gradient(135deg,#14e3d014,#06b6d40d);border:1px solid #14e3d01f;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.About-module__vAULUW__cardIcon svg{stroke-width:1.8px;width:20px;height:20px}.About-module__vAULUW__infoCard:hover .About-module__vAULUW__cardIcon{color:#14e3d0e6;background:linear-gradient(135deg,#14e3d01f,#06b6d414);border-color:#14e3d040;transform:scale(1.05)}.About-module__vAULUW__cardContent{flex:1;min-width:0}.About-module__vAULUW__cardLabel{text-transform:uppercase;letter-spacing:.08em;color:#14e3d0d9;text-shadow:0 1px 2px #0000004d;margin-bottom:4px;font-size:11px;font-weight:700}.About-module__vAULUW__cardValue{color:#fff;text-shadow:0 1px 2px #0006;font-size:17px;font-weight:600;line-height:1.3}.About-module__vAULUW__cardFlag{object-fit:cover;border-radius:6px;flex-shrink:0;width:36px;height:24px;box-shadow:0 4px 12px #0000004d,0 0 0 1px #ffffff26}.About-module__vAULUW__focusCard{background:linear-gradient(135deg,#0c1818e6,#061010d9);border-color:#fff3;padding:20px 22px}.About-module__vAULUW__focusText{color:#ffffffeb;text-shadow:0 1px 2px #0000004d;font-size:14px;font-weight:400;line-height:1.65}@media (min-width:981px){.About-module__vAULUW__panelContainer{min-height:400px}.About-module__vAULUW__cardStack{gap:14px}.About-module__vAULUW__infoCard{padding:20px 24px}.About-module__vAULUW__focusCard{padding:24px 26px}.About-module__vAULUW__cardIcon{width:44px;height:44px}.About-module__vAULUW__cardIcon svg{width:22px;height:22px}.About-module__vAULUW__cardValue{font-size:18px}.About-module__vAULUW__focusText{font-size:15px}}.About-module__vAULUW__logoMark{object-fit:contain;opacity:.04;filter:grayscale()contrast(120%);z-index:0;pointer-events:none;width:auto;max-width:75%;height:auto;max-height:75%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.About-module__vAULUW__right{color:#fff;position:relative}.About-module__vAULUW__title{letter-spacing:-.02em;margin:0 0 clamp(14px,2.2vw,24px);font-size:clamp(32px,3.8vw,56px);line-height:1.06;position:relative}.About-module__vAULUW__title:after{content:"";filter:blur(10px);z-index:-1;background:radial-gradient(50% 60% at 40% 40%,#14e3d026,#0000 70%);position:absolute;inset:-18% -6% 50%}.About-module__vAULUW__brand{background:linear-gradient(90deg,var(--teal),var(--cyan));color:#0000;-webkit-background-clip:text;background-clip:text;margin-left:.22em}.About-module__vAULUW__lead{color:#fffffffa;max-width:62ch;margin:.4rem 0 0;font-size:clamp(16px,1.2vw,19px);line-height:1.7}.About-module__vAULUW__lead:first-of-type{margin-top:.25rem}@media (max-width:640px){.About-module__vAULUW__inner{max-width:96%}.About-module__vAULUW__cardStack{gap:10px;padding:2px}.About-module__vAULUW__infoCard{gap:12px;padding:16px 18px}.About-module__vAULUW__focusCard{padding:18px 20px}.About-module__vAULUW__cardIcon{width:38px;height:38px}.About-module__vAULUW__cardIcon svg{width:19px;height:19px}.About-module__vAULUW__cardLabel{font-size:10px}.About-module__vAULUW__cardValue{font-size:16px}.About-module__vAULUW__focusText{font-size:13.5px}.About-module__vAULUW__cardFlag{width:32px;height:21px}.About-module__vAULUW__title{font-size:clamp(28px,7vw,40px)}.About-module__vAULUW__lead{font-size:clamp(15px,3.6vw,18px)}}@media (prefers-reduced-motion:reduce){.About-module__vAULUW__infoCard{transition:border-color .25s,background-color .25s;animation:none}.About-module__vAULUW__infoCard:hover{transform:none}.About-module__vAULUW__infoCard:before{display:none}.About-module__vAULUW__glow{animation:none}}
.AboutPartners-module__Muvjia__section{background:linear-gradient(#0009,#000000d9);border-top:1px solid #ffffff0f;border-bottom:1px solid #ffffff0f;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:6rem 2rem}.AboutPartners-module__Muvjia__content{z-index:1;justify-content:space-between;align-items:center;gap:3rem;max-width:1400px;margin:0 auto;display:flex;position:relative}.AboutPartners-module__Muvjia__text{color:#fff;flex:0 auto;min-width:300px;max-width:550px;padding-right:0}.AboutPartners-module__Muvjia__title{letter-spacing:.01em;word-spacing:.25em;margin:0 0 1rem;font-size:max(2.2rem,min(4.5vw,3rem));font-weight:900;line-height:1.1}.AboutPartners-module__Muvjia__titleMain{background:linear-gradient(45deg,#fff,var(--teal));color:#0000;-webkit-background-clip:text;background-clip:text}.AboutPartners-module__Muvjia__lead{color:var(--muted);font-size:1.1rem}.AboutPartners-module__Muvjia__carouselWrap{flex:auto;justify-content:center;min-width:0;display:flex}.AboutPartners-module__Muvjia__marquee{width:100%;max-width:820px;padding:1rem 0;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 6% 94%,#0000);mask-image:linear-gradient(90deg,#0000,#000 6% 94%,#0000)}.AboutPartners-module__Muvjia__track{will-change:transform;gap:2.5rem;animation:18s linear infinite AboutPartners-module__Muvjia__scroll;display:flex}@media (hover:hover){.AboutPartners-module__Muvjia__marquee:hover .AboutPartners-module__Muvjia__track{animation-play-state:paused}}@keyframes AboutPartners-module__Muvjia__scroll{0%{transform:translate(0)}to{transform:translate(-33.333%)}}.AboutPartners-module__Muvjia__logoCard{flex-direction:column;flex-shrink:0;align-items:center;gap:.65rem;padding:.5rem;display:flex}.AboutPartners-module__Muvjia__logoBox{cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:14px;place-items:center;width:105px;height:105px;padding:1.25rem;transition:all .3s;display:grid;position:relative;overflow:hidden;box-shadow:0 8px 24px #00000040,inset 0 0 0 1px #ffffff0f}.AboutPartners-module__Muvjia__logoBox:before{content:"";opacity:0;background:radial-gradient(circle,#06b6d414,#0000 60%);transition:opacity .3s;position:absolute;inset:0}.AboutPartners-module__Muvjia__logoBox:hover{border-color:#06b6d44d;transform:translateY(-2px)scale(1.02);box-shadow:0 12px 32px #00000059,inset 0 0 0 1px #06b6d426,0 0 20px #06b6d426}.AboutPartners-module__Muvjia__logoBox:hover:before{opacity:1}.AboutPartners-module__Muvjia__logoImg{object-fit:contain;-webkit-user-select:none;user-select:none;pointer-events:none;width:65px;height:65px;display:block}.AboutPartners-module__Muvjia__logoPlaceholder{color:#06b6d4b3;letter-spacing:.05em;font-size:1.6rem;font-weight:800}.AboutPartners-module__Muvjia__logoLabel{color:#ffffffbf;text-align:center;letter-spacing:.01em;white-space:nowrap;font-size:.9rem;font-weight:600}@media (max-width:1200px) and (min-width:901px){.AboutPartners-module__Muvjia__text{min-width:280px;max-width:450px}.AboutPartners-module__Muvjia__title{font-size:max(2rem,min(4vw,2.6rem))}.AboutPartners-module__Muvjia__content{gap:2.5rem}}@media (max-width:900px){.AboutPartners-module__Muvjia__content{flex-direction:column;gap:2rem}.AboutPartners-module__Muvjia__text{width:100%;min-width:auto;max-width:100%}.AboutPartners-module__Muvjia__carouselWrap{justify-content:center;width:100%}.AboutPartners-module__Muvjia__title{word-spacing:.22em;font-size:max(1.6rem,min(6vw,2.2rem))}.AboutPartners-module__Muvjia__lead{font-size:1rem}.AboutPartners-module__Muvjia__track{gap:2rem;animation:16s linear infinite AboutPartners-module__Muvjia__scroll}.AboutPartners-module__Muvjia__logoBox{cursor:default;transition:none;box-shadow:0 4px 12px #0003,inset 0 0 0 1px #ffffff0f}.AboutPartners-module__Muvjia__logoBox:hover{border-color:#ffffff1f;transform:none;box-shadow:0 4px 12px #0003,inset 0 0 0 1px #ffffff0f}.AboutPartners-module__Muvjia__logoBox:before{display:none}.AboutPartners-module__Muvjia__logoBox:hover:before{opacity:0}.AboutPartners-module__Muvjia__logoBox{width:95px;height:95px;padding:1.1rem}.AboutPartners-module__Muvjia__logoImg{width:60px;height:60px}.AboutPartners-module__Muvjia__logoPlaceholder{font-size:1.4rem}.AboutPartners-module__Muvjia__logoCard{padding:.4rem}}@media (max-width:640px){.AboutPartners-module__Muvjia__section{padding:4rem 1.5rem}.AboutPartners-module__Muvjia__title{word-spacing:.2em;font-size:clamp(1.4rem,5.5vw,1.8rem)}.AboutPartners-module__Muvjia__lead{font-size:.95rem}.AboutPartners-module__Muvjia__track{gap:1.8rem;animation:14s linear infinite AboutPartners-module__Muvjia__scroll}.AboutPartners-module__Muvjia__logoBox{width:85px;height:85px;padding:.95rem}.AboutPartners-module__Muvjia__logoImg{width:52px;height:52px}.AboutPartners-module__Muvjia__logoPlaceholder{font-size:1.2rem}.AboutPartners-module__Muvjia__logoLabel{font-size:.82rem}.AboutPartners-module__Muvjia__logoCard{padding:.3rem}}@media (max-width:400px){.AboutPartners-module__Muvjia__track{gap:1.8rem;animation:14s linear infinite AboutPartners-module__Muvjia__scroll}.AboutPartners-module__Muvjia__logoBox{width:80px;height:80px;padding:.85rem}.AboutPartners-module__Muvjia__logoImg{width:48px;height:48px}.AboutPartners-module__Muvjia__title{font-size:clamp(1.3rem,5vw,1.6rem)}}@media (prefers-reduced-motion:reduce){.AboutPartners-module__Muvjia__track{animation:60s linear infinite AboutPartners-module__Muvjia__scroll}.AboutPartners-module__Muvjia__logoBox:hover{transform:scale(1.02)}}
.Portfolio-module__uAcsSq__section{--beam-alpha:.18;--glow-alpha:.16;--spot-alpha:.07;--motion-speed:18s;--morph-speed:14s;z-index:1;background:linear-gradient(135deg,#0b4040 0%,#0e4a49 45%,#092225 100%);width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:5rem 2rem;position:relative;overflow:hidden;transform:translateZ(0)}.Portfolio-module__uAcsSq__section:before{content:"";clip-path:polygon(30% 0%,70% 0%,100% 50%,70% 100%,30% 100%,0% 50%);width:200%;height:200%;animation:Portfolio-module__uAcsSq__pfMorphHex var(--morph-speed)ease-in-out infinite;will-change:transform;z-index:-1;pointer-events:none;background:linear-gradient(45deg,#0000 30%,#14b8a624 40%,#06b6d429 50%,#0ea5e924 60%,#0000 70%);position:absolute;top:-50%;left:-50%;transform:translateZ(0)}.Portfolio-module__uAcsSq__section:after{content:"";pointer-events:none;z-index:0;background:linear-gradient(120deg,transparent 35%,rgba(20,184,166,var(--beam-alpha))50%,transparent 65%),linear-gradient(-120deg,transparent 35%,rgba(6,182,212,var(--beam-alpha))52%,transparent 70%),radial-gradient(60% 60% at 20% 20%,rgba(20,184,166,var(--glow-alpha)),transparent 60%),radial-gradient(60% 60% at 80% 80%,rgba(6,182,212,var(--glow-alpha)),transparent 60%);mix-blend-mode:screen;animation:Portfolio-module__uAcsSq__pfBeams var(--motion-speed)linear infinite;will-change:transform;position:absolute;inset:0;transform:translateZ(0)}.Portfolio-module__uAcsSq__section>*{z-index:2;position:relative}.Portfolio-module__uAcsSq__container{max-width:1200px;margin:0 auto;position:relative}.Portfolio-module__uAcsSq__container:before{content:"";pointer-events:none;z-index:1;mix-blend-mode:screen;background:radial-gradient(70% 50% at 50% 20%,#ffffff12,#0000 65%),radial-gradient(70% 60% at 50% 100%,#06b6d433,#0000 70%);position:absolute;inset:-10% -6% -4%}@keyframes Portfolio-module__uAcsSq__pfBeams{0%{transform:translate(-28%)translateZ(0)}50%{transform:translate(28%)translateZ(0)}to{transform:translate(-28%)translateZ(0)}}@keyframes Portfolio-module__uAcsSq__pfMorphHex{0%{transform:rotate(0)scale(1)translateZ(0)}25%{transform:rotate(90deg)scale(1.1)translateZ(0)}50%{transform:rotate(180deg)scale(.93)translateZ(0)}75%{transform:rotate(270deg)scale(1.05)translateZ(0)}to{transform:rotate(360deg)scale(1)translateZ(0)}}.Portfolio-module__uAcsSq__header{text-align:center;margin-bottom:4rem}.Portfolio-module__uAcsSq__title{margin:0 0 .35rem;font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:800;line-height:1.05}.Portfolio-module__uAcsSq__titleMain{background:linear-gradient(45deg,#fff,#14b8a6);color:#0000;-webkit-background-clip:text;background-clip:text}.Portfolio-module__uAcsSq__lead{color:#ffffffb3;margin:0;font-size:1.1rem}@media (min-width:1024px){.Portfolio-module__uAcsSq__header{text-align:right;z-index:10;max-width:500px;margin-bottom:0;position:absolute;top:2rem;right:3rem}.Portfolio-module__uAcsSq__title{margin-bottom:.5rem;font-size:clamp(2.8rem,4vw,3.5rem)}.Portfolio-module__uAcsSq__projectsContainer{padding-top:2rem}}.Portfolio-module__uAcsSq__projectsContainer{flex-direction:column;gap:6rem;display:flex}.Portfolio-module__uAcsSq__projectSection{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;min-height:500px;display:grid;position:relative}.Portfolio-module__uAcsSq__layoutLeft .Portfolio-module__uAcsSq__devicesContainer{order:1}.Portfolio-module__uAcsSq__layoutLeft .Portfolio-module__uAcsSq__projectInfo,.Portfolio-module__uAcsSq__layoutRight .Portfolio-module__uAcsSq__devicesContainer{order:2}.Portfolio-module__uAcsSq__layoutRight .Portfolio-module__uAcsSq__projectInfo{order:1}.Portfolio-module__uAcsSq__projectSection:before{content:"";pointer-events:none;z-index:1;filter:blur(25px);background:radial-gradient(65% 80% at 50% 100%,#06b6d421,#0000 70%);border-radius:50%;height:30%;position:absolute;bottom:10%;left:10%;right:10%}.Portfolio-module__uAcsSq__devicesContainer{perspective:1000px;flex-direction:column;justify-content:center;align-items:center;gap:2rem;display:flex;position:relative}.Portfolio-module__uAcsSq__phoneMock{width:260px;transition:transform .3s;position:relative;transform:translateZ(0)}.Portfolio-module__uAcsSq__phoneMock:before{content:"";filter:blur(40px);z-index:-1;background:radial-gradient(#06b6d459 0%,#14b8a640 30%,#38bdf826 50%,#0000 70%);animation:4s ease-in-out infinite alternate Portfolio-module__uAcsSq__deviceGlow;position:absolute;inset:-15%}@keyframes Portfolio-module__uAcsSq__deviceGlow{0%{opacity:.7;transform:scale(.95)}to{opacity:1;transform:scale(1.05)}}.Portfolio-module__uAcsSq__phoneMock:hover{transform:translateY(-8px)rotateY(5deg)}.Portfolio-module__uAcsSq__phoneScreen{background:#000;border:12px solid #202a2a;border-radius:36px;width:100%;height:520px;position:relative;overflow:hidden;box-shadow:0 32px 80px #06b6d466,0 16px 40px #14b8a64d,inset 0 0 0 1px #ffffff14,0 0 60px #38bdf840}.Portfolio-module__uAcsSq__phoneScreen:after{content:"";pointer-events:none;z-index:2;background:linear-gradient(135deg,#ffffff14 0%,#ffffff05 25%,#0000 45% 55%,#ffffff03 75%,#ffffff0a 100%);border-radius:24px;position:absolute;inset:0}.Portfolio-module__uAcsSq__phoneArt{image-rendering:-webkit-optimize-contrast;background:#000 50%/cover no-repeat;position:absolute;inset:0}.Portfolio-module__uAcsSq__tabletMock{width:400px;transition:transform .3s;position:relative;transform:translateZ(0)}.Portfolio-module__uAcsSq__tabletMock:before{content:"";filter:blur(35px);z-index:-1;background:radial-gradient(#06b6d452 0%,#14b8a638 30%,#38bdf81f 50%,#0000 70%);animation:4s ease-in-out infinite alternate Portfolio-module__uAcsSq__deviceGlow;position:absolute;inset:-12%}.Portfolio-module__uAcsSq__tabletMock:hover{transform:translateY(-6px)rotateY(-3deg)}.Portfolio-module__uAcsSq__tabletScreen{background:#000;border:16px solid #202a2a;border-radius:28px;width:100%;height:300px;position:relative;overflow:hidden;box-shadow:0 28px 70px #06b6d461,0 14px 36px #14b8a647,inset 0 0 0 1px #ffffff14,0 0 50px #38bdf838}.Portfolio-module__uAcsSq__tabletScreen:after{content:"";pointer-events:none;z-index:2;background:linear-gradient(125deg,#ffffff0f 0%,#ffffff04 30%,#0000 50% 60%,#ffffff03 80%,#ffffff09 100%);border-radius:12px;position:absolute;inset:0}.Portfolio-module__uAcsSq__tabletArt{image-rendering:-webkit-optimize-contrast;background:#000 50%/cover no-repeat;position:absolute;inset:0}.Portfolio-module__uAcsSq__aiCarousel{pointer-events:none;justify-content:center;align-items:center;width:260px;height:520px;display:flex;position:relative}.Portfolio-module__uAcsSq__carouselPhone{pointer-events:none;transition:all .8s cubic-bezier(.34,1.56,.64,1);position:absolute;top:0;left:0}.Portfolio-module__uAcsSq__carouselPhone.Portfolio-module__uAcsSq__carouselActive{pointer-events:auto;z-index:2}.Portfolio-module__uAcsSq__assistantControls{z-index:10;pointer-events:auto;flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2rem;display:flex;position:relative}.Portfolio-module__uAcsSq__assistantBtn{color:#ffffffb3;letter-spacing:.02em;cursor:pointer;-webkit-backdrop-filter:blur(12px);pointer-events:auto;z-index:1;background:linear-gradient(135deg,#ffffff0f,#ffffff08);border:1px solid #ffffff2e;border-radius:28px;padding:.7rem 2rem;font-size:.95rem;font-weight:700;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 2px 8px #0000001a,inset 0 1px #ffffff14}.Portfolio-module__uAcsSq__assistantBtn:before{content:"";background:linear-gradient(135deg,#0000 0%,#ffffff1a 50%,#0000 100%);transition:transform .6s;position:absolute;inset:0;transform:translate(-100%)skew(-15deg)}.Portfolio-module__uAcsSq__assistantBtn:hover:before{transform:translate(100%)skew(-15deg)}.Portfolio-module__uAcsSq__assistantBtn:hover{color:#ffffffe6;background:linear-gradient(135deg,#06b6d426,#14b8a61a);border-color:#06b6d466;transform:translateY(-2px);box-shadow:0 6px 16px #06b6d433,inset 0 1px #ffffff26,0 0 16px #06b6d41a}.Portfolio-module__uAcsSq__assistantBtnActive{color:#fff;background:linear-gradient(135deg,#06b6d438,#14b8a62e);border-color:#06b6d480;box-shadow:0 4px 14px #06b6d440,inset 0 1px #fff3,0 0 20px #06b6d426}.Portfolio-module__uAcsSq__assistantBtnActive:hover{transform:translateY(-2px);box-shadow:0 6px 18px #06b6d44d,inset 0 1px #ffffff38,0 0 24px #06b6d42e}.Portfolio-module__uAcsSq__projectInfo{max-width:500px;padding:2rem}.Portfolio-module__uAcsSq__projectTitle{color:#fff;letter-spacing:-.02em;margin:0 0 .5rem;font-size:clamp(1.8rem,4vw,2.4rem);font-weight:800}.Portfolio-module__uAcsSq__projectSubtitle{color:#06b6d4e6;margin:0 0 1rem;font-size:1.2rem;font-weight:600}.Portfolio-module__uAcsSq__projectDescription{color:#fffc;margin:0 0 2rem;font-size:1rem;line-height:1.6}.Portfolio-module__uAcsSq__projectActions{flex-wrap:wrap;gap:1.5rem;margin-top:.5rem;display:flex}.Portfolio-module__uAcsSq__platformBtn{color:#bffcf4;cursor:default;-webkit-backdrop-filter:blur(14px);background:linear-gradient(135deg,#06b6d433,#14b8a626);border:1.5px solid #ffffff47;border-radius:18px;justify-content:center;align-items:center;width:72px;height:72px;font-size:0;text-decoration:none;transition:all .35s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 6px 20px #06b6d433,inset 0 1px 2px #ffffff40,inset 0 -1px 1px #00000026}.Portfolio-module__uAcsSq__platformBtn:before{content:"";background:linear-gradient(135deg,#0000 0%,#ffffff40 50%,#0000 100%);border-radius:18px;transition:transform .6s;position:absolute;inset:0;transform:translate(-100%)}.Portfolio-module__uAcsSq__platformBtn:hover:before{transform:translate(100%)}.Portfolio-module__uAcsSq__platformBtn:hover{transform:translateY(-3px)scale(1.05);box-shadow:0 12px 32px #06b6d459,inset 0 2px 3px #ffffff4d,0 0 24px #06b6d44d}.Portfolio-module__uAcsSq__platformIcon{filter:drop-shadow(0 3px 6px #00000040);flex-shrink:0;width:36px;height:36px;transition:transform .3s}.Portfolio-module__uAcsSq__platformBtn:hover .Portfolio-module__uAcsSq__platformIcon{transform:scale(1.1)}@media (max-width:1024px){.Portfolio-module__uAcsSq__projectSection{gap:3rem}.Portfolio-module__uAcsSq__tabletMock{width:360px}.Portfolio-module__uAcsSq__tabletScreen{height:270px}}@media (max-width:768px){.Portfolio-module__uAcsSq__section{contain:layout style;padding:3rem 1rem}.Portfolio-module__uAcsSq__section:before{display:none!important}.Portfolio-module__uAcsSq__section:after{opacity:1;will-change:auto;background:radial-gradient(circle at 30%,#06b6d40d 0%,#0000 50%),radial-gradient(circle at 70%,#14b8a608 0%,#0000 50%);animation:none!important}.Portfolio-module__uAcsSq__phoneMock:before,.Portfolio-module__uAcsSq__tabletMock:before{filter:blur(12px);opacity:.35;will-change:auto;transform:scale(1);animation:none!important}.Portfolio-module__uAcsSq__container:before{display:none}.Portfolio-module__uAcsSq__projectSection:before{filter:blur(10px);opacity:.4}.Portfolio-module__uAcsSq__phoneMock:hover,.Portfolio-module__uAcsSq__tabletMock:hover{transform:none}.Portfolio-module__uAcsSq__projectSection{text-align:center;grid-template-columns:1fr;gap:3rem}.Portfolio-module__uAcsSq__layoutLeft .Portfolio-module__uAcsSq__devicesContainer,.Portfolio-module__uAcsSq__layoutRight .Portfolio-module__uAcsSq__devicesContainer,.Portfolio-module__uAcsSq__aiSection .Portfolio-module__uAcsSq__devicesContainer{order:1}.Portfolio-module__uAcsSq__layoutLeft .Portfolio-module__uAcsSq__projectInfo,.Portfolio-module__uAcsSq__layoutRight .Portfolio-module__uAcsSq__projectInfo,.Portfolio-module__uAcsSq__aiSection .Portfolio-module__uAcsSq__projectInfo{order:2}.Portfolio-module__uAcsSq__devicesContainer{flex-direction:column;gap:2rem}.Portfolio-module__uAcsSq__phoneMock{width:240px}.Portfolio-module__uAcsSq__phoneScreen{height:480px}.Portfolio-module__uAcsSq__tabletMock{width:340px}.Portfolio-module__uAcsSq__tabletScreen{border-width:14px;height:255px}.Portfolio-module__uAcsSq__projectInfo{padding:1rem}.Portfolio-module__uAcsSq__projectsContainer{gap:4rem}.Portfolio-module__uAcsSq__projectActions{justify-content:center}.Portfolio-module__uAcsSq__aiCarousel{width:240px;height:480px}.Portfolio-module__uAcsSq__platformBtn{width:64px;height:64px}.Portfolio-module__uAcsSq__platformIcon{width:32px;height:32px}}@media (max-width:375px){.Portfolio-module__uAcsSq__section{padding:2.5rem .75rem}.Portfolio-module__uAcsSq__header{margin-bottom:2.5rem}.Portfolio-module__uAcsSq__title{font-size:clamp(1.5rem,6vw,1.8rem)}.Portfolio-module__uAcsSq__lead{font-size:.95rem}.Portfolio-module__uAcsSq__projectsContainer{gap:3rem}.Portfolio-module__uAcsSq__projectSection{gap:2rem;min-height:auto}.Portfolio-module__uAcsSq__devicesContainer{gap:1.5rem}.Portfolio-module__uAcsSq__phoneMock{width:200px}.Portfolio-module__uAcsSq__phoneScreen{border-width:10px;border-radius:30px;height:400px}.Portfolio-module__uAcsSq__tabletMock{width:280px}.Portfolio-module__uAcsSq__tabletScreen{border-width:12px;border-radius:24px;height:210px}.Portfolio-module__uAcsSq__aiCarousel{width:200px;height:400px}.Portfolio-module__uAcsSq__platformBtn{width:56px;height:56px}.Portfolio-module__uAcsSq__platformIcon{width:26px;height:26px}.Portfolio-module__uAcsSq__assistantBtn{padding:.55rem 1.2rem;font-size:.82rem}.Portfolio-module__uAcsSq__assistantControls{gap:.6rem;margin-top:1.5rem}.Portfolio-module__uAcsSq__projectInfo{padding:.75rem}.Portfolio-module__uAcsSq__projectTitle{margin-bottom:.4rem;font-size:clamp(1.4rem,5vw,1.8rem)}.Portfolio-module__uAcsSq__projectSubtitle{margin-bottom:.75rem;font-size:1rem}.Portfolio-module__uAcsSq__projectDescription{margin-bottom:1.5rem;font-size:.9rem;line-height:1.5}.Portfolio-module__uAcsSq__projectActions{gap:1rem}}@media (prefers-reduced-motion:reduce){.Portfolio-module__uAcsSq__section:before,.Portfolio-module__uAcsSq__section:after,.Portfolio-module__uAcsSq__phoneMock:before,.Portfolio-module__uAcsSq__tabletMock:before{animation:none!important}.Portfolio-module__uAcsSq__phoneMock,.Portfolio-module__uAcsSq__tabletMock,.Portfolio-module__uAcsSq__assistantBtn,.Portfolio-module__uAcsSq__platformBtn{transition:none!important}}.Portfolio-module__uAcsSq__afterSlot{z-index:2;margin:0;position:relative}
.AdaptiveAIButton-module__JcxBEG__adaptiveBtn{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#fff;letter-spacing:.25px;cursor:pointer;background:radial-gradient(120% 140% at 20% 0,#ffffff14,#0000 60%),radial-gradient(120% 140% at 80% 100%,#06b6d41f,#0000 60%),linear-gradient(135deg,#0a0e0eeb,#080a0af5);border:1px solid #ffffff24;border-radius:16px;align-items:center;gap:.75rem;padding:1rem 1.25rem;font-weight:800;transition:transform .25s cubic-bezier(.34,1.56,.64,1),box-shadow .3s,border-color .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 28px #06b6d42e,inset 0 0 0 1px #ffffff0d}.AdaptiveAIButton-module__JcxBEG__adaptiveBtn:hover{border-color:#14b8a661;transform:translateY(-2px)scale(1.04);box-shadow:0 16px 40px #06b6d442,inset 0 0 0 1px #ffffff0f}.AdaptiveAIButton-module__JcxBEG__adaptiveBtn:active{transform:translateY(0)scale(.98)}.AdaptiveAIButton-module__JcxBEG__btnContent{z-index:2;align-items:center;gap:.7rem;display:flex;position:relative}.AdaptiveAIButton-module__JcxBEG__logo{background:linear-gradient(135deg,#ffffff38,#ffffff0f);border:1px solid #ffffff29;border-radius:10px;flex-shrink:0;place-items:center;width:28px;height:28px;display:inline-grid;box-shadow:inset 0 1px #ffffff38,0 6px 16px #06b6d42e}.AdaptiveAIButton-module__JcxBEG__logo img,.AdaptiveAIButton-module__JcxBEG__logo svg{width:20px;height:20px;display:block}.AdaptiveAIButton-module__JcxBEG__text{-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#fff,#14b8a6,#06b6d4,#fff) 0 0/200% 100%;white-space:nowrap;-webkit-background-clip:text;background-clip:text;animation:3s linear infinite AdaptiveAIButton-module__JcxBEG__textShimmer}@keyframes AdaptiveAIButton-module__JcxBEG__textShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.AdaptiveAIButton-module__JcxBEG__glowOuter{filter:blur(30px);pointer-events:none;background:radial-gradient(circle,#14b8a647 0%,#0000 70%);animation:12s linear infinite AdaptiveAIButton-module__JcxBEG__glowRotate;position:absolute;inset:-40%}.AdaptiveAIButton-module__JcxBEG__glowInner{filter:blur(22px);pointer-events:none;background:radial-gradient(circle at 30% 30%,#06b6d473 0%,#0000 60%);animation:8s linear infinite reverse AdaptiveAIButton-module__JcxBEG__glowRotate;position:absolute;inset:-22%}@keyframes AdaptiveAIButton-module__JcxBEG__glowRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.AdaptiveAIButton-module__JcxBEG__pulseRing,.AdaptiveAIButton-module__JcxBEG__pulseRing2{pointer-events:none;border:2px solid #14b8a647;border-radius:999px;animation:2.2s ease-out infinite AdaptiveAIButton-module__JcxBEG__pulse;position:absolute;inset:-6px}.AdaptiveAIButton-module__JcxBEG__pulseRing2{animation-delay:1.1s}@keyframes AdaptiveAIButton-module__JcxBEG__pulse{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.28)}}.AdaptiveAIButton-module__JcxBEG__shimmer{pointer-events:none;background:linear-gradient(90deg,#0000,#ffffff1a,#0000);width:100%;height:100%;animation:2.8s ease-in-out infinite AdaptiveAIButton-module__JcxBEG__shimmer;position:absolute;top:0;left:-100%}@keyframes AdaptiveAIButton-module__JcxBEG__shimmer{0%{left:-100%}60%,to{left:200%}}@media (max-width:820px){.AdaptiveAIButton-module__JcxBEG__adaptiveBtn{padding:.9rem 1.15rem}}@media (max-width:520px){.AdaptiveAIButton-module__JcxBEG__adaptiveBtn{border-radius:9999px;place-items:center;width:56px;height:56px;padding:0;display:grid}.AdaptiveAIButton-module__JcxBEG__logo{width:28px;height:28px;box-shadow:none;background:0 0;border:none;border-radius:999px}.AdaptiveAIButton-module__JcxBEG__adaptiveBtn:after{content:"";pointer-events:none;z-index:0;filter:blur(10px);opacity:.9;background:radial-gradient(40% 40% at 50% 35%,#14e3d047,#0000 65%),radial-gradient(55% 55% at 70% 30%,#00ffeb2e,#0000 70%);border-radius:9999px;position:absolute;inset:-6px}.AdaptiveAIButton-module__JcxBEG__glowOuter,.AdaptiveAIButton-module__JcxBEG__glowInner,.AdaptiveAIButton-module__JcxBEG__pulseRing,.AdaptiveAIButton-module__JcxBEG__pulseRing2{opacity:.7}.AdaptiveAIButton-module__JcxBEG__adaptiveBtn{background:radial-gradient(120% 120% at 50% 0,#ffffff29,#0000 60%),radial-gradient(120% 120% at 80% 100%,#06b6d424,#0000 60%),linear-gradient(135deg,#121818cc,#0e1212db);border-color:#ffffff38;border-radius:9999px;place-items:center;width:56px;height:56px;padding:0;display:grid;box-shadow:0 12px 30px #06b6d438,inset 0 0 0 1px #ffffff0f}.AdaptiveAIButton-module__JcxBEG__logo{width:28px;height:28px;box-shadow:none;background:0 0;border:none}.AdaptiveAIButton-module__JcxBEG__logo img,.AdaptiveAIButton-module__JcxBEG__logo svg{filter:drop-shadow(0 0 6px #ffffff8c);width:26px;height:26px}.AdaptiveAIButton-module__JcxBEG__adaptiveBtn{border-radius:9999px;place-items:center;display:grid;background:radial-gradient(120% 120% at 50% 0,#fff3,#0000 60%),radial-gradient(120% 120% at 80% 100%,#06b6d42e,#0000 60%),linear-gradient(135deg,#1a2222c7,#101616d6)!important;border-color:#ffffff42!important;width:52px!important;height:52px!important;padding:0!important;box-shadow:0 10px 26px #06b6d433,inset 0 0 0 1px #ffffff0f!important}.AdaptiveAIButton-module__JcxBEG__btnContent{place-items:center!important;gap:0!important;display:grid!important}.AdaptiveAIButton-module__JcxBEG__text,.AdaptiveAIButton-module__JcxBEG__fabMark{display:none!important}.AdaptiveAIButton-module__JcxBEG__logoMobile{place-items:center;width:26px;height:26px;display:inline-grid!important}.AdaptiveAIButton-module__JcxBEG__logoMobile :where(img,svg){filter:drop-shadow(0 0 6px #ffffff80);width:24px;height:24px;display:block}.AdaptiveAIButton-module__JcxBEG__adaptiveBtn:after{content:"";pointer-events:none;filter:blur(10px);background:radial-gradient(38% 38% at 52% 34%,#14e3d038,#0000 65%),radial-gradient(54% 54% at 68% 28%,#00ffeb1f,#0000 70%);border-radius:9999px;position:absolute;inset:-6px}}.AdaptiveAIButton-module__JcxBEG__logoMobile{display:none}@media (max-width:520px){.AdaptiveAIButton-module__JcxBEG__adaptiveBtn{border-radius:9999px;place-items:center;width:52px;height:52px;padding:0;display:grid;background:radial-gradient(120% 120% at 50% 0,#fff3,#0000 60%),radial-gradient(120% 120% at 80% 100%,#06b6d42e,#0000 60%),linear-gradient(135deg,#1a2222c7,#101616d6)!important;border-color:#ffffff42!important;box-shadow:0 10px 26px #06b6d433,inset 0 0 0 1px #ffffff0f!important}.AdaptiveAIButton-module__JcxBEG__btnContent{place-items:center;display:grid;gap:0!important}.AdaptiveAIButton-module__JcxBEG__logoMobile{place-items:center;width:26px;height:26px;display:inline-grid!important}.AdaptiveAIButton-module__JcxBEG__logoMobile img{filter:drop-shadow(0 0 6px #ffffff80);width:24px;height:24px;display:block}.AdaptiveAIButton-module__JcxBEG__text,.AdaptiveAIButton-module__JcxBEG__fabMark{display:none!important}.AdaptiveAIButton-module__JcxBEG__logoMobile{width:24px;height:24px;display:inline-grid!important}.AdaptiveAIButton-module__JcxBEG__logoMobile img{width:22px;height:22px;display:block}.AdaptiveAIButton-module__JcxBEG__adaptiveBtn:before{content:"";border-radius:inherit;pointer-events:none;mix-blend-mode:screen;opacity:.9;background:radial-gradient(100% 60% at 50% -10%,#ffffff2e,#0000 60%);position:absolute;inset:0}.AdaptiveAIButton-module__JcxBEG__adaptiveBtn{background:radial-gradient(120% 140% at 20% 0,#ffffff14,#0000 60%),radial-gradient(120% 140% at 80% 100%,#06b6d41f,#0000 60%),linear-gradient(135deg,#0a0e0eeb,#080a0af5)!important;border:1px solid #ffffff24!important;border-radius:9999px!important;place-items:center!important;width:48px!important;height:48px!important;padding:0!important;display:grid!important;box-shadow:inset 0 0 0 1px #ffffff0d,0 10px 26px #06b6d42e!important}.AdaptiveAIButton-module__JcxBEG__btnContent{place-items:center!important;gap:0!important;display:grid!important}.AdaptiveAIButton-module__JcxBEG__text,.AdaptiveAIButton-module__JcxBEG__fabMark{display:none!important}.AdaptiveAIButton-module__JcxBEG__logoMobile,.AdaptiveAIButton-module__JcxBEG__logo{place-items:center;width:26px;height:26px;display:inline-grid!important}.AdaptiveAIButton-module__JcxBEG__logoMobile :where(img,svg),.AdaptiveAIButton-module__JcxBEG__logo :where(img,svg){filter:drop-shadow(0 0 6px #ffffff73);width:32px;height:32px;display:block}.AdaptiveAIButton-module__JcxBEG__adaptiveBtn:after{content:"";pointer-events:none;filter:blur(12px);opacity:.95;background:radial-gradient(58% 58%,#14b8a638,#0000 70%),radial-gradient(70% 70% at 60% 40%,#06b6d429,#0000 75%);border-radius:9999px;position:absolute;inset:-8px}.AdaptiveAIButton-module__JcxBEG__adaptiveBtn:before{content:"";border-radius:inherit;pointer-events:none;mix-blend-mode:screen;background:radial-gradient(120% 70% at 50% -10%,#ffffff29,#0000 60%);position:absolute;inset:0}.AdaptiveAIButton-module__JcxBEG__adaptiveBtn:hover{border-color:#14b8a647!important;box-shadow:inset 0 0 0 1px #ffffff0f,0 14px 32px #06b6d43d!important}}
.Contact-module__hcVmEa__section{contain:paint;background:linear-gradient(135deg,#00000040,#0006);width:100%;min-height:auto;margin:0;padding:clamp(3rem,6vw,6rem) clamp(1rem,3vw,2rem);position:relative;overflow:visible}.Contact-module__hcVmEa__grid{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(2rem,4vw,5rem);max-width:1200px;margin:0 auto;display:grid}@media (max-width:980px){.Contact-module__hcVmEa__grid{grid-template-columns:1fr;align-items:center;row-gap:clamp(2rem,4vw,3rem)}}.Contact-module__hcVmEa__left{position:relative}.Contact-module__hcVmEa__heading{letter-spacing:.01em;margin:0 0 1.25rem;font-size:clamp(2.4rem,5.6vw,3.8rem);font-weight:900;line-height:1.08;position:relative}.Contact-module__hcVmEa__accent{background:linear-gradient(90deg,var(--teal),var(--cyan));color:#0000;-webkit-background-clip:text;background-clip:text}@media (max-width:700px){.Contact-module__hcVmEa__heading{text-align:center;margin-bottom:1.5rem}}.Contact-module__hcVmEa__cardsContainer{flex-direction:column;gap:1rem;margin-bottom:1.25rem;padding:.5rem;display:flex;position:relative}.Contact-module__hcVmEa__cardsContainer:before{content:"";filter:blur(40px);z-index:0;pointer-events:none;opacity:1;background:radial-gradient(#14e3d047 0%,#06b6d433 25%,#38bdf81f 50%,#0000 70%);animation:4s ease-in-out infinite Contact-module__hcVmEa__glowPulse;position:absolute;inset:-15% -12%}@keyframes Contact-module__hcVmEa__glowPulse{0%,to{opacity:.8;transform:scale(.98)}50%{opacity:1;transform:scale(1.02)}}.Contact-module__hcVmEa__infoCard{-webkit-backdrop-filter:blur(20px)saturate(1.1);backdrop-filter:blur(20px)saturate(1.1);z-index:1;width:100%;max-width:none;color:inherit;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;background:linear-gradient(135deg,#0c1818d9,#081212c7);border:1px solid #ffffff2e;border-radius:14px;outline:none;align-items:center;gap:.85rem;padding:.75rem 1rem;text-decoration:none;transition:all .3s cubic-bezier(.22,1,.36,1);display:flex;position:relative;overflow:visible;box-shadow:0 8px 32px #0000004d,0 2px 8px #0003}.Contact-module__hcVmEa__infoCard:focus,.Contact-module__hcVmEa__infoCard:focus-visible{outline:none}.Contact-module__hcVmEa__infoCard:before{content:"";opacity:0;background:radial-gradient(circle at 30% 40%,#14e3d014,#0000 60%);transition:opacity .3s;position:absolute;inset:0}.Contact-module__hcVmEa__infoCard:hover{border-color:#14e3d059;transform:translateY(-2px);box-shadow:0 12px 40px #0006,inset 0 0 0 1px #14e3d026}.Contact-module__hcVmEa__infoCard:hover:before{opacity:1}.Contact-module__hcVmEa__infoCard:active{transform:translateY(0);box-shadow:0 4px 20px #00000059,inset 0 0 0 1px #14e3d033}.Contact-module__hcVmEa__copiedBadge{color:#14e3d0f2;letter-spacing:.03em;text-transform:uppercase;pointer-events:none;white-space:nowrap;background:linear-gradient(135deg,#14e3d040,#06b6d433);border:1px solid #14e3d066;border-radius:8px;padding:.35rem .75rem;font-size:.85rem;font-weight:700;animation:.3s ease-out Contact-module__hcVmEa__slideInFade;position:absolute;top:50%;right:1rem;transform:translateY(-50%);box-shadow:0 4px 12px #14e3d026}@keyframes Contact-module__hcVmEa__slideInFade{0%{opacity:0;transform:translateY(-50%)translate(10px)}to{opacity:1;transform:translateY(-50%)translate(0)}}.Contact-module__hcVmEa__cardIcon{color:#14e3d0bf;-webkit-user-select:none;user-select:none;background:linear-gradient(135deg,#14e3d014,#06b6d40d);border:1px solid #14e3d01f;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;transition:all .3s;display:flex}.Contact-module__hcVmEa__cardIcon svg{stroke-width:1.8px;pointer-events:none;width:20px;height:20px}.Contact-module__hcVmEa__infoCard:hover .Contact-module__hcVmEa__cardIcon{color:#14e3d0e6;background:linear-gradient(135deg,#14e3d01f,#06b6d414);border-color:#14e3d040;transform:scale(1.05)}.Contact-module__hcVmEa__cardContent{-webkit-user-select:none;user-select:none;flex:1;min-width:0}.Contact-module__hcVmEa__cardLabel{text-transform:uppercase;letter-spacing:.08em;color:#14e3d0d9;text-shadow:0 1px 2px #0000004d;-webkit-user-select:none;user-select:none;margin-bottom:4px;font-size:11px;font-weight:700}.Contact-module__hcVmEa__cardValue{color:#fff;text-shadow:0 1px 2px #0006;word-break:break-word;-webkit-user-select:none;user-select:none;font-size:16px;font-weight:600;line-height:1.4}.Contact-module__hcVmEa__footnote{color:var(--muted-2);margin-top:1rem;font-size:.9rem;line-height:1.5}@media (max-width:700px){.Contact-module__hcVmEa__footnote{text-align:center}}.Contact-module__hcVmEa__right{justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:visible}.Contact-module__hcVmEa__aiSlot{isolation:isolate;justify-content:center;align-items:center;width:100%;max-width:460px;margin:0 auto;padding-bottom:14px;display:flex;position:relative;overflow:visible}.Contact-module__hcVmEa__aiSlot:before{content:"";pointer-events:none;z-index:0;filter:blur(32px);opacity:.8;mix-blend-mode:screen;background:radial-gradient(420px 240px at 35% 25%,#14b8a661,#0000 65%),radial-gradient(480px 300px at 80% 85%,#06b6d452,#0000 70%),radial-gradient(110% 90%,#00a09626,#0000 70%);position:absolute;inset:-10% -8% -14%}.Contact-module__hcVmEa__aiSlot>*{z-index:1;margin:0 auto;position:relative}@media (min-width:981px){.Contact-module__hcVmEa__section{padding:clamp(4rem,5vw,5rem) clamp(1.5rem,3vw,2rem)}.Contact-module__hcVmEa__grid{gap:5rem}.Contact-module__hcVmEa__right{justify-content:flex-end}.Contact-module__hcVmEa__aiSlot{max-width:460px}.Contact-module__hcVmEa__infoCard{gap:.9rem;padding:.85rem 1.15rem}.Contact-module__hcVmEa__cardIcon{width:44px;height:44px}.Contact-module__hcVmEa__cardIcon svg{width:21px;height:21px}.Contact-module__hcVmEa__cardValue{font-size:17px}.Contact-module__hcVmEa__heading{margin-bottom:1.25rem}.Contact-module__hcVmEa__cardsContainer:before{filter:blur(45px);inset:-18% -14%}.Contact-module__hcVmEa__copiedBadge{padding:.4rem .85rem;font-size:.9rem}}@media (max-width:980px){.Contact-module__hcVmEa__section{padding:clamp(2.5rem,5vw,3rem) clamp(1rem,2.5vw,1.5rem)}.Contact-module__hcVmEa__right{justify-content:center;padding:0}.Contact-module__hcVmEa__aiSlot{max-width:100%}.Contact-module__hcVmEa__grid{max-width:700px}.Contact-module__hcVmEa__infoCard{gap:.85rem;padding:.75rem 1.05rem}.Contact-module__hcVmEa__cardsContainer{padding:.4rem}.Contact-module__hcVmEa__cardsContainer:before{filter:blur(38px);inset:-15% -12%}}@media (max-width:600px){.Contact-module__hcVmEa__section{padding:clamp(2.25rem,4.5vw,2.75rem) clamp(.75rem,2vw,1rem)}.Contact-module__hcVmEa__grid{gap:2rem}.Contact-module__hcVmEa__aiSlot:before{filter:blur(26px);opacity:.7;inset:-8% -6% -10%}.Contact-module__hcVmEa__infoCard{gap:.8rem;padding:.7rem 1rem}.Contact-module__hcVmEa__cardIcon{width:40px;height:40px}.Contact-module__hcVmEa__cardIcon svg{width:19px;height:19px}.Contact-module__hcVmEa__cardValue{font-size:15px}.Contact-module__hcVmEa__cardsContainer{padding:.35rem}.Contact-module__hcVmEa__cardsContainer:before{filter:blur(32px);inset:-12% -10%}.Contact-module__hcVmEa__copiedBadge{padding:.3rem .65rem;font-size:.8rem}}@media (max-width:480px){.Contact-module__hcVmEa__section{padding:clamp(2rem,4vw,2.5rem) clamp(.5rem,1.5vw,.75rem)}.Contact-module__hcVmEa__grid{gap:1.75rem}.Contact-module__hcVmEa__aiSlot:before{filter:blur(22px);opacity:.65;inset:-7% -5% -9%}.Contact-module__hcVmEa__infoCard{gap:.75rem;padding:.65rem .95rem}.Contact-module__hcVmEa__cardIcon{width:38px;height:38px}.Contact-module__hcVmEa__cardIcon svg{width:18px;height:18px}.Contact-module__hcVmEa__cardValue{font-size:14.5px}.Contact-module__hcVmEa__cardsContainer{padding:.3rem}.Contact-module__hcVmEa__cardsContainer:before{filter:blur(28px);inset:-10% -8%}.Contact-module__hcVmEa__copiedBadge{padding:.25rem .55rem;font-size:.75rem}}@media (max-width:375px){.Contact-module__hcVmEa__section{padding:clamp(1.75rem,3.5vw,2.25rem) clamp(.5rem,1vw,.75rem)}.Contact-module__hcVmEa__grid{gap:1.5rem}.Contact-module__hcVmEa__heading{margin-bottom:1.5rem;font-size:clamp(2rem,5vw,2.6rem)}.Contact-module__hcVmEa__footnote{font-size:.85rem}.Contact-module__hcVmEa__infoCard{gap:.7rem;padding:.6rem .9rem}.Contact-module__hcVmEa__cardIcon{width:36px;height:36px}.Contact-module__hcVmEa__cardIcon svg{width:17px;height:17px}.Contact-module__hcVmEa__cardLabel{font-size:10px}.Contact-module__hcVmEa__cardValue{font-size:14px}.Contact-module__hcVmEa__cardsContainer{padding:.25rem}.Contact-module__hcVmEa__cardsContainer:before{filter:blur(26px);inset:-10% -8%}}@media (max-width:360px){.Contact-module__hcVmEa__section{padding:clamp(1.5rem,3vw,2rem) clamp(.5rem,.5vw,.75rem)}.Contact-module__hcVmEa__grid{gap:1.25rem}.Contact-module__hcVmEa__heading{margin-bottom:1.25rem;font-size:clamp(1.85rem,4.8vw,2.4rem)}.Contact-module__hcVmEa__footnote{font-size:.82rem}.Contact-module__hcVmEa__aiSlot:before{filter:blur(18px);opacity:.55;inset:-5% -3% -7%}.Contact-module__hcVmEa__cardsContainer{gap:.85rem;padding:.2rem}.Contact-module__hcVmEa__cardsContainer:before{filter:blur(22px);inset:-8% -6%}.Contact-module__hcVmEa__infoCard{gap:.65rem;padding:.55rem .8rem}.Contact-module__hcVmEa__cardIcon{width:34px;height:34px}.Contact-module__hcVmEa__cardIcon svg{width:16px;height:16px}.Contact-module__hcVmEa__cardValue{font-size:13.5px}}.Contact-module__hcVmEa__aiSlot>[data-ai-panel]{margin:0 auto!important}@media (prefers-reduced-motion:reduce){.Contact-module__hcVmEa__infoCard{transition:border-color .25s,background-color .25s}.Contact-module__hcVmEa__infoCard:hover{transform:none}.Contact-module__hcVmEa__infoCard:before{display:none}.Contact-module__hcVmEa__cardsContainer:before{animation:none}}.Contact-module__hcVmEa__left{width:min(520px,100%)}.Contact-module__hcVmEa__left .Contact-module__hcVmEa__cardsContainer{max-width:520px;margin-left:0}.Contact-module__hcVmEa__left .Contact-module__hcVmEa__infoCard{padding-left:.9rem;padding-right:.9rem}@media (min-width:1400px){.Contact-module__hcVmEa__left{width:min(400px,100%)}.Contact-module__hcVmEa__left .Contact-module__hcVmEa__cardsContainer{max-width:400px}}@media (max-width:980px){.Contact-module__hcVmEa__left{width:100%}.Contact-module__hcVmEa__left .Contact-module__hcVmEa__cardsContainer{max-width:100%}}a.Contact-module__hcVmEa__infoCard,a.Contact-module__hcVmEa__infoCard:hover,a.Contact-module__hcVmEa__infoCard:focus,a.Contact-module__hcVmEa__infoCard:active,a.Contact-module__hcVmEa__infoCard:visited{box-shadow:none!important;color:inherit!important;outline:0!important;text-decoration:none!important}a.Contact-module__hcVmEa__infoCard *{text-decoration:none!important}a.Contact-module__hcVmEa__infoCard,a.Contact-module__hcVmEa__infoCard *{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}a.Contact-module__hcVmEa__infoCard ::selection{background:0 0}a.Contact-module__hcVmEa__infoCard ::selection{background:0 0}.Contact-module__hcVmEa__infoCard{flex-wrap:wrap;align-items:flex-start}.Contact-module__hcVmEa__showActions .Contact-module__hcVmEa__cardContent{flex-basis:100%}.Contact-module__hcVmEa__miniActions{opacity:0;flex:0 0 100%;justify-content:flex-start;align-items:center;gap:8px;margin-left:0;padding-top:8px;transition:opacity .2s,transform .2s;display:none;transform:translateY(-4px)}.Contact-module__hcVmEa__showActions .Contact-module__hcVmEa__miniActions{opacity:1;display:flex;transform:translateY(0)}.Contact-module__hcVmEa__pillBtn{appearance:none;color:#eafffa;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;background:#14e3d02e;border:1px solid #14e3d059;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:800;transition:transform .2s,border-color .2s,background-color .2s}.Contact-module__hcVmEa__pillBtn:hover{background:#14e3d03d;border-color:#14e3d08c;transform:translateY(-1px)}.Contact-module__hcVmEa__pillBtn:active{transform:translateY(0)}.Contact-module__hcVmEa__copiedBadge{z-index:3}
.AdaptiveAIButtonLauncher-module__3kJz-G__wrap{right:max(16px,env(safe-area-inset-right));z-index:3500;pointer-events:none;position:fixed;bottom:48px}.AdaptiveAIButtonLauncher-module__3kJz-G__wrap>*{pointer-events:auto}@media (max-width:820px){.AdaptiveAIButtonLauncher-module__3kJz-G__wrap{bottom:max(16px,env(safe-area-inset-bottom))}}
.Footer-module__S6Hkya__footer{text-align:center;width:100vw;color:var(--muted-2);border-top:1px solid var(--border);background:#0009;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:24px}
.MotionCapabilities-module__Pz5Z6q__section{background:#0a0f0f;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:2rem 1rem;display:flex;position:relative;overflow:hidden}.MotionCapabilities-module__Pz5Z6q__container{color:#fff;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;width:100%;max-width:1400px;margin:0 auto;display:flex;position:relative}.MotionCapabilities-module__Pz5Z6q__left{flex:400px;min-width:320px;max-width:600px}.MotionCapabilities-module__Pz5Z6q__right{flex:none;justify-content:center;align-items:center;display:flex;position:relative}.MotionCapabilities-module__Pz5Z6q__title{margin:0 0 .4rem;font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:800;line-height:1.05}.MotionCapabilities-module__Pz5Z6q__titleMain{background:linear-gradient(45deg,#fff,#14b8a6);color:#0000;-webkit-background-clip:text;background-clip:text}.MotionCapabilities-module__Pz5Z6q__titleMuted{color:#ffffffdb}.MotionCapabilities-module__Pz5Z6q__sub{color:#ffffffd9;margin:.25rem 0 1rem;font-size:clamp(.9rem,1.4vw,1rem)}.MotionCapabilities-module__Pz5Z6q__panel{-webkit-backdrop-filter:blur(14px);background:linear-gradient(135deg,#14b8a626,#06b6d41f);border:1px solid #bffcf440;border-radius:22px;max-width:540px;margin-top:1.5rem;padding:1.4rem 1.2rem;position:relative;box-shadow:0 24px 60px #0000008c,0 10px 28px #14b8a647,inset 0 1px #ffffff1a}.MotionCapabilities-module__Pz5Z6q__panelTop{align-items:center;gap:.8rem;margin-bottom:.5rem;display:flex}.MotionCapabilities-module__Pz5Z6q__panelIcon{color:#fff;background:linear-gradient(135deg,#14b8a6,#06b6d4);border-radius:50%;place-items:center;width:38px;height:38px;transition:all .3s;display:grid;box-shadow:0 4px 12px #14b8a666}.MotionCapabilities-module__Pz5Z6q__panelIcon svg{stroke:#fff;width:20px;height:20px}.MotionCapabilities-module__Pz5Z6q__panelTitle{color:#bffcf4;margin:0;font-size:1.2rem;font-weight:800}.MotionCapabilities-module__Pz5Z6q__panelDesc{color:#ffffffeb;min-height:3.2rem;margin:.25rem 0 1rem;line-height:1.5}.MotionCapabilities-module__Pz5Z6q__tags{flex-wrap:wrap;gap:.5rem;display:flex}.MotionCapabilities-module__Pz5Z6q__tag{color:#bffcf4;background:#14b8a626;border:1px solid #bffcf44d;border-radius:999px;padding:.4rem .7rem;font-size:.84rem;font-weight:700}.MotionCapabilities-module__Pz5Z6q__orb{border-radius:50%;justify-content:center;align-items:center;width:650px;height:650px;display:flex;position:relative}.MotionCapabilities-module__Pz5Z6q__orb:before{content:"";background:radial-gradient(50% 50% at 50% 40%,#bffcf459,#38bdf847 50%,#14b8a62e 80%,#0006 100%);border-radius:50%;width:380px;height:380px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:inset 0 0 60px #bffcf433,0 32px 90px #06b6d473,0 12px 38px #14b8a659}.MotionCapabilities-module__Pz5Z6q__deviceGrid{z-index:2;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.MotionCapabilities-module__Pz5Z6q__centerIcon{justify-content:center;align-items:center;width:120px;height:120px;transition:all .5s;display:flex}.MotionCapabilities-module__Pz5Z6q__centerLogo{object-fit:contain;filter:brightness(0)invert()drop-shadow(0 0 20px #fffc)drop-shadow(0 0 40px #bffcf499);width:80px;height:80px;margin:0 auto;transition:all .5s;animation:3s ease-in-out infinite MotionCapabilities-module__Pz5Z6q__logoGlow;display:block}@keyframes MotionCapabilities-module__Pz5Z6q__logoGlow{0%,to{filter:brightness(0)invert()drop-shadow(0 0 20px #fffc)drop-shadow(0 0 40px #bffcf499);transform:scale(1)}50%{filter:brightness(0)invert()drop-shadow(0 0 30px #fff)drop-shadow(0 0 60px #bffcf4e6);transform:scale(1.05)}}.MotionCapabilities-module__Pz5Z6q__orbitsWrap{pointer-events:none;transition:transform .3s;position:absolute;inset:0}.MotionCapabilities-module__Pz5Z6q__chip{color:#eafffb;cursor:pointer;-webkit-backdrop-filter:blur(10px);pointer-events:auto;white-space:nowrap;background:#ffffff14;border:1px solid #ffffff2e;border-radius:999px;align-items:center;gap:.5rem;height:48px;padding:.55rem .9rem;font-size:.85rem;font-weight:700;transition:opacity .4s,transform .3s,box-shadow .3s,border-color .3s,background .3s;display:flex;position:absolute;box-shadow:0 12px 30px #06b6d42e}.MotionCapabilities-module__Pz5Z6q__chipActive{background:#14b8a626;border-color:#bffcf48c;box-shadow:0 18px 40px #06b6d473}.MotionCapabilities-module__Pz5Z6q__chipIcon{color:#bffcf4;background:#bffcf41f;border:1px solid #bffcf459;border-radius:50%;place-items:center;width:26px;height:26px;display:grid}.MotionCapabilities-module__Pz5Z6q__chipIcon svg{width:18px;height:18px;color:inherit;stroke:currentColor}.MotionCapabilities-module__Pz5Z6q__chipLabel{white-space:nowrap}@media (max-width:1200px){.MotionCapabilities-module__Pz5Z6q__orb{width:550px;height:550px}.MotionCapabilities-module__Pz5Z6q__orb:before{width:340px;height:340px}.MotionCapabilities-module__Pz5Z6q__orbitsWrap{transform:scale(.846)}}@media (max-width:1000px){.MotionCapabilities-module__Pz5Z6q__orb{width:500px;height:500px}.MotionCapabilities-module__Pz5Z6q__orb:before{width:320px;height:320px}.MotionCapabilities-module__Pz5Z6q__orbitsWrap{transform:scale(.769)}}@media (max-width:900px){.MotionCapabilities-module__Pz5Z6q__container{flex-direction:column;align-items:center;gap:2rem;padding:2rem 1rem}.MotionCapabilities-module__Pz5Z6q__left{width:100%;max-width:100%}.MotionCapabilities-module__Pz5Z6q__right{justify-content:center;align-items:center;width:100%;display:flex}.MotionCapabilities-module__Pz5Z6q__orb{width:450px;max-width:85vw;height:450px;max-height:85vw}.MotionCapabilities-module__Pz5Z6q__orb:before{width:280px;height:280px}.MotionCapabilities-module__Pz5Z6q__orbitsWrap{transform:scale(.692)}.MotionCapabilities-module__Pz5Z6q__chip{height:42px;padding:.45rem .7rem;font-size:.78rem}.MotionCapabilities-module__Pz5Z6q__centerIcon{width:100px;height:100px}.MotionCapabilities-module__Pz5Z6q__centerLogo{width:68px;height:68px}}@media (max-width:600px){.MotionCapabilities-module__Pz5Z6q__section{padding:2rem .5rem}.MotionCapabilities-module__Pz5Z6q__container{gap:1.5rem;padding:1.5rem .5rem}.MotionCapabilities-module__Pz5Z6q__orb{width:400px;max-width:85vw;height:400px;max-height:85vw}.MotionCapabilities-module__Pz5Z6q__orb:before{width:240px;height:240px}.MotionCapabilities-module__Pz5Z6q__orbitsWrap{transform:scale(.615)}.MotionCapabilities-module__Pz5Z6q__chip{gap:.4rem;height:38px;padding:.4rem .65rem;font-size:.72rem}.MotionCapabilities-module__Pz5Z6q__centerIcon{width:85px;height:85px}.MotionCapabilities-module__Pz5Z6q__centerLogo{width:58px;height:58px}.MotionCapabilities-module__Pz5Z6q__chipIcon{width:24px;height:24px}.MotionCapabilities-module__Pz5Z6q__chipIcon svg{width:16px;height:16px}.MotionCapabilities-module__Pz5Z6q__panelIcon{width:34px;height:34px}.MotionCapabilities-module__Pz5Z6q__panelIcon svg{width:18px;height:18px}}@media (max-width:400px){.MotionCapabilities-module__Pz5Z6q__orb{width:min(350px,90vw);height:min(350px,90vw)}.MotionCapabilities-module__Pz5Z6q__orb:before{width:210px;height:210px}.MotionCapabilities-module__Pz5Z6q__orbitsWrap{transform:scale(.538)}.MotionCapabilities-module__Pz5Z6q__chip{height:36px;padding:.35rem .6rem;font-size:.7rem}.MotionCapabilities-module__Pz5Z6q__centerIcon{width:75px;height:75px}.MotionCapabilities-module__Pz5Z6q__centerLogo{width:52px;height:52px}.MotionCapabilities-module__Pz5Z6q__panelIcon{width:32px;height:32px}.MotionCapabilities-module__Pz5Z6q__panelIcon svg{width:16px;height:16px}}@media (max-width:340px){.MotionCapabilities-module__Pz5Z6q__section{padding:1.5rem .25rem}.MotionCapabilities-module__Pz5Z6q__container{padding:1rem .25rem}.MotionCapabilities-module__Pz5Z6q__orb{width:min(300px,92vw);height:min(300px,92vw)}.MotionCapabilities-module__Pz5Z6q__orb:before{width:180px;height:180px}.MotionCapabilities-module__Pz5Z6q__orbitsWrap{transform:scale(.462)}.MotionCapabilities-module__Pz5Z6q__chip{height:34px;padding:.3rem .55rem;font-size:.68rem}.MotionCapabilities-module__Pz5Z6q__centerIcon{width:65px;height:65px}.MotionCapabilities-module__Pz5Z6q__centerLogo{width:45px;height:45px}.MotionCapabilities-module__Pz5Z6q__chipIcon{width:22px;height:22px}.MotionCapabilities-module__Pz5Z6q__chipIcon svg{width:14px;height:14px}.MotionCapabilities-module__Pz5Z6q__panelIcon{width:30px;height:30px}.MotionCapabilities-module__Pz5Z6q__panelIcon svg{width:15px;height:15px}}
