{# Pricing cards partial — include with variant: 'compact' (landing) or 'full' (pricing page) #} {% set is_full = variant|default('full') == 'full' %} {% set heading_tag = is_full ? 'h2' : 'h3' %} {% set price_size = is_full ? 'text-5xl' : 'text-4xl' %} {% set btn_variant = is_full ? 'btn-lg' : 'btn-md' %}
{# Free #}
<{{ heading_tag }} class="text-xl font-bold text-dark">{{ 'pricing.free.name'|trans }}

{{ 'pricing.free.price'|trans }}

{{ 'pricing.free.period'|trans }}

{{ 'pricing.free.cta'|trans }}
{# Pakiet Misji #}
{{ 'pricing.plus.badge'|trans }} <{{ heading_tag }} class="text-xl font-bold text-dark">{{ 'pricing.plus.name'|trans }}

{{ 'pricing.plus.price'|trans }}

{{ 'pricing.plus.period'|trans }}

{{ 'pricing.plus.cta'|trans }}