#ai_services .service-card { transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease; }
  #ai_services .service-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,0.06); }
  #ai_services .service-card:hover .ct-feature-icon { background-color: var(--brand-primary); color: #ffffff; }
