'; grid.appendChild(a); }); })(); (function() { var grid = document.getElementById('clientsGrid'); if (!grid) return; CLIENTS.slice(0, 12).forEach(function(c) { var div = document.createElement('div'); div.innerHTML = ''; grid.appendChild(div); }); })(); (function() { var el = document.getElementById('testimonials'); if (!el) return; TESTIMONIALS.forEach(function(t) { var stars = ''; for (var i = 0; i < t.rating; i++) stars += '★'; el.innerHTML += '
"
' + t.name + '
' + t.location + '
' + stars + '
"' + t.text + '"
'; }); })(); (function() { var el = document.getElementById('faq'); if (!el) return; FAQ_ITEMS.forEach(function(item, i) { var div = document.createElement('div'); div.className = 'faq-item'; div.innerHTML = '