class ServiceCard extends HTMLElement { connectedCallback() { const icon = this.getAttribute('icon') || 'code'; const title = this.getAttribute('title') || 'Service'; const description = this.getAttribute('description') || 'Professional service description'; const link = this.getAttribute('link'); const target = this.getAttribute('target') || '_self'; const content = `
${description}