{%- if sections.cta.background.media %} {{ sections.cta.background.media.alt }} {%- endif %}
{# — Left Column: Text, Buttons & Stats — #}

{{ sections.cta.title }}

{{ sections.cta.description }}

{%- for btn in sections.cta.ctaButtons %} {{ btn.text }} {%- endfor %}
{%- for stat in sections.cta.stats %}
{{ stat.value }}
{{ stat.label }}
{%- endfor %}
{# — Right Column: Featured Image & Badge — #}
{%- if sections.cta.featuredContent.media %} {{ sections.cta.featuredContent.media.alt }} {%- endif %} {%- if sections.cta.featuredContent.badge %}
{{ sections.cta.featuredContent.badge.title }}
{{ sections.cta.featuredContent.badge.description }}
{%- endif %}