getData();
if (!($data['section']['show_section'] ?? true)) {
return '';
}
$componentId = $component->getId();
$sectionTitle = $data['section']['section_title'] ?? '¿Tienes alguna pregunta?';
$sectionSubtitle = $data['section']['section_subtitle'] ?? 'Completa el formulario y nuestro equipo te responderá en menos de 24 horas.';
$backgroundClass = $data['styles']['background_color'] ?? 'bg-secondary bg-opacity-25';
$customStyles = $this->generateCustomStyles($componentId, $data['styles'] ?? []);
ob_start();
?>