.grid{display:grid;gap:24px;width:100%}.grid-3{grid-template-columns:repeat(3,1fr)}@media (max-width:992px){.grid-3{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.grid-3{grid-template-columns:1fr}}#services-wrap .card{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:16px;padding:32px;backdrop-filter:blur(10px);transition:all .3s cubic-bezier(.4,0,.2,1);height:100%;display:flex;flex-direction:column}#services-wrap .card:hover{background:hsla(0,0%,100%,.08);border-color:rgba(83,68,215,.4);transform:translateY(-4px);box-shadow:0 8px 24px rgba(83,68,215,.2)}#services-wrap .card h3{margin-top:0;margin-bottom:16px}#services-wrap .card p{flex-grow:1;margin-bottom:16px}#services-wrap .chip{display:inline-flex;align-items:center;background:rgba(83,68,215,.2);color:#5344d7;padding:8px 16px;border-radius:20px;font-size:13px;font-weight:600;margin-top:auto;border:1px solid rgba(83,68,215,.3);transition:all .3s ease}#services-wrap .card:hover .chip{background:rgba(83,68,215,.3);border-color:rgba(83,68,215,.5);transform:scale(1.05)}#services-wrap .section-title{margin-bottom:48px}#services-wrap .section-title h2{margin-bottom:16px}#services-wrap .section-title p{color:#b8b8d4;line-height:1.6}