/*
 Theme Name:   D3DM Marketing Pages
 Theme URI:    https://www.d3digitalmedia.com/
 Description:  Custom marketing pages for D3 Digital Media — homepage, WAVES Growth OS, Onboarding Sprint, and About WAVES. ICP-targeted for founder-led B2B in life sciences, SaaS, software, pharma, and medical device ($1M-$50M). Includes SEO meta injection, JSON-LD schema, asset path rewriting, and self-contained per-page bundles. Loads via custom page templates; does not modify Divi's parent behavior.
 Author:       D3 Digital Media Marketing
 Author URI:   https://www.d3digitalmedia.com/
 Template:     Divi
 Version:      2.9.4
 Text Domain:  d3dm-marketing
*/

/* ───────────────────────────────────────────────────────────────────
   SITE-WIDE FOOTER HEADING FIX
   Divi's inline `h1,h2,h3,h4,h5,h6 { color:#333 }` rule blacks out the
   "Product / Resources / Company" column headers in the site footer
   on every page. The footer lives outside our `#top` wrapper, so the
   per-page CSS overrides can't reach it. Patch it here with body-scoped
   selectors so the footer column headings render at full readable color.
   ─────────────────────────────────────────────────────────────────── */
body #et-footer-nav h1, body #et-footer-nav h2,
body #et-footer-nav h3, body #et-footer-nav h4,
body #et-footer-nav h5, body #et-footer-nav h6,
body #footer-widgets h1, body #footer-widgets h2,
body #footer-widgets h3, body #footer-widgets h4,
body #footer-widgets h5, body #footer-widgets h6,
body footer h1, body footer h2, body footer h3,
body footer h4, body footer h5, body footer h6,
body .et_pb_widget_area_left h4,
body .et_pb_widget_area_right h4,
body .et_pb_widget h4 {
    color: #ffffff !important;
}
