@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes gradientShift{0%,to{background-position:0%}50%{background-position:100%}}@keyframes pulseGlow{0%,to{box-shadow:0 0 40px #3b82f68c,0 0 80px #3b82f633}50%{box-shadow:0 0 70px #3b82f6e6,0 0 140px #3b82f673}}@keyframes badgePulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.6)}}@keyframes orbDrift1{0%,to{transform:translate(0)scale(1)}33%{transform:translate(40px,-30px)scale(1.08)}66%{transform:translate(-20px,25px)scale(.94)}}@keyframes orbDrift2{0%,to{transform:translate(0)scale(1)}33%{transform:translate(-50px,30px)scale(1.05)}66%{transform:translate(30px,-40px)scale(.92)}}@keyframes orbDrift3{0%,to{transform:translate(0)}50%{transform:translate(28px,45px)}}@keyframes floatScene{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}@keyframes orbitInnerCW{0%{transform:rotate(0)translate(110px)rotate(0)}to{transform:rotate(360deg)translate(110px)rotate(-360deg)}}@keyframes orbitOuterCCW{0%{transform:rotate(0)translate(172px)rotate(0)}to{transform:rotate(-360deg)translate(172px)rotate(360deg)}}.hero{color:#fff;background:linear-gradient(135deg,#020617 0%,#0f172a 100%);justify-content:space-between;align-items:center;min-height:100vh;padding:120px 80px 100px;display:flex;position:relative;overflow:hidden}.hero:after{content:"";pointer-events:none;z-index:1;background:linear-gradient(#0000,#02061759);height:80px;position:absolute;bottom:0;left:0;right:0}.hero-bg{pointer-events:none;z-index:0;position:absolute;inset:0}.bg-orb{filter:blur(90px);opacity:.22;border-radius:50%;position:absolute}.bg-orb-1{background:radial-gradient(circle,#1d4ed8,#0000);width:620px;height:620px;animation:20s ease-in-out infinite orbDrift1;top:-180px;right:-80px}.bg-orb-2{background:radial-gradient(circle,#6d28d9,#0000);width:520px;height:520px;animation:25s ease-in-out infinite orbDrift2;bottom:-120px;left:-80px}.bg-orb-3{background:radial-gradient(circle,#0891b2,#0000);width:280px;height:280px;animation:16s ease-in-out infinite orbDrift3;top:45%;left:42%}.bg-grid{background-image:linear-gradient(#3b82f60f 1px,#0000 1px),linear-gradient(90deg,#3b82f60f 1px,#0000 1px);background-size:52px 52px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(75% 75%,#000,#0000);mask-image:radial-gradient(75% 75%,#000,#0000)}.hero-left{z-index:2;flex-direction:column;width:48%;display:flex;position:relative}.hero-badge{color:#93c5fd;opacity:0;background:#3b82f61a;border:1px solid #3b82f647;border-radius:100px;align-items:center;gap:8px;width:fit-content;margin-bottom:26px;padding:6px 14px;font-size:13px;font-weight:500;display:inline-flex}.hero--loaded .hero-badge{animation:.6s .1s both fadeIn}.badge-pulse{background:#22c55e;border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:2s ease-in-out infinite badgePulse}.hero-headline{letter-spacing:-1.5px;opacity:0;margin-bottom:22px;font-size:64px;font-weight:800;line-height:1.12}.hero--loaded .hero-headline{animation:.8s .2s both fadeSlideUp}.gradient-text{background:linear-gradient(135deg,#60a5fa,#a78bfa,#22d3ee) 0 0/200% 200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:4s infinite gradientShift}.hero-desc{color:#94a3b8;opacity:0;max-width:490px;margin-bottom:30px;font-size:17px;line-height:1.75}.hero--loaded .hero-desc{animation:.8s .35s both fadeSlideUp}.hero-pills{opacity:0;flex-wrap:wrap;gap:10px;margin-bottom:38px;display:flex}.hero--loaded .hero-pills{animation:.7s .5s both fadeIn}.hero-pills span{color:#94a3b8;background:#ffffff0a;border:1px solid #ffffff17;border-radius:8px;align-items:center;gap:6px;padding:5px 13px;font-size:13px;transition:border-color .25s,color .25s;display:inline-flex}.hero-pills span:hover{color:#fff;border-color:#3b82f673}.hero-cta{opacity:0;align-items:center;gap:14px;margin-bottom:38px;display:flex}.hero--loaded .hero-cta{animation:.8s .55s both fadeSlideUp}.btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:12px;align-items:center;gap:8px;padding:14px 30px;font-size:15px;font-weight:600;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 4px 20px #2563eb73}.btn-primary:hover{transform:translateY(-2px)scale(1.03);box-shadow:0 10px 30px #2563eba6}.btn-arrow{font-size:13px;transition:transform .2s}.btn-primary:hover .btn-arrow{transform:translate(4px)}.btn-secondary{color:#fff;cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:12px;padding:14px 30px;font-size:15px;font-weight:500;transition:border-color .2s,background .2s,transform .2s}.btn-secondary:hover{background:#ffffff0f;border-color:#ffffff73;transform:translateY(-2px)}.hero-trust{opacity:0;align-items:center;gap:14px;display:flex}.hero--loaded .hero-trust{animation:.7s .7s both fadeIn}.hero-trust>span{color:#94a3b8;align-items:center;gap:5px;font-size:13px;display:inline-flex}.trust-star{color:#f59e0b;font-size:11px}.trust-sep{background:#ffffff26;width:1px;height:14px;display:inline-block}.hero-right{z-index:2;opacity:0;justify-content:center;align-items:center;width:48%;height:520px;display:flex;position:relative}.hero--loaded .hero-right{animation:.9s .3s both fadeIn}.orb-scene{justify-content:center;align-items:center;width:420px;height:420px;animation:6s ease-in-out 1.2s infinite floatScene;display:flex;position:relative}.ring{border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ring-sm{border:1px dashed #3b82f64d;width:220px;height:220px}.ring-md{border:1px dashed #8b5cf638;width:344px;height:344px}.ring-lg{border:1px solid #3b82f61a;width:412px;height:412px}.orb-core{z-index:3;background:radial-gradient(circle at 35% 35%,#60a5fa,#1d4ed8 55%,#1e3a8a);border-radius:50%;justify-content:center;align-items:center;width:116px;height:116px;animation:3s ease-in-out infinite pulseGlow;display:flex;position:relative;box-shadow:0 0 40px #3b82f699,0 0 80px #3b82f640,inset 0 1px #ffffff40}.orb-icon{color:#ffffffe6;font-size:38px}.od{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:4;border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-top:-24px;margin-left:-24px;font-size:19px;display:flex;position:absolute;top:50%;left:50%;box-shadow:0 4px 16px #00000073}.od-web{color:#60a5fa;background:#3b82f626;border-color:#60a5fa66;animation:9s linear infinite orbitInnerCW}.od-ai{color:#a78bfa;background:#8b5cf626;border-color:#a78bfa66;animation:9s linear -4.5s infinite orbitInnerCW}.od-mobile{color:#22d3ee;background:#06b6d426;border-color:#22d3ee66;animation:15s linear infinite orbitOuterCCW}.od-sw{color:#4ade80;background:#22c55e26;border-color:#4ade8066;animation:15s linear -7.5s infinite orbitOuterCCW}.stat-card{-webkit-backdrop-filter:blur(16px);z-index:5;opacity:0;background:#0f172ae0;border:1px solid #ffffff17;border-radius:16px;align-items:center;gap:14px;min-width:188px;padding:14px 18px;transition:transform .25s,border-color .25s;display:flex;position:absolute;box-shadow:0 8px 32px #00000073,inset 0 1px #ffffff0f}.stat-card:hover{border-color:#3b82f64d;transform:translateY(-4px)}.hero--loaded .sc-1{animation:.7s .65s both fadeSlideUp}.hero--loaded .sc-2{animation:.7s .85s both fadeSlideUp}.hero--loaded .sc-3{animation:.7s 1.05s both fadeSlideUp}.stat-card h3{margin:0;font-size:22px;font-weight:700;line-height:1}.stat-card p{color:#94a3b8;margin:4px 0 0;font-size:12px}.sc-icon{color:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:18px;display:flex}.sc-green{background:linear-gradient(135deg,#16a34a,#15803d)}.sc-orange{background:linear-gradient(135deg,#ea580c,#c2410c)}.sc-blue{background:linear-gradient(135deg,#2563eb,#1d4ed8)}.sc-1{top:30px;right:0}.sc-2{top:210px;left:-10px}.sc-3{bottom:30px;right:0}@media (max-width:1100px){.hero{padding:100px 50px 80px}.hero-headline{font-size:52px}.orb-scene{width:360px;height:360px}}@media (max-width:768px){.hero{flex-direction:column;align-items:flex-start;gap:48px;min-height:auto;padding:100px 24px 60px}.hero-left{width:100%}.hero-headline{letter-spacing:-.5px;font-size:38px}.hero-desc{max-width:100%;font-size:15px}.hero-cta{flex-wrap:wrap}.btn-primary,.btn-secondary{justify-content:center;width:100%}.hero-right{flex-direction:column;align-items:stretch;gap:12px;width:100%;height:auto}.orb-scene{display:none}.stat-card{top:unset;left:unset;right:unset;bottom:unset;width:100%;min-width:unset;box-shadow:none;position:relative}.hero--loaded .sc-1{animation:.6s .5s both fadeSlideUp}.hero--loaded .sc-2{animation:.6s .65s both fadeSlideUp}.hero--loaded .sc-3{animation:.6s .8s both fadeSlideUp}}
@keyframes wkFadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes wkGradient{0%,to{background-position:0%}50%{background-position:100%}}@keyframes wkBadgePulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.6)}}.works{color:#fff;background:#020617;padding:100px 80px}.wk-badge{color:#93c5fd;background:#3b82f61a;border:1px solid #3b82f647;border-radius:100px;align-items:center;gap:8px;margin-bottom:16px;padding:6px 16px;font-size:13px;font-weight:500;display:inline-flex}.wk-dot{background:#22c55e;border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite wkBadgePulse}.wk-gradient{background:linear-gradient(135deg,#60a5fa,#a78bfa,#22d3ee) 0 0/200% 200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:4s infinite wkGradient}.works-header{justify-content:space-between;align-items:flex-end;margin-bottom:48px;animation:.7s both wkFadeUp;display:flex}.wk-header-left h2{letter-spacing:-.5px;color:#fff;margin:0;font-size:42px;font-weight:800;line-height:1.2}.wk-header-btn{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:12px;align-items:center;padding:13px 26px;font-family:inherit;font-size:14px;font-weight:600;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 4px 16px #2563eb66}.wk-header-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #2563eb99}.works-container{gap:28px;display:flex}.works-left{flex-direction:column;gap:10px;width:26%;display:flex}.works-item{cursor:pointer;background:#0f172ab3;border:1px solid #ffffff12;border-radius:14px;padding:16px 18px;transition:border-color .2s,background .2s}.works-item:hover{background:#3b82f60f;border-color:#3b82f659}.works-item.active{background:#3b82f61a;border:1px solid #3b82f680;box-shadow:0 0 20px #3b82f61a}.works-item h4{color:#f1f5f9;margin-bottom:4px;font-size:14px;font-weight:600}.works-item p{color:#64748b;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:12px;overflow:hidden}.works-item.active h4{color:#60a5fa}.works-right{background:#0f172ad9;border:1px solid #ffffff14;border-radius:20px;flex:1;padding:40px;box-shadow:0 16px 48px #0000004d,inset 0 1px #ffffff0f}.works-right h3{color:#f1f5f9;margin-bottom:14px;font-size:26px;font-weight:700}.works-right>p{color:#94a3b8;margin-bottom:24px;font-size:15px;line-height:1.75}.works-points{flex-wrap:wrap;gap:10px;margin-bottom:28px;display:flex}.works-points span{color:#93c5fd;background:#3b82f61a;border:1px solid #3b82f640;border-radius:100px;padding:7px 16px;font-size:13px;font-weight:500}.works-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:12px;align-items:center;padding:13px 26px;font-family:inherit;font-size:14px;font-weight:600;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 4px 16px #2563eb59}.works-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #2563eb8c}@media (max-width:1100px){.works{padding:80px 40px}.wk-header-left h2{font-size:34px}}@media (max-width:768px){.works{padding:60px 20px}.works-header{flex-direction:column;align-items:flex-start;gap:20px}.wk-header-left h2{font-size:28px}.wk-header-btn{justify-content:center;width:100%}.works-container{flex-direction:column}.works-left{flex-direction:row;gap:10px;width:100%;padding-bottom:8px;overflow-x:auto}.works-left::-webkit-scrollbar{display:none}.works-item{flex-shrink:0;min-width:180px}.works-right{padding:24px}.works-right h3{font-size:20px}.works-btn{justify-content:center;width:100%}}
@keyframes procFadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes procGradient{0%,to{background-position:0%}50%{background-position:100%}}@keyframes procBadgePulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.6)}}.process{color:#fff;background:#070d1a;padding:100px 80px}.proc-badge{color:#93c5fd;background:#3b82f61a;border:1px solid #3b82f647;border-radius:100px;align-items:center;gap:8px;margin-bottom:16px;padding:6px 16px;font-size:13px;font-weight:500;display:inline-flex}.proc-dot{background:#22c55e;border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite procBadgePulse}.proc-gradient{background:linear-gradient(135deg,#60a5fa,#a78bfa,#22d3ee) 0 0/200% 200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:4s infinite procGradient}.proc-step-num{color:#ffffff2e;font-variant-numeric:tabular-nums;letter-spacing:.5px;font-size:12px;font-weight:700;position:absolute;top:20px;right:20px}.process-top{justify-content:space-between;align-items:flex-start;margin-bottom:60px;animation:.7s both procFadeUp;display:flex}.process-top h2{letter-spacing:-.5px;margin:0;font-size:42px;font-weight:800;line-height:1.2}.process-right-text{max-width:360px;margin-top:40px}.process-right-text p{color:#94a3b8;margin-bottom:20px;font-size:15px;line-height:1.7}.process-right-text button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:12px;align-items:center;padding:13px 26px;font-family:inherit;font-size:14px;font-weight:600;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 4px 16px #2563eb66}.process-right-text button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #2563eb99}.process-cards{flex-wrap:wrap;justify-content:center;gap:24px;display:flex}.process-card{background:#0f172ad9;border:1px solid #ffffff14;border-radius:20px;width:calc(33.33% - 16px);min-width:260px;padding:32px 28px;transition:transform .25s,border-color .25s,box-shadow .25s;animation:.65s both procFadeUp;position:relative;overflow:hidden;box-shadow:0 8px 32px #00000040,inset 0 1px #ffffff0f}.process-card:hover{border-color:#3b82f659;transform:translateY(-5px);box-shadow:0 20px 50px #3b82f61a}.process-card:first-child{animation-delay:.1s}.process-card:nth-child(2){animation-delay:.18s}.process-card:nth-child(3){animation-delay:.26s}.process-card:nth-child(4){animation-delay:.34s}.process-card:nth-child(5){animation-delay:.42s}.icon-box{border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:18px;font-size:22px;transition:transform .2s;display:flex}.process-card:hover .icon-box{transform:scale(1.08)}.process-card:first-child .icon-box{color:#60a5fa;background:#3b82f61f;border:1px solid #3b82f647}.process-card:nth-child(2) .icon-box{color:#a78bfa;background:#8b5cf61f;border:1px solid #8b5cf647}.process-card:nth-child(3) .icon-box{color:#22d3ee;background:#06b6d41f;border:1px solid #06b6d447}.process-card:nth-child(4) .icon-box{color:#4ade80;background:#22c55e1f;border:1px solid #22c55e47}.process-card:nth-child(5) .icon-box{color:#fb923c;background:#f973161f;border:1px solid #f9731647}.process-card h3{color:#f1f5f9;margin-bottom:10px;font-size:18px;font-weight:700}.process-card p{color:#94a3b8;margin:0;font-size:14px;line-height:1.7}@media (max-width:1100px){.process{padding:80px 40px}.process-top h2{font-size:34px}.process-card{width:calc(50% - 12px)}}@media (max-width:768px){.process{padding:60px 20px}.process-top{flex-direction:column;gap:24px}.process-top h2{font-size:28px}.process-right-text{max-width:100%;margin-top:0}.process-right-text button{justify-content:center;width:100%}.process-card{width:100%;min-width:unset}}
@keyframes chFadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes chGradient{0%,to{background-position:0%}50%{background-position:100%}}@keyframes chBadgePulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.6)}}.choose{color:#fff;background:#020617;padding:100px 80px}.ch-badge{color:#93c5fd;background:#3b82f61a;border:1px solid #3b82f647;border-radius:100px;align-items:center;gap:8px;margin-bottom:16px;padding:6px 16px;font-size:13px;font-weight:500;display:inline-flex}.ch-dot{background:#22c55e;border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite chBadgePulse}.ch-gradient{background:linear-gradient(135deg,#60a5fa,#a78bfa,#22d3ee) 0 0/200% 200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:4s infinite chGradient}.choose-top{justify-content:space-between;align-items:flex-start;margin-bottom:52px;animation:.7s both chFadeUp;display:flex}.choose-top h2{letter-spacing:-.5px;margin:0;font-size:42px;font-weight:800;line-height:1.2}.choose-right-text{max-width:360px;margin-top:40px}.choose-right-text p{color:#94a3b8;font-size:15px;line-height:1.7}.choose-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.choose-card{background:#0f172ad9;border:1px solid #ffffff14;border-radius:20px;padding:32px 28px;transition:transform .25s,border-color .25s,box-shadow .25s;animation:.65s both chFadeUp;position:relative;overflow:hidden;box-shadow:0 8px 32px #00000040,inset 0 1px #ffffff0f}.choose-card:hover{transform:translateY(-5px)}.choose-card:first-child{animation-delay:.1s}.choose-card:nth-child(2){animation-delay:.17s}.choose-card:nth-child(3){animation-delay:.24s}.choose-card:nth-child(4){animation-delay:.31s}.choose-card:nth-child(5){animation-delay:.38s}.choose-card:nth-child(6){animation-delay:.45s}.choose-card:before{content:"";border-radius:20px 20px 0 0;height:3px;position:absolute;top:0;left:0;right:0}.choose-card:first-child:before{background:linear-gradient(90deg,#3b82f6,#60a5fa)}.choose-card:first-child:hover{border-color:#3b82f659;box-shadow:0 20px 50px #3b82f61f}.choose-card:nth-child(2):before{background:linear-gradient(90deg,#22c55e,#4ade80)}.choose-card:nth-child(2):hover{border-color:#22c55e59;box-shadow:0 20px 50px #22c55e1f}.choose-card:nth-child(3):before{background:linear-gradient(90deg,#8b5cf6,#a78bfa)}.choose-card:nth-child(3):hover{border-color:#8b5cf659;box-shadow:0 20px 50px #8b5cf61f}.choose-card:nth-child(4):before{background:linear-gradient(90deg,#06b6d4,#22d3ee)}.choose-card:nth-child(4):hover{border-color:#06b6d459;box-shadow:0 20px 50px #06b6d41f}.choose-card:nth-child(5):before{background:linear-gradient(90deg,#f97316,#fb923c)}.choose-card:nth-child(5):hover{border-color:#f9731659;box-shadow:0 20px 50px #f973161f}.choose-card:nth-child(6):before{background:linear-gradient(90deg,#6366f1,#818cf8)}.choose-card:nth-child(6):hover{border-color:#6366f159;box-shadow:0 20px 50px #6366f11f}.choose-icon-wrap{border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:18px;font-size:22px;transition:transform .2s;display:flex}.choose-card:hover .choose-icon-wrap{transform:scale(1.08)}.choose-card:first-child .choose-icon-wrap{color:#60a5fa;background:#3b82f61f;border:1px solid #3b82f647}.choose-card:nth-child(2) .choose-icon-wrap{color:#4ade80;background:#22c55e1f;border:1px solid #22c55e47}.choose-card:nth-child(3) .choose-icon-wrap{color:#a78bfa;background:#8b5cf61f;border:1px solid #8b5cf647}.choose-card:nth-child(4) .choose-icon-wrap{color:#22d3ee;background:#06b6d41f;border:1px solid #06b6d447}.choose-card:nth-child(5) .choose-icon-wrap{color:#fb923c;background:#f973161f;border:1px solid #f9731647}.choose-card:nth-child(6) .choose-icon-wrap{color:#818cf8;background:#6366f11f;border:1px solid #6366f147}.choose-card h3{color:#f1f5f9;margin-bottom:10px;font-size:18px;font-weight:700}.choose-card p{color:#94a3b8;margin:0;font-size:14px;line-height:1.7}.choose-btn-wrap{text-align:center;margin-top:48px}.choose-btn-wrap button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:12px;align-items:center;padding:14px 32px;font-family:inherit;font-size:15px;font-weight:600;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 4px 20px #2563eb66}.choose-btn-wrap button:hover{transform:translateY(-2px)scale(1.02);box-shadow:0 10px 30px #2563eb99}@media (max-width:1100px){.choose{padding:80px 40px}.choose-top h2{font-size:34px}}@media (max-width:768px){.choose{padding:60px 20px}.choose-top{flex-direction:column;gap:20px}.choose-top h2{font-size:28px}.choose-right-text{max-width:100%;margin-top:0}.choose-grid{grid-template-columns:1fr;gap:16px}.choose-btn-wrap button{justify-content:center;width:100%}}
@keyframes tsFadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes tsGradient{0%,to{background-position:0%}50%{background-position:100%}}@keyframes tsBadgePulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.6)}}.tech{color:#fff;background:#070d1a;padding:100px 80px}.ts-badge{color:#93c5fd;background:#3b82f61a;border:1px solid #3b82f647;border-radius:100px;align-items:center;gap:8px;margin-bottom:16px;padding:6px 16px;font-size:13px;font-weight:500;display:inline-flex}.ts-dot{background:#22c55e;border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite tsBadgePulse}.ts-gradient{background:linear-gradient(135deg,#60a5fa,#a78bfa,#22d3ee) 0 0/200% 200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:4s infinite tsGradient}.tech-top{justify-content:space-between;align-items:flex-start;margin-bottom:36px;animation:.7s both tsFadeUp;display:flex}.tech-top h2{letter-spacing:-.5px;color:#fff;margin:0;font-size:42px;font-weight:800;line-height:1.2}.tech-right{color:#94a3b8;max-width:360px;margin-top:40px;font-size:15px;line-height:1.7}.tech-tabs{flex-wrap:wrap;gap:10px;margin-bottom:32px;display:flex}.ts-tab{color:#94a3b8;cursor:pointer;background:#0f172ab3;border:1px solid #ffffff1a;border-radius:100px;padding:9px 20px;font-family:inherit;font-size:13px;font-weight:500;transition:border-color .2s,color .2s,background .2s,box-shadow .2s}.ts-tab:hover{color:#fff;background:#3b82f614;border-color:#3b82f666}.ts-tab--active{color:#fff;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-color:#0000;box-shadow:0 4px 14px #2563eb66}.tech-grid{grid-template-columns:repeat(5,1fr);gap:16px;margin-bottom:40px;display:grid}.tech-card{text-align:center;background:#0f172ad9;border:1px solid #ffffff14;border-radius:14px;padding:24px 16px;transition:transform .2s,border-color .2s,box-shadow .2s;box-shadow:0 4px 16px #0003}.tech-card:hover{border-color:#3b82f64d;transform:translateY(-4px);box-shadow:0 12px 32px #3b82f61a}.tech-icon{justify-content:center;align-items:center;margin-bottom:10px;font-size:34px;transition:transform .2s;display:flex}.tech-card:hover .tech-icon{transform:scale(1.12)}.tech-card p{color:#94a3b8;margin:0;font-size:12px;font-weight:500}.tech-btn{text-align:center}.tech-btn button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:12px;align-items:center;padding:14px 32px;font-family:inherit;font-size:15px;font-weight:600;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 4px 20px #2563eb66}.tech-btn button:hover{transform:translateY(-2px)scale(1.02);box-shadow:0 10px 30px #2563eb99}@media (max-width:1100px){.tech{padding:80px 40px}.tech-top h2{font-size:34px}.tech-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:768px){.tech{padding:60px 20px}.tech-top{flex-direction:column;gap:16px}.tech-top h2{font-size:28px}.tech-right{max-width:100%;margin-top:0}.tech-tabs{flex-wrap:nowrap;padding-bottom:8px;overflow-x:auto}.tech-tabs::-webkit-scrollbar{display:none}.ts-tab{flex-shrink:0}.tech-grid{grid-template-columns:repeat(3,1fr);gap:12px}.tech-card{padding:18px 12px}.tech-icon{font-size:26px}.tech-btn button{justify-content:center;width:100%}}
