/* ============================================================================
   JP-740 — "Talk to Sales" / "Beratung vereinbaren" consultation checklist:
   dark-blue text, not gray.

   Pages: /de/beratung-vereinbaren/ (page-id 287763) and /en/talk-to-sales
   (page-id 289452). Under the "Why book a consultation?" / "Warum eine
   Beratung?" heading, the bullet list `ul.list-icons > li` renders its text in
   a muted gray inherited from the hero section. The approved design shows JTL
   dark blue (#0b1b45).

   Scope: page-id + `.hero-product-section` so no other list-icons list is
   touched. Only the <li> text is recolored — the check icon carries its own
   inline `color:#FF9A26`, so it keeps its orange (this rule does not reach it).

   The "Warum eine Beratung?" / "Why book a consultation?" sub-heading (h4
   `.text-reset.font-proxima-nova`, currently #333 gray) above the list is
   recolored to the same dark blue.
   ============================================================================ */
body:is(.page-id-287763, .page-id-289452)
	.hero-product-section ul.list-icons > li,
body:is(.page-id-287763, .page-id-289452)
	.hero-product-section h4.font-proxima-nova {
	color: #0b1b45 !important;
}
