.services-cards{display:flex;justify-content:center;align-items:stretch;gap:40px;flex-wrap:nowrap;margin:60px auto;max-width:1400px}.services-card{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;text-align:left;width:340px;min-height:340px;border-radius:16px;color:#fff;position:relative;overflow:hidden;padding:25px;gap:18px;cursor:pointer;transition:all 0.5s ease-in-out;background:rgb(30 27 75 / .35);backdrop-filter:blur(14px);box-shadow:0 0 12px rgb(157 78 221 / .25),inset 0 0 25px rgb(255 255 255 / .05);background-image:radial-gradient(circle at 25% 25%,rgb(168 85 247 / .15),transparent 60%),radial-gradient(circle at 75% 75%,rgb(233 213 255 / .1),transparent 70%);background-blend-mode:overlay;border:1px solid rgb(168 85 247 / .25);animation:waterRipple 10s infinite ease-in-out}@keyframes waterRipple{0%,100%{background-position:25% 25%,75% 75%}50%{background-position:30% 30%,70% 70%}}.services-card .head-card{display:flex;align-items:center;gap:14px;margin-bottom:12px}.services-card .head-card img{width:44px;height:44px;filter:drop-shadow(0 0 6px rgb(168 85 247 / .6));transition:transform 0.4s ease,filter 0.4s ease}.services-card .head-card h2{font-size:1.6rem;font-weight:700;margin:0;text-shadow:0 0 12px rgb(168 85 247 / .5);transition:color 0.4s ease}.services-card .content-card p{font-size:1rem;line-height:1.6;margin-bottom:18px;padding-left:10px;border-left:3px solid rgb(168 85 247 / .6);color:#f0d9ff;text-shadow:0 0 6px rgb(168 85 247 / .3)}.services-card .content-card h2{font-size:1.2rem;font-weight:700;margin-bottom:18px;color:#f5d0fe}.services-card:hover{box-shadow:0 0 25px rgb(157 78 221 / .6),0 0 45px rgb(157 78 221 / .3),inset 0 0 35px rgb(255 255 255 / .1);transform:scale(1.05);background-color:rgb(46 43 95 / .45)}.services-card:hover .head-card img{transform:scale(1.15) rotate(5deg);filter:drop-shadow(0 0 10px rgb(168 85 247 / .9))}.services-card:hover .head-card h2{color:#e9d5ff}.services-card::after{content:'';position:absolute;width:120px;height:120px;background:radial-gradient(circle,rgb(168 85 247 / .25),transparent 70%);top:-40px;left:-40px;z-index:-1;transition:all 0.7s ease}.services-card:hover::after{transform:scale(1.5) translate(30px,30px);opacity:.5}@media (max-width:1024px){.services-cards{gap:24px;flex-wrap:wrap}.services-card{width:300px}}@media (max-width:768px){.services-cards{flex-direction:column;align-items:center;gap:28px}.services-card{width:90%;min-height:auto}}@media (max-width:480px){.services-card{padding:18px}.services-card .head-card h2{font-size:1.3rem}.services-card .content-card p{font-size:.9rem}}