on every page 2. The banner will not show again once the user makes a choice 3. To reset consent during testing: localStorage.removeItem('aveka_cookie_consent_v1') 4. Listen for consent events: document.addEventListener('aveka:consent', fn) 5. For Google Analytics, initialise GA4 with default_consent_denied: gtag('consent', 'default', { analytics_storage: 'denied' }); ...then this banner will grant it when accepted. 6. Link to /cookie-policy for the full Cookie Policy page ============================================================ -->