/* Superior Car Rental — Shared UI primitives */
/* SVG redraw of the Superior logo mark (stylized S with horizontal speed-lines)
Original is a wordmark in amber; here we render it as a clean inline SVG mark
so it scales crisply and matches whatever accent the user picks. */
const SuperiorMark = ({ size = 32, color = "currentColor" }) => (
);
const SuperiorWordmark = ({ light = false, height = 28 }) => (