html.lenis,html.lenis body{height:auto}.lenis:not(.lenis-autoToggle).lenis-stopped{overflow:clip}.lenis [data-lenis-prevent],.lenis [data-lenis-prevent-wheel],.lenis [data-lenis-prevent-touch],.lenis [data-lenis-prevent-vertical],.lenis [data-lenis-prevent-horizontal]{overscroll-behavior:contain}.lenis.lenis-smooth iframe{pointer-events:none}.lenis.lenis-autoToggle{transition-property:overflow;transition-duration:1ms;transition-behavior:allow-discrete}.loader-screen{position:fixed;inset:0;z-index:9999;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--color-bg);transition:opacity .6s ease,visibility .6s ease}.loader-screen--hidden{opacity:0;visibility:hidden;pointer-events:none}.loader__tetris{display:flex;flex-direction:column;align-items:center;border:2px solid rgba(130,88,242,.3);border-radius:4px;padding:4px;background:#0006}.loader__grid{display:grid;grid-template-columns:repeat(8,8px);grid-template-rows:repeat(16,8px);gap:1px}.loader__cell{width:8px;height:8px;border-radius:1px;background:#ffffff08;transition:background .05s ease}.loader__cell--filled{background:var(--color-accent);box-shadow:0 0 4px #8258f266}.loader__cell--active{background:#8258f28c;box-shadow:0 0 3px #8258f24d}.loader__cell--clearing{animation:loader-clear .2s ease-out forwards}.loader__text{margin-top:24px;font-family:Outfit,sans-serif;font-size:14px;font-weight:600;letter-spacing:.3em;text-transform:uppercase;color:#83a6ffb3;overflow:hidden;white-space:nowrap;width:10ch;animation:loader-typing 2.5s steps(10) infinite}.loader__glow{position:absolute;width:300px;height:300px;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;z-index:-1;background:radial-gradient(circle,rgba(130,88,242,.15) 0%,transparent 70%);animation:loader-pulse 2s infinite ease-in-out}@keyframes loader-clear{0%{background:var(--color-accent);opacity:1}50%{background:#83a6ffe6;opacity:.5}to{background:#ffffff08;opacity:1}}@keyframes loader-typing{0%,to{width:7ch}50%{width:10ch}}@keyframes loader-pulse{0%,to{opacity:.5;transform:translate(-50%,-50%) scale(1)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.15)}}#hero{position:relative;overflow:visible;box-shadow:inset 0 -120px 100px -40px #060a18e6}.hero{position:relative;width:100%;max-width:1440px;min-height:100vh;min-height:100svh;margin-inline:auto;overflow:visible;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;isolation:isolate}@supports (height: 100svh){@media(pointer:coarse){.hero{min-height:calc(var(--vh, 1svh) * 100)}}}.hero__content{position:relative;z-index:3;display:flex;width:100%;max-width:1240px;align-items:flex-start;justify-content:space-between;gap:60px;padding:200px 32px 0}.hero__left{display:flex;flex-direction:column;gap:24px;flex:1}.hero__subline{font-family:Inter,sans-serif;font-size:18px;color:#ffffff80;max-width:400px;line-height:1.6}.hero__right{flex:0 0 auto;padding-top:20px}.hero__mini-dash{--shimmer-color: rgba(131, 166, 255, .5);--dash-bg: linear-gradient(145deg, rgba(10, 15, 30, .9), rgba(15, 20, 40, .85));position:relative;width:360px;overflow:hidden;background:var(--dash-bg);border:1px solid rgba(77,127,255,.12);backdrop-filter:blur(24px);border-radius:14px;box-shadow:0 0 60px #4d7fff0f,0 8px 32px #0006,inset 0 1px #ffffff0d}.hero__mini-dash:before{content:"";position:absolute;inset:0;z-index:0;overflow:hidden;border-radius:14px;background:conic-gradient(from 180deg,transparent 0deg,var(--shimmer-color) 60deg,transparent 120deg,transparent 240deg,rgba(130,88,242,.3) 300deg,transparent 360deg);animation:hero-dash-shimmer 4s linear infinite;filter:blur(3px)}.hero__mini-dash:after{content:"";position:absolute;inset:1px;z-index:0;background:linear-gradient(145deg,#0a0f1ef2,#0f1428e6);border-radius:13px}.hero__mini-dash>*{position:relative;z-index:1}.hero__mini-dash:hover{--shimmer-color: rgba(131, 166, 255, .7)}@keyframes hero-dash-shimmer{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero__mini-dash-streaks{position:absolute;inset:0;pointer-events:none;overflow:hidden;border-radius:14px}.hero__mini-dash-streaks:before{content:"";position:absolute;width:200%;height:40px;top:30%;left:-60%;background:linear-gradient(95deg,transparent 20%,rgba(77,127,255,.06) 40%,rgba(131,166,255,.08) 50%,rgba(77,127,255,.04) 60%,transparent 80%);transform:rotate(-12deg)}.hero__mini-dash-streaks:after{content:"";position:absolute;width:200%;height:24px;top:65%;left:-40%;background:linear-gradient(95deg,transparent 25%,rgba(130,88,242,.05) 45%,rgba(160,130,255,.07) 55%,rgba(130,88,242,.03) 65%,transparent 85%);transform:rotate(-8deg)}.hero__mini-dash-chrome{display:flex;align-items:center;gap:6px;padding:10px 14px;border-bottom:1px solid rgba(255,255,255,.04)}.hero__mini-dash-dot{width:7px;height:7px;border-radius:50%}.hero__mini-dash-dot--red{background:#ff5f57;opacity:.7}.hero__mini-dash-dot--yellow{background:#ffbd2e;opacity:.7}.hero__mini-dash-dot--green{background:#28c840;opacity:.7}.hero__mini-dash-label{margin-left:8px;font-family:JetBrains Mono,SF Mono,monospace;font-size:11px;color:#ffffff4d;letter-spacing:.02em}.hero__mini-dash-body{padding:12px 14px;display:flex;flex-direction:column;gap:8px}.hero__mini-dash-row{display:grid;grid-template-columns:8px 1fr 80px 32px;align-items:center;gap:10px;padding:6px 8px;border-radius:6px;transition:background .2s}.hero__mini-dash-row:hover{background:#4d7fff0d}.hero__mini-dash-indicator{width:6px;height:6px;border-radius:50%;flex-shrink:0}.hero__mini-dash-indicator--active{background:#28c840;box-shadow:0 0 6px #28c84080}.hero__mini-dash-indicator--pulse{background:#ffbd2e;box-shadow:0 0 6px #ffbd2e80;animation:hero-pulse 2s ease-in-out infinite}@keyframes hero-pulse{0%,to{opacity:1}50%{opacity:.4}}.hero__mini-dash-name{font-family:Inter,sans-serif;font-size:12.5px;font-weight:400;color:#fff9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hero__mini-dash-row:hover .hero__mini-dash-name{color:#ffffffd9}.hero__mini-dash-bar{height:3px;background:#ffffff0f;border-radius:2px;overflow:hidden}.hero__mini-dash-fill{display:block;height:100%;border-radius:2px;background:linear-gradient(90deg,#4d7fff66,#83a6ff99)}.hero__mini-dash-fill--accent{background:linear-gradient(90deg,#ffbd2e66,#ffd26499)}.hero__mini-dash-val{font-family:JetBrains Mono,SF Mono,monospace;font-size:11px;color:#ffffff4d;text-align:right}.hero__mini-dash-row:hover .hero__mini-dash-val{color:#ffffff8c}.hero__mini-dash-footer{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-top:1px solid rgba(255,255,255,.04)}.hero__mini-dash-status{display:flex;align-items:center;gap:6px;font-family:Inter,sans-serif;font-size:11px;color:#ffffff40}.hero__mini-dash-ts{font-family:JetBrains Mono,SF Mono,monospace;font-size:10px;color:#fff3}.hero__dashboard-wrapper{display:flex;justify-content:center;align-items:flex-start;z-index:2;margin-top:20px;-webkit-mask-image:radial-gradient(ellipse 85% 80% at 50% 45%,black 5%,transparent 70%);mask-image:radial-gradient(ellipse 85% 80% at 50% 45%,black 5%,transparent 70%)}.hero__blur{position:absolute;width:1142px;height:2704px;left:50%;top:-900px;transform:translate(-50%) rotate(-33deg);filter:blur(16px);z-index:1;pointer-events:none;contain:strict;-webkit-mask:radial-gradient(50% 109% at 50% 50%,#000 0%,rgba(0,0,0,.96) 0%,transparent 96%);mask:radial-gradient(50% 109% at 50% 50%,#000 0%,rgba(0,0,0,.96) 0%,transparent 96%)}.hero__glow{position:absolute;left:50%;top:0;transform:translate(-50%);background:radial-gradient(50% 50% at 50% 50%,#2934ff,#ababab00)}.hero__glow--1{width:778px;height:639px;opacity:.72}.hero__glow--2{width:865px;height:929px;opacity:.46}.hero__glow--3{width:1198px;height:1198px;opacity:.23}.hero__glow--4{width:900px;height:500px;top:1400px;opacity:.18}.hero__ray{position:absolute;left:50%;top:0;transform-origin:top center;background:radial-gradient(50% 50% at 50% 50%,#8aa5ff,#ababab00)}.hero__ray--1{width:20px;height:2072px;opacity:.18;transform:translate(-50%) rotate(4deg)}.hero__ray--2{width:20px;height:2072px;opacity:.6;transform:translate(-50%) rotate(12deg)}.hero__ray--3{width:15px;height:2072px;opacity:.5;transform:translate(-50%) rotate(-2deg)}.hero__ray--4{width:20px;height:2704px;opacity:1;transform:translate(-50%) rotate(-4deg)}.hero__ray--5{width:20px;height:2704px;opacity:.3;transform:translate(-50%) rotate(-3deg)}.hero__ray--6{width:20px;height:2072px;opacity:.3;transform:translate(-50%) rotate(-6deg)}.hero__ray--10{width:35px;height:2072px;opacity:.32;transform:translate(-50%) rotate(-15deg)}.hero__ray--11{width:35px;height:2072px;opacity:.42;transform:translate(-50%) rotate(-8deg)}.hero__navbar{--shimmer-color: rgba(131, 166, 255, .35);--nav-bg: rgba(10, 15, 30, .75);position:fixed;top:16px;left:50%;transform:translate(-50%) translateZ(0);z-index:100;display:flex;align-items:center;justify-content:space-between;max-width:1240px;width:calc(100% - 32px);height:68px;padding:12px;gap:32px;background:var(--nav-bg);border:1px solid rgba(131,166,255,.1);backdrop-filter:blur(30px);border-radius:16px;backface-visibility:hidden;overflow:hidden;contain:layout style;transition:opacity .3s ease,transform .3s ease}.hero__navbar:before{content:"";position:absolute;inset:0;z-index:-2;border-radius:16px;background:conic-gradient(from 180deg,transparent 0deg,var(--shimmer-color) 60deg,transparent 120deg,transparent 240deg,rgba(130,88,242,.2) 300deg,transparent 360deg);animation:nav-shimmer 5s linear infinite;filter:blur(3px)}.hero__navbar:after{content:"";position:absolute;inset:1px;z-index:-1;background:var(--nav-bg);border-radius:15px;backdrop-filter:blur(30px)}.hero__navbar>*{position:relative;z-index:1}.hero__navbar:hover{--shimmer-color: rgba(131, 166, 255, .5)}@keyframes nav-shimmer{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero__navbar--hidden{opacity:0;transform:translate(-50%) translateY(-20px);pointer-events:none}.hero__logo{display:flex;align-items:center;gap:8px;padding:8px 16px;border-radius:6px;font-size:1.25rem;font-weight:700;letter-spacing:.05em;mix-blend-mode:plus-lighter}.hero__logo-img{width:32px;height:32px;object-fit:contain}.hero__nav-links{display:flex;align-items:center;gap:32px;list-style:none}.hero__nav-links a{color:#fffc;text-decoration:none;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:100%;letter-spacing:-.02em;text-align:center;mix-blend-mode:plus-lighter;transition:opacity .2s}.hero__nav-links a:hover{opacity:1;color:#fff}.hero__headline-wrapper{position:relative;z-index:3;width:fit-content}.hero__title{font-family:Outfit,sans-serif;font-weight:400;font-size:80px;line-height:110%;letter-spacing:-.02em;text-transform:uppercase;color:#fff;display:flex;flex-direction:column;align-items:flex-start;width:fit-content}.hero__title-line{display:block}.hero__title-line--2{display:flex;align-items:center;gap:8px}.hero__title-text{display:inline-block}.hero__rings-svg{display:block;flex-shrink:0}.hero__title-line--1,.hero__title-line--2 .hero__title-text,.hero__title-line--3{opacity:0;transform:translate(-60px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}.hero__title-line--2 .hero__rings-svg{opacity:0;transform:translate(60px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}.hero__title-line--1.hero--visible,.hero__title-line--2 .hero__title-text.hero--visible{opacity:1;transform:translate(0)}.hero__title-line--2 .hero__rings-svg.hero--visible{opacity:.6;transform:translate(0)}.hero__title-line--3.hero--visible{opacity:1;transform:translate(0)}.hero__title-gradient{background:linear-gradient(135deg,#83a6ffb3,#4d7fff80,#8258f299);background-size:200% 100%;animation:hero-text-shimmer 3s ease-in-out infinite;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:drop-shadow(2px 1px 5px rgba(77,127,255,.2)) drop-shadow(7px 5px 9px rgba(77,127,255,.12))}.hero__footer-btn{--shimmer-color: rgba(131, 166, 255, .7);--bg: rgba(10, 15, 30, .85);position:relative;z-index:10;overflow:hidden;display:inline-flex;align-items:center;gap:8px;padding:14px 32px;border-radius:50px;background:var(--bg);border:1px solid rgba(131,166,255,.2);color:#ffffffe6;font-family:Inter,sans-serif;font-size:15px;font-weight:500;text-decoration:none;cursor:pointer;transform-origin:center;transition:transform .2s,border-color .3s;width:fit-content}.hero__footer-btn:before{content:"";position:absolute;inset:0;z-index:-2;overflow:hidden;background:conic-gradient(from 270deg,transparent 0deg,var(--shimmer-color) 90deg,transparent 180deg);animation:hero-shimmer-slide 3s linear infinite;filter:blur(2px)}.hero__footer-btn:after{content:"";position:absolute;inset:1px;z-index:-1;background:var(--bg);border-radius:50px}.hero__footer-btn:hover{border-color:#83a6ff66;transform:translateY(-1px)}.hero__footer-btn:hover:before{--shimmer-color: rgba(131, 166, 255, .9)}.hero__footer-btn:active{transform:translateY(1px)}@keyframes hero-shimmer-slide{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes hero-text-shimmer{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.hero__hamburger{display:none;background:none;border:none;cursor:pointer;padding:8px;flex-direction:column;gap:5px;z-index:20}.hero__hamburger span{display:block;width:24px;height:2px;background:#fffc;border-radius:2px;transition:transform .3s,opacity .3s}.hero__hamburger--active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hero__hamburger--active span:nth-child(2){opacity:0}.hero__hamburger--active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media(max-width:768px){#hero,.hero{overflow:hidden}.hero__navbar{position:absolute;transform:translate(-50%);contain:layout style;width:100%;height:auto;padding:12px 20px;top:0;background:transparent;border:none;border-radius:0;backdrop-filter:none}.hero__navbar:before,.hero__navbar:after{display:none}.hero__hamburger{display:flex}.hero__nav-links{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;gap:0;padding:8px 0;background:#060a18f2;border:1px solid rgba(255,255,255,.05);backdrop-filter:blur(30px);border-radius:0 0 16px 16px}.hero__nav-links--open{display:flex}.hero__nav-links li{width:100%}.hero__nav-links a{display:block;padding:12px 20px;text-align:left}.hero__title{font-size:48px;line-height:120%}.hero__rings-svg{width:100px;height:auto}.hero__content{flex-direction:column;padding:120px 20px 0;gap:32px}.hero__left,.hero__right,.hero__mini-dash{width:100%}.hero__subline{font-size:16px}.hero__ray{display:none}.hero__blur{width:700px;height:1800px;top:-600px}.hero__glow--1{width:500px;height:400px}.hero__glow--2{width:560px;height:600px}.hero__glow--3{width:780px;height:780px}.hero__glow--4{width:580px;height:320px;top:900px}.hero__dashboard-wrapper{margin-top:40px;-webkit-mask-image:radial-gradient(ellipse 95% 85% at 50% 45%,black 10%,transparent 75%);mask-image:radial-gradient(ellipse 95% 85% at 50% 45%,black 10%,transparent 75%)}}@media(max-width:480px){.hero__title{font-size:36px}.hero__rings-svg{width:70px;height:auto}.hero__content{padding:100px 16px 0;gap:24px}.hero__subline{font-size:14px}.hero__mini-dash{width:100%}.hero__mini-dash-row{grid-template-columns:6px 1fr 60px 28px;gap:8px;padding:5px 6px}.hero__mini-dash-name{font-size:11.5px}.hero__mini-dash-val{font-size:10px}.hero__blur{width:500px;height:1400px;top:-400px}.hero__dashboard-wrapper{margin-top:60px;-webkit-mask-image:radial-gradient(ellipse 100% 90% at 50% 45%,black 12%,transparent 78%);mask-image:radial-gradient(ellipse 100% 90% at 50% 45%,black 12%,transparent 78%)}}.hero__dashboard{position:relative;z-index:2;width:750px;height:500px;margin-top:10px;border-radius:24px;overflow:hidden;transform:perspective(2200px) rotateX(10deg) rotateY(6deg) rotate(-8deg) skew(12deg,1deg) translateZ(0);will-change:transform;display:flex;justify-content:center;align-items:center;backface-visibility:hidden}.hero__dashboard-img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.7) brightness(.85) contrast(1.1)}.hero__dashboard-overlay{position:absolute;inset:-4px;pointer-events:none;box-shadow:inset 0 0 80px 60px #060a18f2,inset 0 0 150px 90px #060a1899,inset 0 0 200px 120px #060a184d,inset 60px -40px 100px 50px #060a18b3,inset -60px 60px 120px 70px #060a18d9}@media(max-width:768px){.hero__dashboard{width:90%;height:360px;transform:perspective(2000px) rotateX(10deg) rotateY(6deg) rotate(-8deg) skew(12deg,1deg)}.hero__dashboard-img{filter:saturate(.8) brightness(1) contrast(1.05)}.hero__dashboard-overlay{box-shadow:inset 0 0 40px 25px #060a1899,inset 0 0 80px 50px #060a184d,inset 40px -30px 60px 30px #060a1866,inset -40px 40px 70px 35px #060a1873}}@media(max-width:480px){.hero__dashboard{width:85%;height:280px;transform:perspective(1500px) rotateX(8deg) rotateY(4deg) rotate(-6deg) skew(8deg,1deg)}.hero__dashboard-img{filter:saturate(.85) brightness(1.05) contrast(1.05)}.hero__dashboard-overlay{box-shadow:inset 0 0 35px 20px #060a1880,inset 0 0 70px 45px #060a1840,inset 35px -25px 50px 25px #060a1859,inset -35px 35px 60px 30px #060a1866}}.integrations{position:relative;padding:100px 0;min-height:80vh;isolation:isolate}.intg__blur{position:absolute;width:1000px;height:2000px;left:50%;top:-600px;transform:translate(-50%) rotate(-30deg);filter:blur(16px);z-index:1;pointer-events:none;overflow:hidden;will-change:transform;contain:layout style paint;-webkit-mask:radial-gradient(50% 60% at 50% 30%,#000 0%,rgba(0,0,0,.96) 0%,transparent 96%);mask:radial-gradient(50% 60% at 50% 30%,#000 0%,rgba(0,0,0,.96) 0%,transparent 96%)}.intg__glow{position:absolute;left:50%;top:0;transform:translate(-50%);background:radial-gradient(50% 50% at 50% 50%,#2934ff,#ababab00)}.intg__glow--1{width:600px;height:500px;opacity:.55}.intg__glow--2{width:750px;height:750px;opacity:.3}.intg__glow--3{width:500px;height:350px;top:1000px;opacity:.15}.intg__ray{position:absolute;left:50%;top:0;transform-origin:top center;background:radial-gradient(50% 50% at 50% 50%,#8aa5ff,#ababab00)}.intg__ray--1{width:20px;height:1600px;opacity:.5;transform:translate(-50%) rotate(5deg)}.intg__ray--2{width:15px;height:1600px;opacity:.35;transform:translate(-50%) rotate(15deg)}.intg__ray--3{width:20px;height:2000px;opacity:.8;transform:translate(-50%) rotate(-4deg)}.intg__ray--4{width:15px;height:1600px;opacity:.3;transform:translate(-50%) rotate(-12deg)}.intg__ray--5{width:40px;height:2000px;opacity:.2;transform:translate(-50%) rotate(-20deg)}.intg__ray--6{width:30px;height:1600px;opacity:.4;transform:translate(-50%) rotate(10deg)}.intg__ray--7{width:30px;height:1600px;opacity:.25;transform:translate(-50%) rotate(22deg)}.intg__ray--8{width:35px;height:1600px;opacity:.2;transform:translate(-50%) rotate(-8deg)}.intg__container{position:relative;z-index:5;max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:44px}.intg__header{display:flex;flex-direction:column;align-items:center;max-width:640px;gap:16px;padding:0 16px}.intg__badge{border-radius:60px;padding:1px}.intg__badge-inner{padding:7px 16px 8px;background:#000000d9;border-radius:26px}.intg__badge-inner span{font:400 16px/26px Inter,sans-serif;letter-spacing:-.32px;background:linear-gradient(93.4deg,#83a6ff 22.37%,#8e49ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.intg__title{font:500 44px/53px Inter,sans-serif;letter-spacing:-.44px;color:#fff;margin:0;text-align:center}.intg__subtitle{font:400 16px/26px Inter,sans-serif;letter-spacing:-.32px;color:#e5ecffb3;max-width:440px;text-align:center;margin:0}.intg__badge,.intg__title,.intg__subtitle{opacity:0;transform:translateY(20px)}.intg__grid{position:relative;width:100%;height:584px}.intg__line--h{position:absolute;height:4px;left:0;right:0;top:290px;background:radial-gradient(63.67% 63.67% at 50% 50%,#83a6ff,#000);opacity:.14}.intg__line--v{position:absolute;width:4px;left:50%;top:0;bottom:0;background:radial-gradient(63.67% 63.67% at 50% 50%,#83a6ff,#000);opacity:.14}.intg__center-icon{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:56px;height:56px;border-radius:12px;z-index:2;display:flex;align-items:center;justify-content:center;font:700 24px/1 Plus Jakarta Sans,sans-serif;color:#83a6ff;background:#ffffff01;animation:intgCenterPulse 4s ease-in-out infinite;transition:color .3s,box-shadow .3s;box-shadow:0 .76px .69px -.5px #0000002b,0 1.87px 1.68px -1px #0000002b,0 3.55px 3.19px -1.5px #0000002b,0 6.19px 5.57px -2px #00000029,0 10.78px 9.7px -2.5px #00000026,0 19.74px 17.76px -3px #0000001f,0 39px 35.1px -3.5px #00000014,inset 0 2px 4px #83a6ff80}.intg__dot{position:absolute;width:6px;height:6px;border-radius:50%;background:#83a6ff;box-shadow:0 0 12px 3px #83a6ff99;z-index:2;will-change:transform}.intg__dot--left{top:50%;left:50%;animation:intgDotBounceLeft 4s ease-in-out infinite}.intg__dot--right{top:50%;left:50%;animation:intgDotBounceRight 4s ease-in-out infinite}.intg__dot--top{top:50%;left:50%;animation:intgDotBounceTop 4s ease-in-out infinite}.intg__dot--bottom{top:50%;left:50%;animation:intgDotBounceBottom 4s ease-in-out infinite}@keyframes intgDotBounceLeft{0%,15%{transform:translate(0)}45%{transform:translate(-600px)}55%{transform:translate(-504px)}65%{transform:translate(-564px)}85%,to{transform:translate(0)}}@keyframes intgDotBounceRight{0%,15%{transform:translate(0)}45%{transform:translate(600px)}55%{transform:translate(504px)}65%{transform:translate(564px)}85%,to{transform:translate(0)}}@keyframes intgDotBounceTop{0%,15%{transform:translate(0)}45%{transform:translateY(-292px)}55%{transform:translateY(-234px)}65%{transform:translateY(-275px)}85%,to{transform:translate(0)}}@keyframes intgDotBounceBottom{0%,15%{transform:translate(0)}45%{transform:translateY(292px)}55%{transform:translateY(234px)}65%{transform:translateY(275px)}85%,to{transform:translate(0)}}@keyframes intgCenterPulse{0%,85%,15%{color:#83a6ff;background:#ffffff01;box-shadow:0 .76px .69px -.5px #0000002b,0 1.87px 1.68px -1px #0000002b,0 3.55px 3.19px -1.5px #0000002b,0 6.19px 5.57px -2px #00000029,0 10.78px 9.7px -2.5px #00000026,0 19.74px 17.76px -3px #0000001f,0 39px 35.1px -3.5px #00000014,inset 0 2px 4px #83a6ff80}90%,to{color:#fff;background:#2934ff40;box-shadow:0 .76px .69px -.5px #0000002b,0 1.87px 1.68px -1px #0000002b,0 3.55px 3.19px -1.5px #0000002b,0 6.19px 5.57px -2px #00000029,0 10.78px 9.7px -2.5px #00000026,0 19.74px 17.76px -3px #0000001f,0 39px 35.1px -3.5px #00000014,inset 0 2px 4px #83a6ff80,0 0 20px 6px #2934ff66,0 0 40px 12px #83a6ff26}}.intg__card{position:absolute;width:326px;height:217px;padding:1px;border-radius:16px;box-sizing:border-box;opacity:0;transform:scale(.85);filter:blur(6px)}.intg__card-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 20px;gap:12px;border-radius:16px;height:100%}.intg__card--tl{left:calc(50% - 401px);top:calc(50% - 293px);background:radial-gradient(96% 96% at 65% -30%,#93b4ff,#000)}.intg__card--tl .intg__card-inner{background:radial-gradient(96% 96% at 60% 5%,#161b35,#000)}.intg__card--tr{left:calc(50% + 75px);top:calc(50% - 293px);background:radial-gradient(96% 96% at 35% -30%,#7a9cff,#000)}.intg__card--tr .intg__card-inner{background:radial-gradient(96% 96% at 40% 5%,#131729,#000)}.intg__card--bl{left:calc(50% - 401px);top:calc(50% + 75px);background:radial-gradient(96% 96% at 60% -20%,#6b8ee6,#000)}.intg__card--bl .intg__card-inner{background:radial-gradient(96% 96% at 55% 8%,#101425,#000)}.intg__card--br{left:calc(50% + 75px);top:calc(50% + 75px);background:radial-gradient(96% 96% at 42% -15%,#5d7fd4,#000)}.intg__card--br .intg__card-inner{background:radial-gradient(96% 96% at 45% 10%,#0e1222,#000)}.intg__card-icon-wrap{position:relative;width:58px;height:61px;border-radius:8px;isolation:isolate}.intg__card-icon-wrap:before,.intg__card-icon-wrap:after{content:"";position:absolute;inset:0;border-radius:8px;z-index:0}.intg__card-icon-wrap:before{background:linear-gradient(304.33deg,#2634ff,#2634ff00 25%)}.intg__card-icon-wrap:after{background:linear-gradient(141.42deg,#2634ff,#2634ff00 25%)}.intg__card-icon{position:relative;z-index:2;width:55px;height:58px;margin:1.5px;display:flex;align-items:center;justify-content:center;background:#000;border-radius:8px}.intg__card-icon svg{width:35px;height:38px;fill:#83a6ff}.intg__card-title{font:500 18px/24px Inter,sans-serif;letter-spacing:-.36px;color:#fff;margin:0;text-align:center}.intg__card-text{font:400 14px/22px Inter,sans-serif;letter-spacing:-.28px;color:#e5ecffb3;text-align:center;margin:0}@keyframes intgFadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes intgCardReveal{0%{opacity:0;transform:scale(.85);filter:blur(6px)}to{opacity:1;transform:scale(1);filter:blur(0)}}.intg--visible .intg__badge{animation:intgFadeUp .5s ease-out forwards;animation-delay:0s}.intg--visible .intg__title{animation:intgFadeUp .5s ease-out forwards;animation-delay:.15s}.intg--visible .intg__subtitle{animation:intgFadeUp .5s ease-out forwards;animation-delay:.3s}.intg--visible .intg__card--tl{animation:intgCardReveal .5s ease-out forwards;animation-delay:.4s}.intg--visible .intg__card--tr{animation:intgCardReveal .5s ease-out forwards;animation-delay:.55s}.intg--visible .intg__card--bl{animation:intgCardReveal .5s ease-out forwards;animation-delay:.7s}.intg--visible .intg__card--br{animation:intgCardReveal .5s ease-out forwards;animation-delay:.85s}@media(max-width:1024px){.intg__grid{display:flex;flex-wrap:wrap;justify-content:center;gap:24px;height:auto;padding:0 16px}.intg__card{position:static;width:calc(50% - 12px);height:auto}.intg__line--h,.intg__line--v,.intg__center-icon,.intg__dot{display:none;animation:none}}@media(max-width:768px){.integrations{padding:60px 0;min-height:auto}.intg__card{width:100%}.intg__blur{width:600px}}@media(max-width:480px){.integrations{padding:40px 0}.intg__card-inner{padding:20px 16px}.intg__subtitle{font-size:14px;line-height:22px}}.insights{position:relative;overflow:hidden;padding:160px 40px 100px;min-height:900px;isolation:isolate}.ins__blur{position:absolute;width:1000px;height:2000px;left:50%;top:-600px;transform:translate(-50%) rotate(-30deg);filter:blur(16px);z-index:1;pointer-events:none;will-change:transform;contain:layout style paint;-webkit-mask:radial-gradient(50% 60% at 50% 30%,#000 0%,rgba(0,0,0,.96) 0%,transparent 96%);mask:radial-gradient(50% 60% at 50% 30%,#000 0%,rgba(0,0,0,.96) 0%,transparent 96%)}.ins__glow{position:absolute;left:50%;top:0;transform:translate(-50%);background:radial-gradient(50% 50% at 50% 50%,#2934ff,#ababab00)}.ins__glow--1{width:600px;height:500px;opacity:.55}.ins__glow--2{width:750px;height:750px;opacity:.3}.ins__glow--3{width:500px;height:350px;top:1000px;opacity:.15}.ins__ray{position:absolute;left:50%;top:0;transform-origin:top center;background:radial-gradient(50% 50% at 50% 50%,#8aa5ff,#ababab00)}.ins__ray--1{width:20px;height:1600px;opacity:.5;transform:translate(-50%) rotate(5deg)}.ins__ray--2{width:15px;height:1600px;opacity:.35;transform:translate(-50%) rotate(15deg)}.ins__ray--3{width:20px;height:2000px;opacity:.8;transform:translate(-50%) rotate(-4deg)}.ins__ray--4{width:15px;height:1600px;opacity:.3;transform:translate(-50%) rotate(-12deg)}.ins__ray--5{width:40px;height:2000px;opacity:.2;transform:translate(-50%) rotate(-20deg)}.ins__ray--6{width:30px;height:1600px;opacity:.4;transform:translate(-50%) rotate(10deg)}.ins__ray--7{width:30px;height:1600px;opacity:.25;transform:translate(-50%) rotate(22deg)}.ins__ray--8{width:35px;height:1600px;opacity:.2;transform:translate(-50%) rotate(-8deg)}.ins__line{position:absolute;top:0;left:50%;transform:translate(-50%);width:1280px;height:4px;background:radial-gradient(63.67% 63.67% at 50% 50%,#83a6ff,#000);opacity:.14}.ins__radar{position:absolute;width:800px;height:800px;left:50%;top:100px;transform:translate(-50%);pointer-events:none}.ins__radar-highlight{position:absolute;inset:0;border-radius:500px;background:linear-gradient(180deg,#83a6ff0f,#83a6ff00)}.ins__radar-border{position:absolute;inset:.5%;border-radius:500px;background:linear-gradient(180deg,#080a1ef2,#050816fa);backdrop-filter:blur(5.5px);box-shadow:0 .76px .69px -.5px #0000002b,0 1.87px 1.68px -1px #0000002b,0 3.55px 3.19px -1.5px #0000002b,0 6.19px 5.57px -2px #00000029,0 10.78px 9.7px -2.5px #00000026,0 19.74px 17.76px -3px #00000021,0 39px 35.1px -3.5px #00000014}.ins__radar-inner-hl{position:absolute;inset:4%;border-radius:500px;background:linear-gradient(180deg,#0a123299,#83a6ff1f);backdrop-filter:blur(5.5px)}.ins__radar-bg{position:absolute;inset:4.5%;border-radius:500px;background:radial-gradient(circle at 50% 40%,#0c1a3a,#060d24,#030818);box-shadow:inset 0 0 120px 30px #83a6ff0f}.ins__radar-sweep{position:absolute;inset:4.5%;border-radius:500px;overflow:hidden}.ins__radar-sweep:after{content:"";position:absolute;inset:0;background:conic-gradient(from 0deg,transparent 0deg,transparent 300deg,rgba(131,166,255,.1) 345deg,rgba(131,166,255,.2) 360deg);animation:radarSweep 4s linear infinite;will-change:transform}@keyframes radarSweep{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ins__radar-vline{position:absolute;width:1px;height:100%;left:50%;top:0;transform:translate(-50%);background:#83a6ff;opacity:.08}.ins__radar-hline{position:absolute;width:100%;height:1px;left:0;top:50%;transform:translateY(-50%);background:#83a6ff;opacity:.08}.ins__radar-ring{position:absolute;left:50%;top:50%;border:1px solid #83A6FF;border-radius:500px;transform:translate(-50%,-50%)}.ins__radar-ring--1{width:625.59px;height:625.59px;opacity:.12}.ins__radar-ring--2{width:485.75px;height:485.75px;opacity:.09}.ins__radar-ring--3{width:338.55px;height:338.55px;opacity:.07}.ins__radar-ring--4{width:176.62px;height:176.62px;opacity:.05}.ins__radar-dot{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:8px;height:8px;border-radius:50%;z-index:2;background:#83a6ff;box-shadow:0 0 16px 4px #83a6ff66}.ins__overlay{position:absolute;left:0;right:0;bottom:0;height:568px;background:linear-gradient(180deg,transparent 0%,rgba(6,10,24,.85) 71%);z-index:3;pointer-events:none}.ins__container{position:relative;z-index:5;max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:44px}.ins__header{display:flex;flex-direction:column;align-items:center;max-width:640px;gap:16px}.ins__badge{border-radius:60px;padding:1px}.ins__badge-inner{padding:7px 16px 8px;background:#000000d9;border-radius:26px}.ins__badge-inner span{font:400 16px/26px Inter,sans-serif;letter-spacing:-.32px;background:linear-gradient(93.4deg,#83a6ff 22.37%,#8e49ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.ins__title{font:500 44px/53px Inter,sans-serif;letter-spacing:-.44px;color:#fff;margin:0;text-align:center}.ins__subtitle{font:400 16px/26px Inter,sans-serif;letter-spacing:-.32px;color:#e5ecffb3;max-width:440px;text-align:center;margin:0}.ins__row{display:flex;flex-wrap:wrap;justify-content:center;gap:24px;width:100%}@keyframes insCardSlideIn{0%{opacity:0;transform:translate(-60px)}to{opacity:1;transform:translate(0)}}.ins__card{flex:1;min-width:300px;padding:1px;border-radius:16px;background:radial-gradient(96% 96% at 48.8% -35.7%,#83a6ff,#000);opacity:0;transform:translate(-60px)}.ins--visible .ins__card{animation:insCardSlideIn .6s ease-out forwards}.ins--visible .ins__card:nth-child(1){animation-delay:.1s}.ins--visible .ins__card:nth-child(2){animation-delay:.35s}.ins--visible .ins__card:nth-child(3){animation-delay:.6s}.ins__card-inner{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:32px;gap:24px;border-radius:16px;background:radial-gradient(96% 96% at 50% 7.5%,#121427,#000)}.ins__card-icon-wrap{position:relative;width:58px;height:61px;border-radius:8px;isolation:isolate}.ins__card-icon-wrap:before,.ins__card-icon-wrap:after{content:"";position:absolute;inset:0;border-radius:8px;z-index:0}.ins__card-icon-wrap:before{background:linear-gradient(304.33deg,#2634ff,#2634ff00 25%)}.ins__card-icon-wrap:after{background:linear-gradient(141.42deg,#2634ff,#2634ff00 25%)}.ins__card-icon{position:relative;z-index:2;width:55px;height:58px;margin:1.5px;display:flex;align-items:center;justify-content:center;background:#000;border-radius:8px}.ins__card-icon svg{width:35px;height:38px;fill:#83a6ff}.ins__card-title{font:500 24px/28px Inter,sans-serif;letter-spacing:-.48px;color:#fff;margin:0}.ins__card-desc{font:400 16px/26px Inter,sans-serif;letter-spacing:-.32px;color:#e5ecffb3;margin:0}@keyframes insFadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ins__badge,.ins__title,.ins__subtitle{opacity:0;transform:translateY(20px)}.ins--visible .ins__badge{animation:insFadeUp .5s ease-out forwards;animation-delay:0s}.ins--visible .ins__title{animation:insFadeUp .5s ease-out forwards;animation-delay:.2s}.ins--visible .ins__subtitle{animation:insFadeUp .5s ease-out forwards;animation-delay:.4s}.ins__tags{display:flex;align-items:center;gap:32px;opacity:0;transform:translateY(20px)}.ins--visible .ins__tags{animation:insFadeUp .5s ease-out forwards;animation-delay:.9s}.ins__tag{display:flex;align-items:center;gap:10px}.ins__tag svg{width:25px;height:25px;fill:#83a6ff}.ins__tag span{font:400 16px/26px Inter,sans-serif;letter-spacing:-.32px;color:#e5ecffb3}.ins__tag-sep{width:2px;align-self:stretch;background:#83a6ff;opacity:.2;border-radius:8px}@media(max-width:768px){.insights{padding:80px 16px 60px;min-height:auto}.ins__radar{width:500px;height:500px}.ins__line{width:100%}.ins__title{font-size:32px;line-height:40px}.ins__row{flex-direction:column}.ins__card{min-width:unset}.ins__tags{flex-wrap:wrap;gap:16px;justify-content:center}.ins__blur{width:600px}}@media(max-width:480px){.insights{padding:60px 12px 40px}.ins__title{font-size:24px;line-height:32px}.ins__radar{width:350px;height:350px}.ins__container{gap:32px}.ins__card-inner{padding:24px}}.team{position:relative;overflow:hidden;min-height:100vh;isolation:isolate;display:flex;flex-direction:column;justify-content:center;align-items:center}.team__line{position:absolute;top:0;left:50%;transform:translate(-50%);width:1280px;height:4px;background:radial-gradient(63.67% 63.67% at 50% 50%,#83a6ff,#000);opacity:.14}.team__blur{position:absolute;width:1000px;height:2000px;left:50%;top:-600px;transform:translate(-50%) rotate(-30deg);filter:blur(16px);z-index:1;pointer-events:none;will-change:transform;contain:layout style paint;-webkit-mask:radial-gradient(50% 60% at 50% 30%,#000 0%,rgba(0,0,0,.96) 0%,transparent 96%);mask:radial-gradient(50% 60% at 50% 30%,#000 0%,rgba(0,0,0,.96) 0%,transparent 96%)}.team__glow{position:absolute;left:50%;top:0;transform:translate(-50%);background:radial-gradient(50% 50% at 50% 50%,#2934ff,#ababab00)}.team__glow--1{width:600px;height:500px;opacity:.55}.team__glow--2{width:750px;height:750px;opacity:.3}.team__glow--3{width:500px;height:350px;top:1000px;opacity:.15}.team__bg-ray{position:absolute;left:50%;top:0;transform-origin:top center;background:radial-gradient(50% 50% at 50% 50%,#8aa5ff,#ababab00)}.team__bg-ray--1{width:20px;height:1600px;opacity:.5;transform:translate(-50%) rotate(5deg)}.team__bg-ray--2{width:15px;height:1600px;opacity:.35;transform:translate(-50%) rotate(15deg)}.team__bg-ray--3{width:20px;height:2000px;opacity:.8;transform:translate(-50%) rotate(-4deg)}.team__bg-ray--4{width:15px;height:1600px;opacity:.3;transform:translate(-50%) rotate(-12deg)}.team__bg-ray--5{width:40px;height:2000px;opacity:.2;transform:translate(-50%) rotate(-20deg)}.team__bg-ray--6{width:30px;height:1600px;opacity:.4;transform:translate(-50%) rotate(10deg)}.team__bg-ray--7{width:30px;height:1600px;opacity:.25;transform:translate(-50%) rotate(22deg)}.team__bg-ray--8{width:35px;height:1600px;opacity:.2;transform:translate(-50%) rotate(-8deg)}.team__container{position:relative;z-index:5;max-width:1440px;width:100%;display:flex;flex-direction:column;align-items:center;gap:44px}.team__header{display:flex;flex-direction:column;align-items:center;gap:12px}.team__badge{border-radius:60px;padding:1px}.team__badge-inner{padding:7px 16px 8px;background:#000000d9;border-radius:26px}.team__badge-inner span{font:400 16px/26px Inter,sans-serif;letter-spacing:-.32px;background:linear-gradient(93.4deg,#83a6ff 22.37%,#8e49ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.team__title{font:500 44px/53px Inter,sans-serif;letter-spacing:-.44px;color:#fff;margin:0;text-align:center}.team__subtitle{font:400 16px/26px Inter,sans-serif;letter-spacing:-.32px;color:#e5ecffb3;max-width:480px;text-align:center;margin:0}.team__badge,.team__title,.team__subtitle{opacity:0;transform:translateY(20px)}@keyframes teamFadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.team--visible .team__badge{animation:teamFadeUp .5s ease-out forwards;animation-delay:0s}.team--visible .team__title{animation:teamFadeUp .5s ease-out forwards;animation-delay:.15s}.team--visible .team__subtitle{animation:teamFadeUp .5s ease-out forwards;animation-delay:.3s}.team__row{display:flex;align-items:flex-start;justify-content:center;max-width:1440px;width:100%;padding:0 60px;gap:40px}.team__card{position:relative;flex:1;display:flex;flex-direction:column;align-items:center;gap:16px;opacity:0;transform:translate(-60px);transition:opacity .6s ease,transform .6s ease;transition-delay:var(--delay, 0s)}.team__card--visible{opacity:1;transform:translate(0)}.team__rays{position:absolute;inset:0;pointer-events:none;z-index:1}.team__ray{position:absolute;left:var(--ray-left, 50%);background:radial-gradient(closest-side,#83A6FF,transparent)}.team__ray--1{width:80px;height:800px;top:-200px;opacity:0;transform:rotate(6deg);filter:blur(8px);transition:opacity .5s ease}.team__ray--2{width:100px;height:900px;top:-250px;opacity:0;transform:rotate(-4deg);filter:blur(10px);transition:opacity .5s ease}.team__ray--3{width:60px;height:700px;top:-150px;opacity:0;transform:rotate(-10deg);filter:blur(6px);transition:opacity .5s ease}.team__ray--active.team__ray--1{opacity:.07}.team__ray--active.team__ray--2{opacity:.06}.team__ray--active.team__ray--3{opacity:.05}.team__card-inner{padding:1px;border-radius:16px;width:100%;overflow:hidden;background:linear-gradient(206.97deg,#83a6ff,#000 53%)}.team__card-img{width:100%;height:480px;border-radius:16px;object-fit:cover;display:block;background:radial-gradient(96% 96% at 50% 7.5%,#121427,#000);filter:grayscale(1);transition:filter .5s ease}.team__card:hover .team__card-img{filter:grayscale(0)}.team__card:first-child .team__card-img{object-position:35% 25%;scale:1.3}.team__card-label{display:flex;flex-direction:column;align-items:center;gap:4px}.team__card-name{font:500 18px/24px Inter,sans-serif;letter-spacing:-.36px;color:#fff;margin:0;text-align:center}.team__card-role{font:400 14px/20px Inter,sans-serif;letter-spacing:-.28px;color:#e5ecff80;margin:0;text-align:center}@media(max-width:1024px){.team__row{flex-wrap:wrap;gap:24px;padding:0 16px}.team__card{flex:0 0 calc(50% - 12px)}.team__card-img{height:360px}}@media(max-width:768px){.team{padding:80px 16px 60px;min-height:auto}.team__title{font-size:32px;line-height:40px}.team__line{width:100%}.team__blur{width:600px}}@media(max-width:480px){.team{padding:60px 12px 40px}.team__card{flex:0 0 100%}.team__card-img{height:300px}.team__title{font-size:24px;line-height:32px}}.blog{position:relative;overflow:hidden;isolation:isolate;display:flex;flex-direction:column;align-items:center;padding:80px 0}.blog__line{position:absolute;top:0;left:50%;transform:translate(-50%);width:1280px;height:4px;background:radial-gradient(63.67% 63.67% at 50% 50%,#83a6ff,#000);opacity:.14}.blog__blur{position:absolute;width:1000px;height:2000px;left:50%;top:-600px;transform:translate(-50%) rotate(-30deg);filter:blur(16px);z-index:1;pointer-events:none;will-change:transform;contain:layout style paint;-webkit-mask:radial-gradient(50% 60% at 50% 30%,#000 0%,rgba(0,0,0,.96) 0%,transparent 96%);mask:radial-gradient(50% 60% at 50% 30%,#000 0%,rgba(0,0,0,.96) 0%,transparent 96%)}.blog__glow{position:absolute;left:50%;top:0;transform:translate(-50%);background:radial-gradient(50% 50% at 50% 50%,#2934ff,#ababab00)}.blog__glow--1{width:600px;height:500px;opacity:.55}.blog__glow--2{width:750px;height:750px;opacity:.3}.blog__glow--3{width:500px;height:350px;top:1000px;opacity:.15}.blog__bg-ray{position:absolute;left:50%;top:0;transform-origin:top center;background:radial-gradient(50% 50% at 50% 50%,#8aa5ff,#ababab00)}.blog__bg-ray--1{width:20px;height:1600px;opacity:.5;transform:translate(-50%) rotate(5deg)}.blog__bg-ray--2{width:15px;height:1600px;opacity:.35;transform:translate(-50%) rotate(15deg)}.blog__bg-ray--3{width:20px;height:2000px;opacity:.8;transform:translate(-50%) rotate(-4deg)}.blog__bg-ray--4{width:15px;height:1600px;opacity:.3;transform:translate(-50%) rotate(-12deg)}.blog__bg-ray--5{width:40px;height:2000px;opacity:.2;transform:translate(-50%) rotate(-20deg)}.blog__bg-ray--6{width:30px;height:1600px;opacity:.4;transform:translate(-50%) rotate(10deg)}.blog__bg-ray--7{width:30px;height:1600px;opacity:.25;transform:translate(-50%) rotate(22deg)}.blog__bg-ray--8{width:35px;height:1600px;opacity:.2;transform:translate(-50%) rotate(-8deg)}.blog__container{position:relative;z-index:5;max-width:1439px;width:100%;display:flex;flex-direction:column;align-items:center;gap:44px}.blog__header{display:flex;flex-direction:column;align-items:center;gap:12px}.blog__badge{border-radius:60px;padding:1px}.blog__badge-inner{padding:7px 16px 8px;background:#000000d9;border-radius:26px}.blog__badge-inner span{font:400 16px/26px Inter,sans-serif;letter-spacing:-.32px;background:linear-gradient(93.4deg,#83a6ff 22.37%,#8e49ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.blog__title{font:500 44px/53px Inter,sans-serif;letter-spacing:-.44px;color:#fff;margin:0;text-align:center}.blog__subtitle{font:400 16px/26px Inter,sans-serif;letter-spacing:-.32px;color:#e5ecffb3;max-width:440px;text-align:center;margin:0}.blog__row{display:flex;align-items:center;justify-content:center;max-width:1439px;width:100%;padding:0 100px;gap:40px}.blog__card{position:relative;max-width:420px;border-radius:16px;overflow:hidden;background:#ffffff08;border:1px solid rgba(255,255,255,.06);text-decoration:none;transition:background .3s}.blog__card:hover{background:#83a6ff14}.blog__card-img-wrap{aspect-ratio:16 / 9;overflow:hidden}.blog__card-img{width:100%;height:100%;object-fit:cover;filter:grayscale(.3);transition:filter .4s,transform .4s}.blog__card:hover .blog__card-img{filter:grayscale(0);transform:scale(1.05)}.blog__card-body{padding:16px}.blog__card-meta{display:flex;align-items:center;gap:8px;font:400 12px/16px Inter,sans-serif;color:#e5ecff66;margin-bottom:8px}.blog__card-dot{width:3px;height:3px;border-radius:50%;background:#e5ecff4d;flex-shrink:0}.blog__card-title{font:600 17px/23px Inter,sans-serif;letter-spacing:-.02em;color:#fff}.blog__cta{--shimmer-color: rgba(131, 166, 255, .6);--btn-bg: rgba(10, 15, 30, .85);position:relative;z-index:0;overflow:hidden;display:inline-flex;align-items:center;gap:8px;margin-top:24px;padding:12px 24px;border-radius:12px;background:var(--btn-bg);border:1px solid rgba(131,166,255,.15);color:#e5ecffcc;font:500 14px/20px Inter,sans-serif;text-decoration:none;transition:border-color .3s,transform .2s;cursor:pointer}.blog__cta:before{content:"";position:absolute;inset:0;z-index:-2;background:conic-gradient(from 270deg,transparent 0deg,var(--shimmer-color) 90deg,transparent 180deg);animation:blog-shimmer 3s linear infinite;filter:blur(2px)}.blog__cta:after{content:"";position:absolute;inset:1px;z-index:-1;background:var(--btn-bg);border-radius:11px}.blog__cta:hover{--shimmer-color: rgba(131, 166, 255, .9);border-color:#83a6ff4d;color:#fff;transform:translateY(-1px)}@keyframes blog-shimmer{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes blogFadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes blogCardDrop{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.blog__badge,.blog__title,.blog__subtitle,.blog__cta{opacity:0;transform:translateY(20px)}.blog__card{opacity:0;transform:translateY(-30px)}.blog--visible .blog__badge{animation:blogFadeUp .5s ease-out forwards;animation-delay:0s}.blog--visible .blog__title{animation:blogFadeUp .5s ease-out forwards;animation-delay:.15s}.blog--visible .blog__subtitle{animation:blogFadeUp .5s ease-out forwards;animation-delay:.3s}.blog--visible .blog__card{animation:blogCardDrop .5s cubic-bezier(.34,1.56,.64,1) forwards;animation-delay:.4s}.blog--visible .blog__cta{animation:blogFadeUp .5s ease-out forwards;animation-delay:.6s}@media(max-width:1024px){.blog__row{padding:0 16px}}@media(max-width:768px){.blog{padding:60px 16px}.blog__row{flex-direction:column;padding:0 16px;gap:24px}.blog__card{max-width:100%}.blog__title{font-size:32px;line-height:40px}.blog__line{width:100%}.blog__blur{width:600px}}@media(max-width:480px){.blog{padding:40px 12px}.blog__row{padding:0 8px;gap:20px}.blog__title{font-size:24px;line-height:32px}}.contact{position:relative;overflow:clip;overflow-clip-margin:0px;isolation:isolate}.ct__line{position:absolute;top:0;left:50%;transform:translate(-50%);width:1280px;height:4px;background:radial-gradient(63.67% 63.67% at 50% 50%,#83a6ff,#000);opacity:.14}.ct__blur{position:absolute;width:1000px;height:2000px;left:50%;top:-600px;transform:translate(-50%) rotate(-30deg);filter:blur(16px);z-index:1;pointer-events:none;will-change:transform;contain:layout style paint;-webkit-mask:radial-gradient(50% 60% at 50% 30%,#000 0%,rgba(0,0,0,.96) 0%,transparent 96%);mask:radial-gradient(50% 60% at 50% 30%,#000 0%,rgba(0,0,0,.96) 0%,transparent 96%)}.ct__glow{position:absolute;left:50%;top:0;transform:translate(-50%);background:radial-gradient(50% 50% at 50% 50%,#2934ff,#ababab00)}.ct__glow--1{width:600px;height:500px;opacity:.55}.ct__glow--2{width:750px;height:750px;opacity:.3}.ct__glow--3{width:500px;height:350px;top:1000px;opacity:.15}.ct__bg-ray{position:absolute;left:50%;top:0;transform-origin:top center;background:radial-gradient(50% 50% at 50% 50%,#8aa5ff,#ababab00)}.ct__bg-ray--1{width:20px;height:1600px;opacity:.5;transform:translate(-50%) rotate(5deg)}.ct__bg-ray--2{width:15px;height:1600px;opacity:.35;transform:translate(-50%) rotate(15deg)}.ct__bg-ray--3{width:20px;height:2000px;opacity:.8;transform:translate(-50%) rotate(-4deg)}.ct__bg-ray--4{width:15px;height:1600px;opacity:.3;transform:translate(-50%) rotate(-12deg)}.ct__bg-ray--5{width:40px;height:2000px;opacity:.2;transform:translate(-50%) rotate(-20deg)}.ct__bg-ray--6{width:30px;height:1600px;opacity:.4;transform:translate(-50%) rotate(10deg)}.ct__bg-ray--7{width:30px;height:1600px;opacity:.25;transform:translate(-50%) rotate(22deg)}.ct__bg-ray--8{width:35px;height:1600px;opacity:.2;transform:translate(-50%) rotate(-8deg)}.ct__inner{position:relative;z-index:5;display:grid;grid-template-columns:1fr 340px;gap:60px;max-width:1440px;margin:0 auto;padding:90px 72px 0}.ct__left{display:flex;flex-direction:column}.ct__label{display:flex;align-items:center;gap:12px;font:400 14px/18px Inter,sans-serif;color:#fff;text-transform:uppercase;letter-spacing:.02em;margin-bottom:24px}.ct__title{font:400 72px/1 Inter,sans-serif;letter-spacing:-.04em;margin:0 0 48px;background:linear-gradient(90deg,#fff 0% 60%,#4d4d4d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.ct__desc{font:400 14px/20px Inter,sans-serif;color:#e5ecff80;font-style:italic;margin:0 0 48px;display:flex;align-items:flex-start;gap:8px}.ct__asterisk{color:#f51313;font-size:16px;font-style:normal}.ct__form{display:flex;flex-direction:column;gap:24px}.ct__row{display:grid;grid-template-columns:1fr 1fr;gap:24px}.ct__input{width:100%;background:transparent;color:#fff;border:1px solid rgba(131,166,255,.1);border-radius:12px;padding:16px 28px;font:400 16px/24px Inter,sans-serif;outline:none;transition:border-color .3s;resize:none}.ct__input::placeholder{color:#e5ecff40}.ct__input:focus{border-color:#83a6ff}.ct__textarea{height:200px}.ct__select-wrap{position:relative}.ct__select{appearance:none;cursor:pointer}.ct__select:invalid{color:#e5ecff40}.ct__select option{background:#0a0f1e;color:#fff}.ct__select-icon{position:absolute;right:20px;top:50%;transform:translateY(-50%);pointer-events:none;color:#e5ecff66}.ct__honeypot{position:absolute;left:-9999px;opacity:0;height:0;width:0;overflow:hidden}.ct__form .h-captcha{margin:0}.ct__submit{--shimmer-color: rgba(131, 166, 255, .6);--btn-bg: rgba(10, 15, 30, .85);position:relative;z-index:0;overflow:hidden;display:inline-flex;align-items:center;gap:12px;padding:14px 24px;border-radius:12px;cursor:pointer;background:var(--btn-bg);color:#e5ecffcc;border:1px solid rgba(131,166,255,.15);font:500 12px/16px Inter,sans-serif;text-transform:uppercase;letter-spacing:.05em;transition:border-color .3s,transform .2s;align-self:flex-start}.ct__submit:before{content:"";position:absolute;inset:0;z-index:-2;background:conic-gradient(from 270deg,transparent 0deg,var(--shimmer-color) 90deg,transparent 180deg);animation:ct-shimmer 3s linear infinite;filter:blur(2px)}.ct__submit:after{content:"";position:absolute;inset:1px;z-index:-1;background:var(--btn-bg);border-radius:11px}.ct__submit:hover{--shimmer-color: rgba(131, 166, 255, .9);border-color:#83a6ff4d;color:#fff;transform:translateY(-1px)}.ct__submit:active{transform:translateY(1px)}.ct__submit:disabled{opacity:.4;cursor:not-allowed;transform:none}.ct__submit:disabled:before{animation:none}.ct__submit svg{width:12px;height:12px;stroke:currentColor}@keyframes ct-shimmer{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ct__result{font:400 14px/20px Inter,sans-serif;margin:0}.ct__result--success{color:#4ade80}.ct__result--error{color:#f87171}.ct__right{align-self:center}.ct__sidebar{display:flex;flex-direction:column;gap:28px;width:100%}.ct__sidebar-group{display:flex;flex-direction:column;gap:10px}.ct__sidebar-title{font:600 12px/16px Inter,sans-serif;color:#e5ecff66;text-transform:uppercase;letter-spacing:.1em;margin:0 0 4px}.ct__sidebar-item{display:flex;align-items:center;gap:12px;font:400 16px/22px Inter,sans-serif;color:#e5ecffb3}.ct__sidebar-item svg{flex-shrink:0;width:18px;height:18px;stroke:#e5ecff66}.ct__sidebar-link{font:400 16px/22px Inter,sans-serif;color:#e5ecff99;text-decoration:none;transition:color .3s}.ct__sidebar-link:hover{color:#83a6ff}.ct__sidebar-divider{width:100%;height:1px;background:linear-gradient(90deg,rgba(131,166,255,.15) 0%,transparent 100%)}.ct__sidebar-row{display:grid;grid-template-columns:1fr 1fr;gap:24px}.ct__bottom{position:absolute;z-index:10;left:0;right:0;bottom:20px;display:flex;justify-content:space-between;align-items:center;padding:0 72px}.ct__privacy{font:400 12px/16px Inter,sans-serif;color:#e5ecff66;margin:0 0 0 -180px}.ct__copyright{font:400 12px/16px Inter,sans-serif;color:#e5ecff66;margin:0}.ct__separator{position:absolute;z-index:5;left:50%;transform:translate(-50%);width:100%;max-width:1440px;bottom:180px;height:1px;background:#83a6ff14}.ct__footer{position:relative;z-index:5;overflow:visible;max-width:1440px;margin:0 auto;padding:0;cursor:default}.ct__hover-text-bg{position:absolute;inset:0;z-index:1;background:radial-gradient(ellipse 60% 80% at 50% 50%,rgba(77,127,255,.08) 0%,transparent 70%);pointer-events:none}.ct__hover-text-svg{display:block;width:85%;height:auto;margin:-10px auto 0;position:relative;z-index:1;pointer-events:none;font-family:Outfit,sans-serif;font-weight:700;font-size:60px}.ct__hover-text-base{opacity:0;transition:opacity .4s ease}.ct__hover-text-base--hover{opacity:.7}.ct__hover-text-stroke{stroke-dasharray:1000;stroke-dashoffset:1000;animation:ctStrokeDraw 3.5s ease forwards}.ct__hover-text-gradient{opacity:0;transition:opacity .4s ease}.ct__footer:hover .ct__hover-text-gradient{opacity:1}@keyframes ctStrokeDraw{to{stroke-dashoffset:0}}@keyframes ctSlideLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes ctSlideRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}.ct__left{opacity:0;transform:translate(-40px)}.ct__right{opacity:0;transform:translate(40px)}.ct--visible .ct__left{animation:ctSlideLeft .7s ease-out forwards;animation-delay:.1s}.ct--visible .ct__right{animation:ctSlideRight .7s ease-out forwards;animation-delay:.3s}@media(max-width:1024px){.ct__inner{grid-template-columns:1fr;gap:48px;padding:90px 40px 0}.ct__title{font-size:56px}.ct__bottom{padding:24px 40px 60px}}@media(max-width:640px){.ct__inner{padding:60px 24px 0}.ct__title{font-size:40px}.ct__row{grid-template-columns:1fr}.ct__line{width:100%}.ct__sidebar-row{grid-template-columns:1fr}.ct__separator{position:relative;bottom:auto;margin:32px auto 0}.ct__bottom{position:relative;bottom:auto;left:auto;right:auto;flex-direction:column;gap:8px;padding:16px 24px;text-align:center}.ct__privacy{margin:0}.ct__hover-text-svg{width:95%;margin:-5px auto 0}}
