// FAQ toggle (click on question to show/hide answer) function initFaq() const faqQuestions = document.querySelectorAll('.faq-q'); faqQuestions.forEach((q, index) => q.addEventListener('click', function(e) const answerDiv = this.nextElementSibling; if (answerDiv && answerDiv.classList.contains('faq-a')) answerDiv.classList.toggle('show'); ); );
th background: #eef3fc; font-weight: 600; gimpack gp 3300 manual pdf
footer text-align: center; font-size: 0.8rem; color: #5f7f9e; margin-top: 2rem; border-top: 1px solid #cbdde9; padding-top: 1.5rem; // FAQ toggle (click on question to show/hide
.header p margin: 0; opacity: 0.85; font-size: 1rem; function(e) const answerDiv = this.nextElementSibling