ima-claude 2.16.0 β†’ 2.20.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. package/README.md +16 -1
  2. package/dist/cli.js +9 -1
  3. package/package.json +1 -1
  4. package/plugins/ima-claude/.claude-plugin/plugin.json +2 -2
  5. package/plugins/ima-claude/agents/wp-developer.md +2 -1
  6. package/plugins/ima-claude/hooks/prompt_coach_digest.md +1 -1
  7. package/plugins/ima-claude/skills/agentic-workflows/SKILL.md +133 -0
  8. package/plugins/ima-claude/skills/agentic-workflows/references/phases/deliver.md +181 -0
  9. package/plugins/ima-claude/skills/agentic-workflows/references/phases/draft.md +99 -0
  10. package/plugins/ima-claude/skills/agentic-workflows/references/phases/gather.md +130 -0
  11. package/plugins/ima-claude/skills/agentic-workflows/references/phases/outline.md +106 -0
  12. package/plugins/ima-claude/skills/agentic-workflows/references/phases/review.md +137 -0
  13. package/plugins/ima-claude/skills/agentic-workflows/references/standards/draft-format.md +159 -0
  14. package/plugins/ima-claude/skills/agentic-workflows/references/standards/editorial-standards.md +160 -0
  15. package/plugins/ima-claude/skills/agentic-workflows/references/standards/outline-format.md +110 -0
  16. package/plugins/ima-claude/skills/agentic-workflows/references/templates/avada-construction-guide.md +263 -0
  17. package/plugins/ima-claude/skills/agentic-workflows/references/templates/avada-webinar-example.txt +275 -0
  18. package/plugins/ima-claude/skills/agentic-workflows/references/templates/cta-block-catalog.md +169 -0
  19. package/plugins/ima-claude/skills/agentic-workflows/references/templates/espo-email-preparation.md +241 -0
  20. package/plugins/ima-claude/skills/agentic-workflows/references/templates/webinar-recap-email-espo.html +339 -0
  21. package/plugins/ima-claude/skills/agentic-workflows/references/templates/webinar-reminder-email-espo.html +458 -0
  22. package/plugins/ima-claude/skills/agentic-workflows/references/workflows/editorial/webinar-summary.md +81 -0
  23. package/plugins/ima-claude/skills/design-to-code/SKILL.md +126 -0
  24. package/plugins/ima-claude/skills/design-to-code/references/guardrails.md +46 -0
  25. package/plugins/ima-claude/skills/design-to-code/references/phase-a-design-to-prompt.md +141 -0
  26. package/plugins/ima-claude/skills/design-to-code/references/phase-b-prompt-to-code.md +155 -0
  27. package/plugins/ima-claude/skills/design-to-code/references/prompt-template.md +95 -0
  28. package/plugins/ima-claude/skills/espocrm/SKILL.md +79 -0
  29. package/plugins/ima-claude/skills/espocrm-api/SKILL.md +360 -0
  30. package/plugins/ima-claude/skills/espocrm-api/references/where-operators.md +84 -0
  31. package/plugins/ima-claude/skills/functional-programmer/SKILL.md +15 -0
  32. package/plugins/ima-claude/skills/mcp-atlassian/SKILL.md +94 -14
  33. package/plugins/ima-claude/skills/mcp-atlassian/references/direct-api-attachments.md +115 -0
  34. package/plugins/ima-claude/skills/mcp-atlassian/references/direct-api-auth.md +103 -0
  35. package/plugins/ima-claude/skills/mcp-atlassian/references/direct-api-bulk.md +149 -0
  36. package/plugins/ima-claude/skills/mcp-atlassian/references/direct-api-misc.md +195 -0
  37. package/plugins/ima-claude/skills/mcp-atlassian/references/direct-api-sprints.md +158 -0
  38. package/plugins/ima-claude/skills/prompt-starter/SKILL.md +9 -6
  39. package/plugins/ima-claude/skills/wp-ddev/SKILL.md +264 -0
  40. package/plugins/ima-claude/skills/wp-ddev/references/ddev-commands.md +232 -0
  41. package/plugins/ima-claude/skills/wp-ddev/references/wp-cli-reference.md +406 -0
@@ -0,0 +1,169 @@
1
+ # CTA Block Catalog
2
+
3
+ Full Fusion Builder markup for all reusable CTA interstitial blocks. This file is the single source of truth for CTA globals. Copy the markup verbatim when placing CTAs in post markup.
4
+
5
+ **Referenced by:** Construction guide (placement principles), Editorial production skill (CTA selection during drafting)
6
+
7
+ ---
8
+
9
+ ## Quick Reference
10
+
11
+ | Global ID | Name | Type | Button Text |
12
+ |-----------|------|------|-------------|
13
+ | 67190 | Substack CTA | Engagement | πŸ‘‰ Follow Us On Substack |
14
+ | 67200 | Cancer Donation (Life-Saving) | Donation | πŸ‘‰ Support This Work |
15
+ | 67220 | Research Hub CTA | Engagement | πŸ‘‰ Visit the Research Hub |
16
+ | 67226 | Research Donation (General) | Donation | πŸ‘‰ Support Life-Changing Research |
17
+ | 67235 | Healthcare Reform Donation | Donation | πŸ‘‰ Donate Now to Keep Healthcare Honest |
18
+ | 67674 | Webinar Donation | Donation | πŸ‘‰ Support Future Webinars |
19
+ | 68756 | Cancer Research Donation (Marik) | Donation | πŸ‘‰ Please Support Our Mission |
20
+ | 69034 | Conference CTA | Event | πŸ‘‰ Get Tickets Now |
21
+ | 69804 | Journal CTA (Submissions) | Engagement | πŸ‘‰ Submit Your Research |
22
+ | 70079 | Journal Donation | Donation | πŸ‘‰ Support the Journal |
23
+
24
+ ---
25
+
26
+ ## Usage Notes
27
+
28
+ - **Donation CTAs** are content-specific. Match the CTA to the post topic (webinar β†’ 67674, cancer β†’ 68756 or 67200, research β†’ 67226, journal β†’ 70079, general β†’ 67235).
29
+ - **Engagement CTAs** drive traffic to IMA properties (Journal, Research Hub, Substack). Place earlier in the post as informational breaks.
30
+ - **Event CTAs** are time-bound. The Conference CTA (69034) should only appear during the active promotion window.
31
+ - **Placement principles** (frequency, spacing, never back-to-back) live in the construction guide.
32
+ - **The inline content IS what renders.** The `fusion_global` attribute syncs with WordPress, but if the inline content is wrong, the wrong content appears on the page. Never swap global IDs without swapping the full content block.
33
+
34
+ ---
35
+
36
+ ## Substack CTA (Global ID: 67190)
37
+
38
+ Promotes Substack newsletter. Use on blog posts and webinar summaries.
39
+
40
+ ```
41
+ [fusion_builder_row_inner fusion_global="67190"][fusion_builder_column_inner type="1_1" layout="1_1" align_self="auto" content_layout="column" align_content="flex-start" valign_content="flex-start" content_wrap="wrap" center_content="no" column_tag="div" target="_self" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" order_medium="0" order_small="0" margin_bottom="20" padding_top="20" padding_right="20" padding_bottom="40" padding_left="20" hover_type="none" border_style="solid" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" background_type="gradient" gradient_start_color="#012a7b" gradient_end_color="#0199ac" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="45" lazy_load="none" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" render_logics="W10=" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" absolute="off" filter_type="regular" filter_hover_element="self" animation_direction="left" animation_speed="0.3" animation_delay="0" last="true" border_position="all" first="true" min_height="" link=""][fusion_imageframe image_id="65851|full" custom_aspect_ratio="100" lightbox="no" alt="Substack Logo" link="https://imahealth.substack.com/" linktarget="_self" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" max_width="100px" align="center" hover_type="none" margin_top="15px" margin_right="20px" margin_bottom="10px" margin_left="20px" bordersize="5" bordercolor="#ffffff" borderradius="100px" caption_style="off" caption_title_tag="2" animation_direction="left" animation_speed="0.3" animation_delay="0"]https://imahealth.org/wp-content/uploads/2025/07/substack-logo.jpg[/fusion_imageframe][fusion_title title_type="text" title_link="off" link_target="_self" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" content_align="center" size="p" font_size="30px" text_color="#ffffff" text_shadow="no" text_shadow_blur="0" text_stroke="no" text_stroke_size="1" text_overflow="none" gradient_font="no" style_type="default" animation_direction="left" animation_speed="0.3" animation_delay="0"]
42
+ <strong>Are you following us on Substack yet?</strong>
43
+ [/fusion_title][fusion_text content_alignment="center" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" margin_right="20px" margin_bottom="30px" margin_left="20px" text_color="#ffffff" animation_direction="left" animation_speed="0.3" animation_delay="0"]
44
+ <strong>Join 52,000+ readers</strong> who trust us for independent medical research, global advocacy from our international fellows, and the kind of sharp, fearless commentary only Jenna McCarthy can deliver. Catch the latest from the frontlines of the honest medicine movementβ€”direct to your inbox.
45
+ [/fusion_text][fusion_button link="https://imahealth.substack.com/" enable_hover_text_icon="no" target="_blank" aria_role_button="0" alignment="center" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" color="custom" button_gradient_top_color="rgba(255,255,255,0)" button_gradient_bottom_color="rgba(255,255,255,0)" accent_color="#ffffff" border_top="2" border_right="2" border_bottom="2" border_left="2" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10" border_color="#ffffff" stretch="default" icon_position="left" icon_divider="no" hover_transition="none" animation_direction="left" animation_speed="0.3" animation_delay="0"]πŸ‘‰ Follow Us On Substack[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner]
46
+ ```
47
+
48
+ ---
49
+
50
+ ## Cancer Donation (Life-Saving) (Global ID: 67200)
51
+
52
+ Cancer-specific donation CTA referencing Cancer Care monograph. Use on cancer content.
53
+
54
+ ```
55
+ [fusion_builder_row_inner fusion_global="67200"][fusion_builder_column_inner type="1_1" layout="1_1" align_self="auto" content_layout="column" align_content="flex-start" valign_content="flex-start" content_wrap="wrap" center_content="no" column_tag="div" target="_self" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" order_medium="0" order_small="0" margin_top="0px" margin_bottom="20px" padding_top="20" padding_right="20" padding_bottom="40" padding_left="20" hover_type="none" border_style="solid" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" background_type="gradient" gradient_start_color="#012a7b" gradient_end_color="#0199ac" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="45" lazy_load="none" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" render_logics="W10=" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" absolute="off" filter_type="regular" filter_hover_element="self" animation_direction="left" animation_speed="0.3" animation_delay="0" last="true" border_position="all" first="true" min_height="" link=""][fusion_imageframe image_id="57049|full" custom_aspect_ratio="100" lightbox="no" linktarget="_self" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" max_width="150" align="center" hover_type="none" margin_top="15px" margin_bottom="10px" caption_style="off" caption_title_tag="2" animation_direction="left" animation_speed="0.3" animation_delay="0"]https://imahealth.org/wp-content/uploads/2024/10/IMA_Horizontal_All-White_TM.png[/fusion_imageframe][fusion_title title_type="text" title_link="off" link_target="_self" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" content_align="center" size="p" font_size="30px" text_color="#ffffff" text_shadow="no" text_shadow_blur="0" text_stroke="no" text_stroke_size="1" text_overflow="none" gradient_font="no" style_type="default" animation_direction="left" animation_speed="0.3" animation_delay="0"]πŸ’™ Help Keep This Life-Saving Work Free[/fusion_title][fusion_text content_alignment="center" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" margin_bottom="30px" text_color="#ffffff" animation_direction="left" animation_speed="0.3" animation_delay="0"]
56
+
57
+ Our work in cancer research began with the <strong><a href="https://imahealth.org/research/cancer-care/">Cancer Care</a></strong> monograph and continues to grow through essential content like this. If you value independent, life-saving information, please consider supporting our mission.
58
+
59
+ [/fusion_text][fusion_button link="https://imahealth.org/donate/" enable_hover_text_icon="no" target="_self" aria_role_button="0" alignment="center" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" color="custom" button_gradient_top_color="rgba(255,255,255,0)" button_gradient_bottom_color="rgba(255,255,255,0)" accent_color="#ffffff" border_top="2" border_right="2" border_bottom="2" border_left="2" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10" border_color="#ffffff" stretch="default" icon_position="left" icon_divider="no" hover_transition="none" animation_direction="left" animation_speed="0.3" animation_delay="0"]πŸ‘‰ Support This Work[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner]
60
+ ```
61
+
62
+ ---
63
+
64
+ ## Research Hub CTA (Global ID: 67220)
65
+
66
+ Drives traffic to Research Hub. Use on research study posts and webinar summaries.
67
+
68
+ ```
69
+ [fusion_builder_row_inner fusion_global="67220"][fusion_builder_column_inner type="1_1" layout="1_1" align_self="auto" content_layout="column" align_content="flex-start" valign_content="flex-start" content_wrap="wrap" center_content="no" column_tag="div" target="_self" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" order_medium="0" order_small="0" margin_bottom="0px" padding_top="20" padding_right="20" padding_bottom="40" padding_left="20" hover_type="none" border_style="solid" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" background_type="gradient" gradient_start_color="#012a7b" gradient_end_color="#0199ac" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="45" lazy_load="none" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" render_logics="W10=" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" absolute="off" filter_type="regular" filter_hover_element="self" animation_direction="left" animation_speed="0.3" animation_delay="0" last="true" border_position="all" first="true" min_height="" link=""][fusion_imageframe image_id="57049|full" custom_aspect_ratio="100" lightbox="no" linktarget="_self" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" max_width="150" align="center" hover_type="none" margin_top="15px" margin_bottom="10px" caption_style="off" caption_title_tag="2" animation_direction="left" animation_speed="0.3" animation_delay="0"]https://imahealth.org/wp-content/uploads/2024/10/IMA_Horizontal_All-White_TM.png[/fusion_imageframe][fusion_title title_type="text" title_link="off" link_target="_self" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" content_align="center" size="p" font_size="30px" text_color="#ffffff" text_shadow="no" text_shadow_blur="0" text_stroke="no" text_stroke_size="1" text_overflow="none" gradient_font="no" style_type="default" animation_direction="left" animation_speed="0.3" animation_delay="0"]
70
+ πŸ”¬ Explore Our Independent Research Hub
71
+ [/fusion_title][fusion_text content_alignment="center" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" margin_right="20px" margin_bottom="30px" margin_left="20px" text_color="#ffffff" animation_direction="left" animation_speed="0.3" animation_delay="0"]
72
+ From vaccine safety and cancer care to post-COVID protocols and chronic disease, our research team and Senior Fellows are producing science that challenges the status quo. The Research Hub is where you'll find all our published studies, reviews, and groundbreaking monographs, all organized, accessible, and free to the public.
73
+ [/fusion_text][fusion_button link="https://imahealth.org/research/" enable_hover_text_icon="no" target="_self" aria_role_button="0" alignment="center" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" color="custom" button_gradient_top_color="rgba(255,255,255,0)" button_gradient_bottom_color="rgba(255,255,255,0)" accent_color="#ffffff" border_top="2" border_right="2" border_bottom="2" border_left="2" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10" border_color="#ffffff" stretch="default" icon_position="left" icon_divider="no" hover_transition="none" animation_direction="left" animation_speed="0.3" animation_delay="0"]πŸ‘‰ Visit the Research Hub[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner]
74
+ ```
75
+
76
+ ---
77
+
78
+ ## Research Donation (General) (Global ID: 67226)
79
+
80
+ General-purpose research donation. Use on research study posts and protocol content.
81
+
82
+ ```
83
+ [fusion_builder_row_inner fusion_global="67226"][fusion_builder_column_inner type="1_1" layout="1_1" align_self="auto" content_layout="column" align_content="flex-start" valign_content="flex-start" content_wrap="wrap" center_content="no" column_tag="div" target="_self" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" order_medium="0" order_small="0" margin_bottom="40px" padding_top="20" padding_right="20" padding_bottom="40" padding_left="20" hover_type="none" border_style="solid" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" background_type="gradient" gradient_start_color="#012a7b" gradient_end_color="#0199ac" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="45" lazy_load="none" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" render_logics="W10=" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" absolute="off" filter_type="regular" filter_hover_element="self" animation_direction="left" animation_speed="0.3" animation_delay="0" last="true" border_position="all" first="true" min_height="" link=""][fusion_imageframe image_id="57049|full" custom_aspect_ratio="100" lightbox="no" linktarget="_self" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" max_width="250" align="center" hover_type="none" margin_top="15px" margin_bottom="10px" caption_style="off" caption_title_tag="2" animation_direction="left" animation_speed="0.3" animation_delay="0"]https://imahealth.org/wp-content/uploads/2024/10/IMA_Horizontal_All-White_TM.png[/fusion_imageframe][fusion_title title_type="text" title_link="off" link_target="_self" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" content_align="center" size="p" font_size="30px" text_color="#ffffff" text_shadow="no" text_shadow_blur="0" text_stroke="no" text_stroke_size="1" text_overflow="none" gradient_font="no" style_type="default" animation_direction="left" animation_speed="0.3" animation_delay="0"]
84
+ 🧠 Fund Research <strong>That Changes Lives</strong>
85
+ [/fusion_title][fusion_text content_alignment="center" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" margin_right="20px" margin_bottom="30px" margin_left="20px" text_color="#ffffff" animation_direction="left" animation_speed="0.3" animation_delay="0"]
86
+ <p dir="ltr" data-pm-slice="1 1 []"><strong>Research like this doesn't happen overnight.</strong> Our team of dedicated expertsβ€”physicians, researchers, and cliniciansβ€”invest countless hours reviewing evidence, conducting studies, and translating complex findings into practical guidance that patients and practitioners can actually use.</p>
87
+ [/fusion_text][fusion_button link="https://imahealth.org/donate" enable_hover_text_icon="no" target="_self" aria_role_button="0" alignment="center" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" color="custom" button_gradient_top_color="rgba(255,255,255,0)" button_gradient_bottom_color="rgba(255,255,255,0)" accent_color="#ffffff" border_top="2" border_right="2" border_bottom="2" border_left="2" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10" border_color="#ffffff" stretch="default" icon_position="left" icon_divider="no" hover_transition="none" animation_direction="left" animation_speed="0.3" animation_delay="0"]πŸ‘‰ Support Life-Changing Research[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner]
88
+ ```
89
+
90
+ ---
91
+
92
+ ## Healthcare Reform Donation (Global ID: 67235)
93
+
94
+ Reform-focused donation appeal. Use on advocacy and policy-adjacent content.
95
+
96
+ ```
97
+ [fusion_builder_row_inner fusion_global="67235"][fusion_builder_column_inner type="1_1" layout="1_1" align_self="auto" content_layout="column" align_content="flex-start" valign_content="flex-start" content_wrap="wrap" center_content="no" column_tag="div" target="_self" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" order_medium="0" order_small="0" margin_bottom="20" padding_top="20" padding_right="20" padding_bottom="40" padding_left="20" hover_type="none" border_style="solid" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" background_type="gradient" gradient_start_color="#012a7b" gradient_end_color="#0199ac" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="45" lazy_load="none" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" render_logics="W10=" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" absolute="off" filter_type="regular" filter_hover_element="self" animation_direction="left" animation_speed="0.3" animation_delay="0" last="true" border_position="all" first="true" min_height="" link=""][fusion_imageframe image_id="57049|full" custom_aspect_ratio="100" lightbox="no" linktarget="_self" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" max_width="150" align="center" hover_type="none" margin_top="15px" margin_bottom="10px" caption_style="off" caption_title_tag="2" animation_direction="left" animation_speed="0.3" animation_delay="0"]https://imahealth.org/wp-content/uploads/2024/10/IMA_Horizontal_All-White_TM.png[/fusion_imageframe][fusion_title title_type="text" title_link="off" link_target="_self" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" content_align="center" size="p" font_size="30px" text_color="#ffffff" text_shadow="no" text_shadow_blur="0" text_stroke="no" text_stroke_size="1" text_overflow="none" gradient_font="no" style_type="default" animation_direction="left" animation_speed="0.3" animation_delay="0"]
98
+ Healthcare Reformβ€”Powered by You 🀝
99
+ [/fusion_title][fusion_text content_alignment="center" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" margin_right="20px" margin_bottom="30px" margin_left="20px" text_color="#ffffff" animation_direction="left" animation_speed="0.3" animation_delay="0"]
100
+ We've been working toward healthcare reform long before it made headlines. The Independent Medical Alliance brings together doctors, scientists, and advocates who believe patients should come firstβ€”and that belief is finally gaining ground.
101
+
102
+ But we can't keep that momentum without you.
103
+
104
+ Donate today to help us protect principled, patient-centered care and push back against the forces trying to shut it down.
105
+ [/fusion_text][fusion_button link="https://imahealth.org/donate/" enable_hover_text_icon="no" target="_self" aria_role_button="0" alignment="center" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" color="custom" button_gradient_top_color="rgba(255,255,255,0)" button_gradient_bottom_color="rgba(255,255,255,0)" accent_color="#ffffff" border_top="2" border_right="2" border_bottom="2" border_left="2" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10" border_color="#ffffff" stretch="default" icon_position="left" icon_divider="no" hover_transition="none" animation_direction="left" animation_speed="0.3" animation_delay="0"]πŸ‘‰ Donate Now to Keep Healthcare Honest[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner]
106
+ ```
107
+
108
+ ---
109
+
110
+ ## Webinar Donation (Global ID: 67674)
111
+
112
+ Webinar-specific donation CTA. Use as closing CTA on webinar summary posts only.
113
+
114
+ ```
115
+ [fusion_builder_row_inner fusion_global="67674"][fusion_builder_column_inner type="1_1" layout="1_1" align_self="auto" content_layout="column" align_content="flex-start" valign_content="flex-start" content_wrap="wrap" center_content="no" column_tag="div" target="_self" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" order_medium="0" order_small="0" margin_bottom="20" padding_top="20" padding_right="20" padding_bottom="40" padding_left="20" hover_type="none" border_style="solid" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" background_type="gradient" gradient_start_color="#012a7b" gradient_end_color="#0199ac" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="45" lazy_load="none" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" render_logics="W10=" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" absolute="off" filter_type="regular" filter_hover_element="self" animation_direction="left" animation_speed="0.3" animation_delay="0" last="true" border_position="all" first="true" min_height="" link=""][fusion_imageframe image_id="57049|full" custom_aspect_ratio="100" lightbox="no" linktarget="_self" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" max_width="150" align="center" hover_type="none" margin_top="15px" margin_bottom="10px" caption_style="off" caption_title_tag="2" animation_direction="left" animation_speed="0.3" animation_delay="0"]https://imahealth.org/wp-content/uploads/2024/10/IMA_Horizontal_All-White_TM.png[/fusion_imageframe][fusion_title title_type="text" title_link="off" link_target="_self" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" content_align="center" size="p" font_size="30px" text_color="#ffffff" text_shadow="no" text_shadow_blur="0" text_stroke="no" text_stroke_size="1" text_overflow="none" gradient_font="no" style_type="default" animation_direction="left" animation_speed="0.3" animation_delay="0"]πŸ’‘ Help Us Power <strong>the Next Conversation</strong>[/fusion_title][fusion_text content_alignment="center" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" margin_bottom="30px" text_color="#ffffff" animation_direction="left" animation_speed="0.3" animation_delay="0"]<strong>Like what you're learning? Help us keep the conversation going.</strong> Each webinar takes time, research, and behind-the-scenes coordination from our team and expert guests. If you've found value in these discussions, consider making a donation to support the work that makes them possible.[/fusion_text][fusion_button link="https://imahealth.org/donate/" enable_hover_text_icon="no" target="_self" aria_role_button="0" alignment="center" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" color="custom" button_gradient_top_color="rgba(255,255,255,0)" button_gradient_bottom_color="rgba(255,255,255,0)" accent_color="#ffffff" border_top="2" border_right="2" border_bottom="2" border_left="2" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10" border_color="#ffffff" stretch="default" icon_position="left" icon_divider="no" hover_transition="none" animation_direction="left" animation_speed="0.3" animation_delay="0"]πŸ‘‰ Support Future Webinars[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner]
116
+ ```
117
+
118
+ ---
119
+
120
+ ## Cancer Research Donation (Marik) (Global ID: 68756)
121
+
122
+ Cancer research donation with Dr. Marik headshot and quote. Use on cancer guides and non-webinar cancer content.
123
+
124
+ ```
125
+ [fusion_builder_row_inner fusion_global="68756"][fusion_builder_column_inner type="1_1" layout="1_1" align_self="auto" content_layout="column" align_content="flex-start" valign_content="flex-start" content_wrap="wrap" center_content="no" column_tag="div" target="_self" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" order_medium="0" order_small="0" margin_bottom="20" padding_top="20" padding_right="20" padding_bottom="40" padding_left="20" hover_type="none" border_style="solid" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" background_type="gradient" gradient_start_color="#012a7b" gradient_end_color="#0199ac" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="45" lazy_load="none" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" render_logics="W10=" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" absolute="off" filter_type="regular" filter_hover_element="self" animation_direction="left" animation_speed="0.3" animation_delay="0" last="true" border_position="all" first="true" min_height="" link=""][fusion_imageframe image_id="66201|full" custom_aspect_ratio="100" lightbox="no" linktarget="_self" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" max_width="100" align="center" style_type="dropshadow" blur="1" stylecolor="var(--awb-color4)" hover_type="none" margin_top="10px" margin_right="10px" margin_bottom="10px" margin_left="10px" borderradius="100px" caption_style="off" caption_title_tag="2" animation_direction="left" animation_speed="0.3" animation_delay="0"]https://imahealth.org/wp-content/uploads/2025/08/paul-marik-square-3.jpg[/fusion_imageframe][fusion_title title_type="text" title_link="off" link_target="_self" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" content_align="center" size="p" font_size="30px" text_color="#ffffff" text_shadow="no" text_shadow_blur="0" text_stroke="no" text_stroke_size="1" text_overflow="none" gradient_font="no" style_type="default" animation_direction="left" animation_speed="0.3" animation_delay="0"]
126
+ <strong>πŸŽ—οΈ Support Independent Cancer Research</strong>
127
+ [/fusion_title][fusion_text content_alignment="center" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" margin_right="20px" margin_bottom="30px" margin_left="20px" text_color="#ffffff" animation_direction="left" animation_speed="0.3" animation_delay="0"]
128
+ "Conventional cancer treatments have fallen short for too many. It's time to evaluate innovative, less toxic therapies that can redefine what's possible for patients and their families." β€” Dr. Paul Marik
129
+
130
+ That's the work IMA is doingβ€”developing and sharing protocols that give patients and families more options. These resources are free to everyone who needs them, but they're not free to create. <strong>If this work matters to you, consider donating.</strong>
131
+ [/fusion_text][fusion_button link="https://imahealth.org/donate/" enable_hover_text_icon="no" target="_self" aria_role_button="0" alignment="center" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" color="custom" button_gradient_top_color="rgba(255,255,255,0)" button_gradient_bottom_color="rgba(255,255,255,0)" accent_color="#ffffff" border_top="2" border_right="2" border_bottom="2" border_left="2" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10" border_color="#ffffff" stretch="default" icon_position="left" icon_divider="no" hover_transition="none" animation_direction="left" animation_speed="0.3" animation_delay="0"]πŸ‘‰ Please Support Our Mission[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner]
132
+ ```
133
+
134
+ ---
135
+
136
+ ## Conference CTA (Global ID: 69034)
137
+
138
+ Promotes IMA annual conference. Update annually. Use on posts published during conference promotion window.
139
+
140
+ ```
141
+ [fusion_builder_row_inner fusion_global="69034"][fusion_builder_column_inner type="1_1" layout="1_1" align_self="auto" content_layout="column" align_content="flex-start" valign_content="flex-start" content_wrap="wrap" center_content="no" column_tag="div" target="_self" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" order_medium="0" order_small="0" margin_bottom="20" padding_top="20" padding_right="20" padding_bottom="40" padding_left="20" hover_type="none" border_style="solid" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" background_type="gradient" gradient_start_color="#012a7b" gradient_end_color="#0199ac" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="45" lazy_load="none" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" render_logics="W10=" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" absolute="off" filter_type="regular" filter_hover_element="self" animation_direction="left" animation_speed="0.3" animation_delay="0" last="true" border_position="all" first="true" min_height="" link=""][fusion_imageframe image_id="68686|full" custom_aspect_ratio="100" lightbox="no" alt="ima conference logo" linktarget="_self" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" max_width="250" align="center" hover_type="none" margin_top="15px" margin_bottom="10px" caption_style="off" caption_title_tag="2" animation_direction="left" animation_speed="0.3" animation_delay="0"]https://imahealth.org/wp-content/uploads/2026/01/ima-conference-logo-white-scaled.png[/fusion_imageframe][fusion_title title_type="text" title_link="off" link_target="_self" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" content_align="center" size="p" font_size="26px" text_color="#ffffff" text_shadow="no" text_shadow_blur="0" text_stroke="no" text_stroke_size="1" text_overflow="none" gradient_font="no" style_type="default" animation_direction="left" animation_speed="0.3" animation_delay="0"]<strong>IMA 2026</strong> is Coming April 17-18![/fusion_title][fusion_text content_alignment="center" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" margin_bottom="30px" text_color="#ffffff" animation_direction="left" animation_speed="0.3" animation_delay="0"]Join us for the <strong>2026 IMA Medical Education Conference: Emerging Trends in Medicine</strong>, a two-day gathering dedicated to the latest innovations, research, and forward-thinking practices shaping the future of healthcare in Las Colinas, Texasβ€”just minutes from Dallas and Fort Worth.[/fusion_text][fusion_button link="https://imahealth.org/conference/" enable_hover_text_icon="no" target="_self" aria_role_button="0" alignment="center" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" color="custom" button_gradient_top_color="rgba(255,255,255,0)" button_gradient_bottom_color="rgba(255,255,255,0)" accent_color="#ffffff" border_top="2" border_right="2" border_bottom="2" border_left="2" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10" border_color="#ffffff" stretch="default" icon_position="left" icon_divider="no" hover_transition="none" animation_direction="left" animation_speed="0.3" animation_delay="0"]πŸ‘‰ Get Tickets Now[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner]
142
+ ```
143
+
144
+ ---
145
+
146
+ ## Journal CTA (Submissions) (Global ID: 69804)
147
+
148
+ Promotes Journal of Independent Medicine submissions. Use on JIM research study posts.
149
+
150
+ ```
151
+ [fusion_builder_row_inner fusion_global="69804"][fusion_builder_column_inner type="1_1" layout="1_1" align_self="auto" content_layout="column" align_content="flex-start" valign_content="flex-start" content_wrap="wrap" center_content="no" column_tag="div" target="_self" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" order_medium="0" order_small="0" margin_bottom="40px" padding_top="20" padding_right="20" padding_bottom="40" padding_left="20" hover_type="none" border_style="solid" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" background_type="gradient" gradient_start_color="#012a7b" gradient_end_color="#0199ac" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="45" lazy_load="none" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" render_logics="W10=" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" absolute="off" filter_type="regular" filter_hover_element="self" animation_direction="left" animation_speed="0.3" animation_delay="0" last="true" border_position="all" first="true" min_height="" link=""][fusion_imageframe image_id="69795|full" custom_aspect_ratio="100" lightbox="no" linktarget="_self" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" max_width="250" align="center" hover_type="none" margin_top="15px" margin_bottom="10px" caption_style="off" caption_title_tag="2" animation_direction="left" animation_speed="0.3" animation_delay="0"]https://imahealth.org/wp-content/uploads/2026/03/ima-journal-logo-white-registered.png[/fusion_imageframe][fusion_title title_type="text" title_link="off" link_target="_self" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" content_align="center" size="p" font_size="30px" text_color="#ffffff" text_shadow="no" text_shadow_blur="0" text_stroke="no" text_stroke_size="1" text_overflow="none" gradient_font="no" style_type="default" animation_direction="left" animation_speed="0.3" animation_delay="0"]<strong>πŸ“„ We're open for submissions.</strong>[/fusion_title][fusion_text content_alignment="center" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" margin_right="20px" margin_bottom="30px" margin_left="20px" text_color="#ffffff" animation_direction="left" animation_speed="0.3" animation_delay="0"]<span style="font-weight: 400;">If your work is evidence-based and unafraid to challenge consensus, <strong>we want to see it</strong>. We publish science on its merits and welcome submissions across all areas of medicine. We are also seeking papers for <a href="https://imahealth.org/call-for-papers-journal-special-editions/">two special editions</a>: one on PACVS and one on chronic disease.</span>[/fusion_text][fusion_button link="https://journalofindependentmedicine.org/author-and-editor-center/" enable_hover_text_icon="no" target="_blank" aria_role_button="0" alignment="center" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" color="custom" button_gradient_top_color="rgba(255,255,255,0)" button_gradient_bottom_color="rgba(255,255,255,0)" accent_color="#ffffff" border_top="2" border_right="2" border_bottom="2" border_left="2" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10" border_color="#ffffff" stretch="default" icon_position="left" icon_divider="no" hover_transition="none" animation_direction="left" animation_speed="0.3" animation_delay="0"]πŸ‘‰ Submit Your Research[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner]
152
+ ```
153
+
154
+ ---
155
+
156
+ ## Journal Donation (Global ID: 70079)
157
+
158
+ Journal-specific donation CTA. Use on JIM research study posts as closing donation ask.
159
+
160
+ ```
161
+ [fusion_builder_row_inner fusion_global="70079"][fusion_builder_column_inner type="1_1" layout="1_1" align_self="auto" content_layout="column" align_content="flex-start" valign_content="flex-start" content_wrap="wrap" center_content="no" column_tag="div" target="_self" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" order_medium="0" order_small="0" margin_bottom="40px" padding_top="20" padding_right="20" padding_bottom="40" padding_left="20" hover_type="none" border_style="solid" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" background_type="gradient" gradient_start_color="#012a7b" gradient_end_color="#0199ac" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="45" lazy_load="none" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" render_logics="W10=" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" absolute="off" filter_type="regular" filter_hover_element="self" animation_direction="left" animation_speed="0.3" animation_delay="0" last="true" border_position="all" first="true" min_height="" link=""][fusion_imageframe image_id="57049|full" custom_aspect_ratio="100" lightbox="no" linktarget="_self" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" max_width="250" align="center" hover_type="none" margin_top="15px" margin_bottom="10px" caption_style="off" caption_title_tag="2" animation_direction="left" animation_speed="0.3" animation_delay="0"]https://imahealth.org/wp-content/uploads/2024/10/IMA_Horizontal_All-White_TM.png[/fusion_imageframe][fusion_title title_type="text" title_link="off" link_target="_self" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" content_align="center" size="p" font_size="30px" text_color="#ffffff" text_shadow="no" text_shadow_blur="0" text_stroke="no" text_stroke_size="1" text_overflow="none" gradient_font="no" style_type="default" animation_direction="left" animation_speed="0.3" animation_delay="0"]
162
+ βš•οΈ Support Independent <strong>Medical Publishing</strong>
163
+ [/fusion_title][fusion_text content_alignment="center" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" margin_right="20px" margin_bottom="30px" margin_left="20px" text_color="#ffffff" animation_direction="left" animation_speed="0.3" animation_delay="0"]
164
+ <p dir="ltr" data-pm-slice="1 1 []">Every article in this journal is free to read, free from pharmaceutical funding, and free from editorial interference. <strong>That's only possible because of readers like you.</strong> Your donation helps us keep the peer-review process rigorous, the research accessible, and the science independent.</p>
165
+ [/fusion_text][fusion_button link="https://imahealth.org/donate" enable_hover_text_icon="no" target="_self" aria_role_button="0" alignment="center" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" color="custom" button_gradient_top_color="rgba(255,255,255,0)" button_gradient_bottom_color="rgba(255,255,255,0)" accent_color="#ffffff" border_top="2" border_right="2" border_bottom="2" border_left="2" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10" border_color="#ffffff" stretch="default" icon_position="left" icon_divider="no" hover_transition="none" animation_direction="left" animation_speed="0.3" animation_delay="0"]πŸ‘‰ Support the Journal[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner]
166
+ ```
167
+
168
+ ---
169
+
@@ -0,0 +1,241 @@
1
+ # Espo Email Preparation
2
+
3
+ IMA uses EspoCRM for email distribution. Espo requires a specific HTML format that differs from standard email templates. These instructions apply to all email templates across all projects.
4
+
5
+ ---
6
+
7
+ ## Why This Exists
8
+
9
+ Standard HTML email templates include a `<!DOCTYPE>`, `<html>`, `<head>` (with `<style>` blocks and font `<link>` tags), and `<body>` wrapper. Espo cannot accept this format. It requires body-only HTML with all CSS inlined on individual elements.
10
+
11
+ ---
12
+
13
+ ## Espo-Ready Format Requirements
14
+
15
+ 1. **No document wrapper:** No `<!DOCTYPE>`, `<html>`, `<head>`, or `<body>` tags
16
+ 2. **Outer element:** `<div class="body" style="...">` replaces `<body>`
17
+ 3. **CSS fully inlined:** Every style rule applied as `style=""` attributes on individual elements
18
+ 4. **No `<style>` blocks:** Espo renders these as visible text. Do not include them, even in the body.
19
+ 5. **No `<link>` tags:** Google Fonts and other external CSS cannot be loaded. Fonts fall back to the system stack defined in inline styles.
20
+ 6. **Outlook VML preserved:** `<!--[if mso]>` conditional blocks for buttons must survive the conversion
21
+ 7. **No Cloudflare obfuscation:** If fetching templates from a Cloudflare-protected site, check for and replace any `/cdn-cgi/l/email-protection` hrefs and `__cf_email__` spans with the actual `mailto:` links
22
+
23
+ ---
24
+
25
+ ## Font Strategy
26
+
27
+ Espo strips `<link>` tags and `<style>` blocks, so Google Fonts (Montserrat, etc.) cannot load. The solution is to specify fonts that degrade gracefully across email clients without requiring external loading.
28
+
29
+ ### Font Stacks
30
+
31
+ | Role | Font Stack |
32
+ |------|-----------|
33
+ | Body text | `'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif` |
34
+ | Headings | `Lato, Arial, Helvetica, sans-serif` |
35
+ | Buttons | `Lato, Arial, Helvetica, sans-serif` |
36
+ | Footer / meta | `'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif` |
37
+ | VML fallback (Outlook) | `Arial, Helvetica, sans-serif` |
38
+
39
+ ### Why These Fonts
40
+
41
+ - **Open Sans** and **Lato** are widely pre-installed on modern devices (iOS, Android, many desktop environments) and render without needing a `<link>` tag in many email clients
42
+ - When they aren't available, the fallback chain (Helvetica Neue β†’ Helvetica β†’ Arial) is visually close and universally supported
43
+ - The old stack (Montserrat β†’ Trebuchet MS β†’ Tahoma) fails harder: Montserrat never loads without a `<link>` tag, and Trebuchet MS is a noticeably different typeface that looks dated
44
+
45
+ ### Migration Note
46
+
47
+ Existing templates built in Beefree with Montserrat should be converted to the new font stacks during the Espo-ready conversion step. This is a find-and-replace operation:
48
+
49
+ | Find | Replace With |
50
+ |------|-------------|
51
+ | `'Montserrat', 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif` | `'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif` |
52
+ | `'Trebuchet MS', Tahoma, sans-serif` (VML blocks) | `Arial, Helvetica, sans-serif` |
53
+ | `#0296a1` (legacy teal, all instances) | `#00B8B8` |
54
+ | `font-size:14px` / `font-size: 14px` (body text only) | `font-size:16px` / `font-size: 16px` |
55
+ | `line-height:1.2` (body text divs only, not h1 tags) | `line-height:1.5` |
56
+ | `mso-line-height-alt:17px` (body text only) | `mso-line-height-alt:24px` |
57
+ | `font-weight: 500` (button spans and h1 tags) | `font-weight: 700` |
58
+ | `font-size: 16px` (button spans only) | `font-size: 18px` |
59
+ | Button inner padding `5px 10-20px` (btn-pad spans) | `14px 32px` |
60
+ | `color: #374751` (in h1 tags and heading-like elements) | `color: #00066F` |
61
+
62
+ For headings (`<h1>` tags), use the Lato stack instead of Open Sans. For inline section headers (`<strong>` used as section breaks inside body-colored divs), add `style="color:#00066F;"` directly to the `<strong>` tag.
63
+
64
+ ---
65
+
66
+ ## Inline Style Reference
67
+
68
+ These are the canonical inline styles for each content block type. They are derived from a working Espo-rendered email and should be used as the source of truth when building new templates or converting Beefree exports.
69
+
70
+ ### Typography
71
+
72
+ | Element | Size | Weight | Line-Height | MSO Line-Height | Color |
73
+ |---------|------|--------|-------------|-----------------|-------|
74
+ | Body text (`<p>`) | 16px | 400 | 1.5 | 24px | #494949 |
75
+ | Section headings (`<h1>`) | 20px | 700 | 1.2 | 24px | #00066F |
76
+ | Main title (`<h1>` centered) | 28px | 700 | 1.2 | 34px | #374751 |
77
+ | Footer text | 12px | 400 | 1.4 | 17px | #919396 |
78
+ | Meta / secondary text | 14px | 400 | 1.4 | 20px | #919396 |
79
+ | Button text | 18px | 700 | β€” | β€” | #ffffff |
80
+
81
+ These values are derived from the IMA Brand Book v4.0 (see `ima-brand` skill, `references/visual-system.md`). The brand book is the upstream authority; if these values drift, the brand book wins.
82
+
83
+ ### Color Palette
84
+
85
+ | Role | Value | Brand Name |
86
+ |------|-------|------------|
87
+ | Body text | `#494949` | Gravel |
88
+ | All headings | `#00066F` | Trustworthy Indigo |
89
+ | Links / accents / buttons | `#00B8B8` | Aquatic Pulse |
90
+ | Footer text | `#919396` | Calm Stone |
91
+ | Dividers | `#dddddd` | β€” |
92
+ | Outer background | `#F2F3F5` | Clarity Wash |
93
+ | Content area background | `#FFFFFF` | White |
94
+
95
+ **Heading color rule:** All headings use `#00066F` (Trustworthy Indigo). This includes `<h1>` tags, heading-like `<div>` elements (24px+, Lato, centered), inline section headers (`<strong>` tags that function as section breaks, e.g. "🍽 NETWORKING DINNER: PERMISSION TO SPEAK FREELY"), and sponsor tier labels. Bold text that functions as inline emphasis within body paragraphs (e.g. "this is where that happens") stays in body text color.
96
+
97
+ **Note on legacy `#374751`:** Older Beefree exports used `#374751` for headings. This has been migrated to `#00066F` across all templates. Replace during Espo conversion.
98
+
99
+ **Note on legacy `#0296a1`:** Some older Beefree templates use `#0296a1` for buttons and links. This is not a brand color. Replace with `#00B8B8` (Aquatic Pulse) during Espo conversion.
100
+
101
+ ### Block Patterns
102
+
103
+ **Paragraph block:**
104
+ ```html
105
+ <div class="paragraph_block" style="padding:5px 0;">
106
+ <p style="margin:0;color:#494949;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:16px;font-weight:400;line-height:1.5;mso-line-height-alt:24px;">
107
+ Text here
108
+ </p>
109
+ </div>
110
+ ```
111
+
112
+ **Heading block:**
113
+ ```html
114
+ <div class="heading_block" style="padding:20px 0 10px 0;">
115
+ <h1 style="margin:0;color:#00066F;font-family:Lato,Arial,Helvetica,sans-serif;font-size:22px;font-weight:700;line-height:1.2;mso-line-height-alt:26px;">
116
+ HEADING TEXT
117
+ </h1>
118
+ </div>
119
+ ```
120
+
121
+ **Divider block:**
122
+ ```html
123
+ <div class="divider_block" style="padding:15px 0;">
124
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="mso-table-lspace:0;mso-table-rspace:0;" width="100%">
125
+ <tr><td style="border-top:1px solid #dddddd;font-size:1px;line-height:1px;"> </td></tr>
126
+ </table>
127
+ </div>
128
+ ```
129
+
130
+ **Button block (with VML fallback):**
131
+ ```html
132
+ <div class="button_block" style="padding:15px 0;text-align:center;">
133
+ <!--[if mso]>
134
+ <v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word"
135
+ href="URL_HERE"
136
+ style="height:48px;v-text-anchor:middle;width:220px;"
137
+ arcsize="9%" stroke="false" fillcolor="#00B8B8">
138
+ <w:anchorlock/>
139
+ <center style="color:#ffffff;font-family:Arial,Helvetica,sans-serif;font-size:18px;font-weight:700;">Button Text Β»</center>
140
+ </v:roundrect>
141
+ <![endif]-->
142
+ <!--[if !mso]><!-->
143
+ <a href="URL_HERE" style="display:inline-block;text-decoration:none;background-color:#00B8B8;border-radius:4px;color:#ffffff;font-family:Lato,Arial,Helvetica,sans-serif;font-size:18px;font-weight:700;padding:14px 32px;mso-padding-alt:0;mso-text-raise:0;" target="_blank">
144
+ Button Text Β»
145
+ </a>
146
+ <!--<![endif]-->
147
+ </div>
148
+ ```
149
+
150
+ **Bullet list block:**
151
+ ```html
152
+ <div class="list_block" style="padding:5px 0 5px 20px;">
153
+ <ul style="margin:0;padding:0 0 0 20px;color:#494949;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:16px;line-height:1.6;mso-line-height-alt:26px;list-style-type:disc;">
154
+ <li style="margin:0 0 8px 0;">Item text</li>
155
+ </ul>
156
+ </div>
157
+ ```
158
+
159
+ **Image block:**
160
+ ```html
161
+ <div class="image_block" style="padding:20px 0;">
162
+ <img src="IMAGE_URL" alt="Alt text" style="display:block;width:100%;max-width:600px;height:auto;border:0;">
163
+ </div>
164
+ ```
165
+
166
+ **Callout box (e.g., codes, highlight):**
167
+ ```html
168
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="mso-table-lspace:0;mso-table-rspace:0;" width="100%">
169
+ <tr>
170
+ <td style="background-color:#F2F3F5;border-radius:4px;padding:16px 20px;text-align:center;">
171
+ <p style="margin:0;color:#00066F;font-family:Lato,Arial,Helvetica,sans-serif;font-size:16px;font-weight:700;line-height:1.4;mso-line-height-alt:22px;">
172
+ Callout text here
173
+ </p>
174
+ </td>
175
+ </tr>
176
+ </table>
177
+ ```
178
+
179
+ ---
180
+
181
+ ## Structural Patterns
182
+
183
+ ### Layout
184
+
185
+ - **Content width:** 600px table, centered (`margin: 0 auto`)
186
+ - **Content padding:** `padding:10px 30px 20px 30px` on the main content `<td>`
187
+ - **Row structure:** `nl-container > row > row-content stack > column > col-pad > content blocks`
188
+ - Each content block (paragraph, heading, list, button, divider, image) is its own `<div>` or `<table>` with a semantic class name
189
+
190
+ ### Spacing
191
+
192
+ - Paragraph blocks: `padding: 5px 0`
193
+ - Heading blocks: `padding: 20px 0 10px 0`
194
+ - Spacer divs: `height:10px; line-height:10px; font-size:1px`
195
+ - Between-section dividers: `padding: 15px 0`
196
+ - After-CTA spacing: `padding-bottom: 40px` (newsletter sections) or `padding: 15px 0` (standalone emails)
197
+
198
+ ### Paragraph Spacing
199
+
200
+ - Multiple paragraphs within a single block: `margin: 0 0 12px 0` on all but the last `<p>`, which gets `margin: 0`
201
+ - Single paragraphs: `margin: 0`
202
+
203
+ ---
204
+
205
+ ## Known Limitations
206
+
207
+ These cannot be solved within Espo's constraints:
208
+
209
+ - **No responsive stacking:** `@media` queries require a `<style>` block, which Espo strips/escapes. Multi-column layouts will shrink on mobile rather than stack.
210
+ - **No custom web fonts guaranteed:** Even with the improved font stacks, Open Sans and Lato are not universal. Some email clients will fall back to Helvetica/Arial. The point is that the fallback looks good, not that the primary font is guaranteed.
211
+
212
+ ---
213
+
214
+ ## Conversion Process
215
+
216
+ When building Espo-ready emails from source templates (e.g., Beefree exports):
217
+
218
+ 1. **Inline all CSS** using a tool like `premailer` (Python) with `allow_network=False` to skip external resources
219
+ 2. **Extract body contents** β€” strip everything outside `<body>...</body>`
220
+ 3. **Wrap in div** β€” replace `<body class="body" style="...">` with `<div class="body" style="...">`
221
+ 4. **Swap font stacks** β€” replace Montserrat/Trebuchet stacks with Open Sans/Lato stacks (see Migration Note above)
222
+ 5. **Swap legacy colors** β€” replace `#0296a1` with `#00B8B8` for buttons, links, and VML fillcolor
223
+ 6. **Fix body typography** β€” ensure body text is 16px/1.5 line-height (Beefree exports often default to 14px/1.2)
224
+ 7. **Fix button padding** β€” Beefree exports use cramped `5px 10-20px` inner padding; replace with `14px 32px` on btn-pad spans
225
+ 8. **Check for Cloudflare email obfuscation** β€” search for `cdn-cgi`, `cf_email`, `[email protected]` and replace with actual `mailto:` links
226
+ 8. **Verify Outlook VML** β€” confirm `<!--[if mso]>` button blocks survived and use Arial/Helvetica fallback stack
227
+ 9. **Do not inject `<style>` blocks** β€” even though it would fix responsive and font issues, Espo will display them as text
228
+
229
+ ---
230
+
231
+ ## Template Storage
232
+
233
+ Each project stores its Espo-ready templates as project files. These are the canonical versions β€” content swaps happen directly in the Espo-ready file, not in a source template that then gets converted. Source templates (full HTML with `<head>` and `<style>`) are kept only as reference for future platform migration.
234
+
235
+ ---
236
+
237
+ ## UTM Parameters
238
+
239
+ All email links use three UTM parameters only: `utm_medium=email&utm_source=bulk-mailer&utm_campaign=[campaign-name]`
240
+
241
+ Do not include `utm_term` or `utm_content`.