{{-- Public pricing page. Renders the editorial Starter/Pro/Scale strip with the component's default plan shape. Auth dashboard pricing (live $packages + yearly toggle + wallet) is at /account/plans. --}} {{-- top kicker --}}
— {{ __('Pricing') }}

{{ __('Simple, honest,') }}
{{ __('and') }} {{ __('flat.') }}

{{ __('Pay for conversations, never per seat. 14-day free trial. No credit card. Cancel any time, keep your data.') }}

{{-- The hero kicker above is pinned. The strip / FAQ / CTA below are captured by slug and echoed in the admin-defined order, hidden ones skipped. The pricing-strip keeps :show-header="false" (this page is already the pricing page). --}} @php $sec = []; @endphp @php ob_start(); @endphp@php $sec['pricing-strip'] = ob_get_clean(); @endphp @php ob_start(); @endphp@php $sec['faq'] = ob_get_clean(); @endphp @php ob_start(); @endphp@php $sec['cta-final'] = ob_get_clean(); @endphp @php foreach (fc_section_order('pricing', array_keys($sec)) as $slug) { if (fc_section_visible('pricing', $slug)) { echo $sec[$slug]; } } @endphp