/* ============================================================
   global.css — shared base styles for all SparkU funnel pages.

   Linked LAST in each page's <head> (immediately before </head>) so
   that for equal-specificity selectors these rules win over the
   page's own inline <style>. Keep this file minimal and
   side-effect-free: it exists to fix cross-page legibility issues.
   ============================================================ */

/* --- Small label legibility ------------------------------------------------
   The little uppercase labels were too low-contrast. The worst offender was
   the logo-strip "Trusted by techs…" label (.lsl), rendered at ~20% opacity.
   Brighten the muted labels and give the brand-yellow labels full strength. */

.lsl {
  color: rgba(240, 237, 232, 0.62);
  font-weight: 700;
}

.lbl {
  opacity: 1;
  font-weight: 800;
  letter-spacing: 0.16em;
}
