export function normalizeMarketingEmail(email: string): string { return email.trim().toLowerCase() }