Task is to reafactor an existing Flutter page so that it fully complies with the design system defined in: - apps/mobile/docs/03-design-system-usage.md ## 📍 TARGET PAGE File to refactor the widgets in: - apps/mobile/packages/features/staff/profile_sections/compliance/tax_forms /lib/src/presentation/pages - apps/mobile/packages/features/staff/profile_sections/compliance/tax_forms /lib/src/presentation/widgets Example page to get inspiration as this page is fully complies with the design system guide mentioned above: apps/mobile/packages/features/staff/authentication/lib/src/presentation/pages/profile_setup_page.dart ## 🎯 GOAL Transform the existing page implementation so that it complies with the design guideline provieded. ## 🔒 STRICT RULES (NON-NEGOTIABLE) While following the rules outlined in the document above you should also DO NOT remove or change existing functionality of the page, add doc comments and use named parameters in functions. Proceed with the refactor now.