/* Start custom CSS *//* ── The Legacy Hub: gradient text on inline spans inside headings ──
   Elementor style rules can only emit class-based CSS, and an inline tag
   inside a heading keeps nothing but its id - so each heading stays whole
   and its accent span is styled by id here. Colours read the global
   variables, so Site Settings > Variables still controls them.
   Delete this block to revert; nothing else depends on it. */
#hb-hero-title span{background-image:linear-gradient(120deg,var(--purple-light) 0%,#5AE0DA 100%);-webkit-background-clip:text;background-clip:text;color:transparent}
#hb-hello-title span,#hb-founder-title span,#hb-bigq span{background-image:linear-gradient(120deg,var(--purple-deep) 0%,var(--purple) 100%);-webkit-background-clip:text;background-clip:text;color:transparent}
#hb-gap-title span{background-image:linear-gradient(120deg,var(--purple-light) 0%,#5AE0DA 100%);-webkit-background-clip:text;background-clip:text;color:transparent}/* End custom CSS */