.orbital-container{justify-content:end;align-items:center;width:100%;height:100%;min-height:600px;padding:75px 0;display:flex;position:relative}.orbit-system{width:600px;height:600px;position:relative}.orbit-ring{border:2px dashed var(--primary-color);opacity:0;border-radius:50%;animation:1.5s ease-out .5s forwards ringZoomIn,20s linear 2s infinite rotate;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(0)}@keyframes ringZoomIn{0%{opacity:0;transform:translate(-50%,-50%)scale(0)}to{opacity:.3;transform:translate(-50%,-50%)scale(1)}}@keyframes rotate{0%{transform:translate(-50%,-50%)scale(1)rotate(0)}to{transform:translate(-50%,-50%)scale(1)rotate(360deg)}}.orbit-ring-1{width:350px;height:350px}.orbit-ring-2{width:550px;height:550px;animation-delay:.7s,2s}.small-orbit{z-index:9;width:360px;height:360px;animation:10s linear infinite orbitRotate;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.dot{background:var(--secondary-color);width:10px;height:10px;box-shadow:0 0 15px var(--secondary-color);border-radius:50%;position:absolute}.small-orbit-1{top:0;left:50%;transform:translate(-50%)}.small-orbit-2{bottom:0;left:50%;transform:translate(-50%)}@keyframes orbitRotate{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}.central-robot{z-index:10;cursor:pointer;width:90px;height:95px;position:absolute;top:150%;left:50%;transform:translate(-50%,-50%)}.central-robot.stage-flying{animation:2.5s ease-out forwards flyToCenter}.central-robot.stage-centered{animation:1s ease-in-out infinite readyToFly;top:58%}.central-robot.stage-rotating{animation:1s ease-out forwards flyToTop,10s linear 1s forwards rotateAroundCircle}.central-robot.stage-complete{animation:2s ease-out forwards returnToCenter,1s ease-in-out 2s infinite readyToFly}@keyframes flyToCenter{0%{top:150%}to{top:58%}}@keyframes readyToFly{0%,to{transform:translate(-50%,-50%)translateY(0)}50%{transform:translate(-50%,-50%)translateY(-10px)}}@keyframes flyToTop{0%{top:50%}to{top:calc(50% - 275px)}}@keyframes rotateAroundCircle{0%{top:calc(50% - 275px);left:50%}25%{top:50%;left:calc(50% + 275px)}50%{top:calc(50% + 275px);left:50%}75%{top:50%;left:calc(50% - 275px)}to{top:calc(50% - 275px);left:50%}}@keyframes returnToCenter{0%{top:calc(50% - 275px);left:50%}to{top:58%;left:50%}}.robot-character{background:linear-gradient(145deg,#b3d9ff 0%,#e6f2ff 100%);border-radius:70%/40% 40% 100% 100%;width:100%;height:100%;position:relative;box-shadow:inset 0 -20px 40px #80bfff}.robot-wing{transform-origin:50%;width:25px;height:55px;box-shadow:0 0 20px var(--robot-glow);background:linear-gradient(145deg,#9cf 0%,#cce6ff 100%);border-radius:70%/30% 30% 100% 100%;transition:transform .3s;position:absolute;top:50%;transform:translateY(-65%)scaleX(0)}.robot-wing-left{left:-38px;transform:translateY(-65%)scaleX(1)rotate(25deg)}.robot-wing-right{right:-38px;transform:translateY(-65%)scaleX(1)rotate(-25deg)}.robot-wing.open{transform:translateY(-65%)scaleX(1)}.robot-wing-left.open{transform:translateY(-65%)scaleX(1)rotate(45deg)}.robot-wing-right.open{transform:translateY(-65%)scaleX(1)rotate(-45deg)}.robot-head{background:linear-gradient(#80bfff 0%,#b3d9ff 100%);border-radius:50%;width:130px;height:112px;position:absolute;top:-125%;left:50%;transform:translate(-50%)}.robot-visor{background:linear-gradient(#4f8ff7 0%,#004bc8 12%,#0053da 50%);border:3px solid #c1dfff;border-radius:50%/40% 40% 60% 60%;justify-content:space-around;align-items:center;width:100px;height:80px;padding:0 16px;display:flex;position:absolute;top:16px;left:50%;transform:translate(-50%);box-shadow:inset 0 -6px 0 8px #2b38ae}.robot-eye{background:#fff;border-radius:50%;width:12px;height:20px;animation:2s infinite blink}@keyframes blink{0%,98%,to{opacity:1;transform:scaleY(1)}99%{opacity:1;transform:scaleY(.1)}}.robot-body{background:#2b38ae;border-radius:12px;width:40px;height:40px;padding:2px;position:absolute;bottom:40%;left:50%;transform:translate(-50%)}.robot-screen{background:linear-gradient(#9cf 0%,#cce6ff 100%);border-radius:9px;justify-content:center;align-items:center;width:100%;height:100%;padding:2px 2px 4px 4px;display:flex;box-shadow:inset 2px -3px #2b38ae}.robot-thrust{justify-content:center;align-items:flex-start;gap:5px;width:40px;height:40px;display:flex;position:absolute;bottom:-30px;left:50%;transform:translate(-50%)}.thrust-flame{filter:blur(3px);background:linear-gradient(#ffe666 0%,#f93 20%,#f50 40%,#e62600 60%,#0000 100%);border-radius:50% 50% 0 0;width:12px;height:30px;animation:80ms infinite alternate thrustFlame;box-shadow:0 0 10px #f93,0 0 20px #f50}.thrust-flame-1{height:25px;animation-delay:0s}.thrust-flame-2{height:35px;animation-delay:40ms}.thrust-flame-3{height:28px;animation-delay:80ms}@keyframes thrustFlame{0%{opacity:1;transform:scaleY(1)scaleX(1)}to{opacity:.8;transform:scaleY(1.4)scaleX(.9)}}.service_container{width:100%;height:100%;position:relative}.service-icon{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);width:80px;height:80px;color:var(--text-color);opacity:0;background:#3739b529;border:2px solid #373ab552;border-radius:30px;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute}.tooltip_bx{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);z-index:9;background:#1d1c51;border:2px solid #373ab56e;border-radius:20px;padding:10px 15px;transform:translateY(-10px)}.tooltip_bx.robo_tooltip{transform:translate(10px,-170px)}.service-icon svg{width:30px;height:30px}.service-icon:first-of-type{margin:auto;top:-1%;left:0;right:0}.service-icon:nth-of-type(2){top:20%;right:3%}.service-icon:nth-of-type(3){top:60%;right:3%}.service-icon:nth-of-type(4){margin:auto;bottom:-1%;left:0;right:0}.service-icon:nth-of-type(5){top:60%;left:3%}.service-icon:nth-of-type(6){top:20%;left:3%}.service-icon.visible{opacity:1;animation:.5s ease-out forwards fadeInScale}.service-icon:hover{transform:translateY(-5px)scale(1.02);box-shadow:0 0 40px #159eed2e}@keyframes fadeInScale{0%{opacity:0}to{opacity:1}}
