--- id: TASK-3 title: Move right-panel intro above inquiry button status: In Progress assignee: [] created_date: '2026-05-06 19:20' updated_date: '2026-05-06 19:21' labels: [] dependencies: [] priority: medium --- ## Description Reposition the red-panel 01 headline and supporting copy so it sits directly above the Projekt anfragen button. ## Acceptance Criteria - [x] #1 The 01 headline and supporting copy appear above the Projekt anfragen button on the right panel - [x] #2 Responsive layout remains intact without overlapping content ## Implementation Plan 1. Locate the right-panel intro markup and layout rules 2. Reposition the intro block above the CTA while preserving responsive spacing 3. Run focused checks and report verification ## Implementation Notes Moved the right-panel intro block out of vertical centering and placed it directly above the project inquiry CTA. Removed the CTA mt-auto so it follows the intro block naturally. Verification: pnpm build passed. Additional verification: node --test tests/landing-content.test.mjs tests/cookie-banner-info.test.mjs fails because tests/landing-content.test.mjs still expects the removed/renamed phrase Projektbrief. This appears unrelated to the layout-only change; pnpm build remains passing.