{{ $heroSubtext }}
{{ $heroNote }}
{{-- ── Above-the-fold product mockup ──────────────────── CSS-drawn workspace preview. Gives the visitor an immediate "this is what it looks like" without needing a real screenshot. --}}{{ $featuresSubtext }}
{{ $feature['body'] ?? '' }}
{{ $pricingSubtext }}
{{ $plan['description'] ?? '' }}
@php // Translator-first interval label so "/month" respects tenant locale. $ltIntervalSlug = $plan['interval'] ?? 'month'; $ltKey = 'marketing.interval_' . $ltIntervalSlug; $ltTrans = __($ltKey); $ltIntervalLbl = (is_string($ltTrans) && $ltTrans !== $ltKey) ? $ltTrans : __('marketing.light_per_month'); @endphp{{ $ctaSubtext }}
@if($canSignUp) {{ __('marketing.light_cta_create') }} @else {{ __('marketing.light_signin') }} @endif