/* ============================================================================
   JP-782 — /en/ai/agentic-commerce
   The "What you'd have to manage without JTL" comparison heading renders in the
   theme default gray (#333) instead of Dark Blue, while its paired
   "What JTL takes off your plate" heading is intentionally JTL purple (#814FF0).
   Pin ONLY the gray "without" heading to Dark Blue #0b1b45; the purple heading
   keeps its editor-set colour (different anchor id, untouched).

   EN-only: the DE twin (page-id 302206) renders this comparison block
   differently and has no equivalent gray heading, so the rule is scoped to the
   EN page-id 310540 (which the EN <body> carries alongside the DE source id).

   Sibling of JP-786 — same root cause: the .purple / .green product section
   variants don't inherit the navy-text cascade the .orange variant got.
   Page-scoped override per CLAUDE.md rule 4b (no edit to shared custom-clone.css).
   ============================================================================ */
body.page-id-310540 #anchor-what-youd-have-to-manage-without-jtl,
body.page-id-310540 #anchor-what-youd-have-to-manage-without-jtl a {
    color: #0b1b45 !important;
    -webkit-text-fill-color: #0b1b45 !important;
}
