.service-list-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:3rem}.service-list-card{background-color:#2d3748;padding:2.5rem;border-radius:1rem;border:1px solid rgba(255,255,255,.1);transition:all .3s ease;text-align:left;height:100%}.service-list-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,.2)}.service-list-card .icon-box{width:50px;height:50px;display:flex;align-items:center;justify-content:center;background-image:linear-gradient(to right,var(--primary-purple),var(--primary-coral));color:white;font-size:1.5rem;border-radius:.5rem;margin-bottom:1rem}.service-list-card h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:white}.service-list-card p{font-size:.95rem;color:#a0aec0;line-height:1.6}