class FeatureCard extends HTMLElement { connectedCallback() { this.attachShadow({ mode: 'open' }); this.shadowRoot.innerHTML = `
${this.getAttribute('description') || 'Feature description'}