/* Removes five decorative flourishes that read as generated-page conventions.
   Nothing structural: no type, colour, radius, spacing or alignment changes.
   Delete this file to revert. */

/* (1) Gradient headline text intentionally KEPT: the user wants it. */

/* 2. The 900x600 radial glow blob behind the hero. */
.lp-hero-glow{display:none!important}

/* 3. The faint blueprint grid over the hero. Barely visible, so removing it
      costs nothing and drops a well-worn convention. */
.lp-hero-grid{display:none!important}

/* 4. The pulsing, glowing status dot in the hero badge. Keeps the dot, drops
      the heartbeat and the halo. */
.lp-pulse{animation:none!important;box-shadow:none!important}

/* 5. Fade-and-rise on scroll, applied to every section. Forcing the resting
      state also makes the page robust if the observer script never runs. */
.lp-reveal{opacity:1!important;transform:none!important;transition:none!important}

/* 6. Pill badges. The tinted, fully-rounded capsule around a two-word label is
      the most repeated convention on the site: eyebrow labels above headings,
      blog category tags, roadmap status chips. The label still carries meaning,
      so the text and its colour stay; only the capsule goes.
      Scoped to span/div/p on purpose: <a> and <button> keep their pill shape,
      because the blog filter chips are genuinely interactive and need to look it. */
span[class*="rounded-full"][class*="px-3"],
span[class*="rounded-full"][class*="px-2"],
div[class*="rounded-full"][class*="px-3"],
div[class*="rounded-full"][class*="px-2"],
p[class*="rounded-full"][class*="px-3"],
p[class*="rounded-full"][class*="px-2"]{
  background-color:transparent!important;
  background-image:none!important;
  border:0!important;
  border-radius:0!important;
  padding-left:0!important;
  padding-right:0!important;
}
