{{-- Wasoria Box — 12-keyframe scroll-driven 3D product scene (Story 4.8) --}} @php $overlay = __('products.wasoria_box.scroll_overlay'); @endphp {{-- Scroll trigger container: tall section that drives the 12-keyframe GSAP timeline --}}
{{-- Foreground: scroll overlay content (text + images) --}}
{{-- Section 1: Interconnected sensors --}}

{{ $overlay['sensors_title'] }}

    @foreach($overlay['sensors'] as $sensor)
  • @endforeach
{{-- Section 2: Embedded analysis (detection reveal) --}}

{{ $overlay['analyse_title'] ?? '' }}

{{-- Background: image without detections --}}
{{ $overlay['analyse_without_detections_alt'] }}
{{-- Foreground: masked image with detections + white divider --}}
{{ $overlay['analyse_with_detections_alt'] }}
@if(!empty($overlay['analyse_description']))

{{ $overlay['analyse_description'] }}

@endif
{{-- Section 3: Cutting-edge design --}}

{{ $overlay['design_title'] }}

    @foreach($overlay['design_cards'] as $card)
  • @endforeach
{{-- Section 4: LED visual signaling --}}

{{ $overlay['led_title'] }}

{{ $overlay['led_description'] }}

  • {{ $overlay['led_danger'] }}
  • {{ $overlay['led_risk'] }}
  • {{ $overlay['led_normal'] }}
{{-- Background: pinned 3D canvas container (absolute, behind scroll content) --}}