faq code
<style> @import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700&display=swap"); h2.faq-heading { text-align: center; font-size: 32px; font-weight: 600; margin-top: 60px; color: #1e293b; } .faq-container { margin: 40px auto; background: #ffffff; border-radius: 16px; box-shadow: 0 8px 40px rgba(0, 0, 0, 0.1); overflow: hidden; } .question-container { border-bottom: 1px solid #e2e8f0; transition: background 0.3s; } .question { display: flex; ...