{{-- Solution card — glassmorphism card with poster image and optional hover-video --}} @props([ 'image' => '', 'video' => null, 'title' => '', 'description' => '', 'to' => '#', ]) {{-- Image/Video container --}}
{{-- Static poster image (always visible, progressive fallback) --}} {{ strip_tags($title) }} @if($video) {{-- Video overlay — hidden by default, shown on hover via JS --}} @endif
{{-- Content --}}

{!! $title !!}

@if($description)

{!! $description !!}

@endif
@once @push('scripts') @endpush @endonce