pub fn parse_string_to_f64(s: &str) -> Option<f64>
Helper to parse string to f64 (empty string = 0.0)