/* Page stylesheet entry point. Shared visual rules remain in styles.css to keep every page consistent. */
@import url('styles.css');

body[data-page="automations"] h1,
body[data-page="automations"] h2,
body[data-page="automations"] h3,
body[data-page="automations"] h4{line-height:1.08;padding:0;margin-inline:0;overflow:visible}
body[data-page="automations"] .grad-text{display:inline;padding-inline:.08em;margin-inline:-.08em;overflow:visible}

/* Keep the condensed italic headings and gradient spans fully paintable on this page.
   This changes spacing only; it does not increase the heading font sizes. */
body[data-page="automations"] h1,
body[data-page="automations"] h2,
body[data-page="automations"] h3,
body[data-page="automations"] h4{
  line-height:1.08;
  padding-block:0;
  overflow:visible;
}
/* The shared hero/CTA containers intentionally hide visual effects, but that
   also clips the ink of this page's condensed italic headings. */
body[data-page="automations"] .hero,
body[data-page="automations"] .cta-band{
  overflow:visible;
}
body[data-page="automations"] .grad-text,
body[data-page="automations"] .grad-text.g2,
body[data-page="automations"] .grad-text.g3{
  display:inline;
  padding-inline:.08em;
  margin-inline:-.08em;
  overflow:visible;
}
