{{ sections.features.badge | default('Powerful Features') }}

{{ sections.features.title }}

{{ sections.features.subtitle }}

{% for feature in sections.features.items %}

{{ feature.title }}

{{ feature.subtitle }}

{% if feature.media %}
{{ feature.media.alt }}
{% endif %} {% if feature.details %}
    {% for detail in feature.details %}
  • {{ detail }}
  • {% endfor %}
{% endif %}
{% endfor %}
{% if sections.features.highlight %}
{{ sections.features.highlight.badge | default('Featured') }}

{{ sections.features.highlight.title }}

{{ sections.features.highlight.description }}

{% if sections.features.highlight.items %}
    {% for item in sections.features.highlight.items %}
  • {{ item }}
  • {% endfor %}
{% endif %} {% if sections.features.highlight.cta %} {{ sections.features.highlight.cta.label }} {% endif %}
{% if sections.features.highlight.media %}
{{ sections.features.highlight.media.alt }}
{% endif %}
{% endif %}