- Agregar API route /api/formulario/send con mapeo de 46 columnas
- Agregar appendRegistrationToSheet() para escribir en tab VOLUNTARIOS
- Reemplazar simulación de envío por fetch real al endpoint
- Corregir validación de checkboxes, email y niveles
- Ajustar stepper para pantallas de laptop (gap, círculos, labels)
- Corregir header en iPad: ocultar hamburguesa y mostrar idioma desde md
Migrated image assets from bundled src/assets to public directory for optimized static serving. Simplified Button component by converting nested button>anchor structure to single anchor element, eliminating unnecessary DOM depth. Implemented scroll-based navigation with section IDs across pages. Added interactive hover states and transitions to navigation and action elements. Updated content configuration to reflect new section structure and navigation paths.