.gr-features__sub,.gr-features__title{margin-left:auto;margin-right:auto;max-width:720px}.gr-features__grid{display:grid;gap:12px;grid-template-columns:repeat(3,1fr);text-align:left}.gr-features__card{border:1px solid #ededf2;border-radius:2px;display:flex;flex-direction:column;gap:8px;min-height:220px;padding:24px}.gr-features__icon-wrap{align-items:center;display:flex;flex:1;justify-content:center;min-height:120px;perspective:800px}.gr-features__icon{height:auto;max-width:260px;width:100%}@media (max-width:900px){.gr-features__grid{grid-template-columns:1fr}}.gr-features__icon{transform-origin:center center}.gr-features__card:hover .gr-features__icon--globe{animation:gr-feat-spin 1.4s linear}@keyframes gr-feat-spin{0%{transform:rotateY(0deg)}to{transform:rotateY(1turn)}}.gr-features__card:hover .gr-features__icon--choice{animation:gr-feat-pulse .6s ease}@keyframes gr-feat-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.12)}}.gr-features__card:hover .gr-features__icon--send{animation:gr-feat-dart .55s ease}@keyframes gr-feat-dart{0%{transform:translateX(0)}45%{transform:translateX(18px)}to{transform:translateX(0)}}.gr-features__card:hover .gr-features__icon--platform{animation:gr-feat-lift .55s ease}@keyframes gr-feat-lift{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-10px) scale(1.05)}}.gr-features__card:hover .gr-features__icon--security{animation:gr-feat-glow .6s ease}@keyframes gr-feat-glow{0%,to{filter:drop-shadow(0 0 0 rgba(31,53,255,0));transform:scale(1)}50%{filter:drop-shadow(0 0 16px rgba(31,53,255,.5));transform:scale(1.08)}}.gr-features__card:hover .gr-features__icon--nofee{animation:gr-feat-wobble .5s ease}@keyframes gr-feat-wobble{0%,to{transform:rotate(0deg)}25%{transform:rotate(-7deg)}75%{transform:rotate(7deg)}}