.radar-container{height:600px;justify-self:center;position:relative;width:600px;z-index:0}.center-circle{align-items:center;background-color:#ff4208;border-radius:50%;color:#fff;display:flex;flex-direction:column;height:300px;justify-content:center;left:50%;padding:20px;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);width:300px;z-index:10}.center-circle h3{font-size:16px;margin:0 0 8px}.feature-button{align-items:center;background:#fff;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.1);cursor:pointer;display:flex;gap:8px;padding:10px 12px;position:absolute;transition:transform .3s;z-index:20}.feature-button:hover{transform:scale(1.05)}.feature-button svg{height:20px;width:20px;fill:#ff4208}.feature-button span{font-size:12px}.feature-button:nth-of-type(2){left:45%;top:10%}.feature-button:nth-of-type(3){left:10%;top:28%}.feature-button:nth-of-type(4){bottom:20%;left:10%}.feature-button:nth-of-type(5){right:0;top:30%}.feature-button:nth-of-type(6){left:5%;top:15%}.feature-button.active{background-color:#0e4577;color:#fff}.feature-button.active img{filter:brightness(0) invert(1)}.center-circle h3{color:#fff}.wave{animation:pulse 4s ease-in-out infinite;border:4px solid #d6e1ea;border-radius:50%;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:0}.wave1{animation-delay:.1s;height:350px;width:350px}.wave2{animation-delay:.5s;height:450px;width:450px}.wave3{animation-delay:1s;height:550px;width:550px}.wave4{animation-delay:1.3s;height:650px;width:650px}@keyframes pulse{0%{opacity:0;transform:translate(-50%,-50%) scale(.9)}30%{opacity:1}to{opacity:0;transform:translate(-50%,-50%) scale(1.2)}}