{% if entry.features is defined and entry.features|length %}
{% for row in entry.features %}
{% set f_label = row.label ?? row.col1 ?? '' %}
{% set f_text = row.text ?? row.col2 ?? '' %}
{% if f_label or f_text %}
{{ f_label ?: f_text }}
{% endif %}
{% endfor %}
{% endif %}
{# === GALERIA === #}
{% if p_gallery|length %}
{{ 'title.galeria'|t }}
{% for img in p_gallery %}
{% endfor %}
{% endif %}
{# === CONTACTO (bloco de formulário fixo do template) ===
Heading via tradução; imagens decorativas estáticas em /uploads/.
Formulário Webflow mantido como está.
========================= #}