/*
Theme Name:   Nova Signal Theme
Theme URI:    https://novasignal-ai.online
Description:  V1.5 — Child theme of "new-theme" for Nova Signal AI. Fixes invisible page titles (the parent theme forces all headings to white), ships the corrected page templates (Home, Pricing, Industries, About, Case Studies, Contact, Privacy, Terms, CRM Dashboard) and the fixed footer. All parent theme pages that are not overridden here (e.g. Services) keep working unchanged. Pair with the Nova Signal Suite plugin v1.5.0, which auto-creates the Contact Us page, logs chatbot conversations, and syncs CRM leads.
Author:       Nova Signal AI
Author URI:   https://novasignal-ai.online
Template:     new-theme
Version:      1.6.1
Requires PHP: 7.4
*/

/* ---------------------------------------------------------------
   HEADING VISIBILITY FIX (v1.5)
   The parent theme forces h1–h6 to white globally, which makes
   titles invisible on the light Nova Signal pages. These scoped
   rules restore dark headings on light sections and keep white
   headings on dark sections. (The Nova Signal Suite plugin prints
   the same fix site-wide, so you are covered even before this
   child theme is activated.)
   --------------------------------------------------------------- */

/* Home */
.nsh h1,.nsh h2,.nsh h3,.nsh h4{color:#0b1a2e!important}
.nsh-hero h1,.nsh-cta h2,.nsh-why .nsh-title{color:#fff!important}
.nsh-hero-panel h3{color:#67e8f9!important}
.nsh-hero h1 .grad{background:linear-gradient(90deg,#22d3ee,#a8c4fb);-webkit-background-clip:text;background-clip:text;color:transparent!important}
.nsh-cta h2 span{color:#22d3ee!important}
#nsh-audit h2,#nsh-audit .nsh-title{color:#fff!important}

/* Pricing */
.ns-pricing h1,.ns-pricing h2,.ns-pricing h3,.ns-pricing h4{color:#0b1a2e!important}
.ns-hero h1,.ns-cta h2,.ns-included h2{color:#fff!important}
.ns-hero-card h3{color:#67e8f9!important}
.ns-mini h4{color:#3f7fd9!important}
.ns-plan.elite h3{color:#fff!important}
.ns-plan.elite .ns-mini h4{color:#67e8f9!important}
.ns-hero h1 .grad{background:linear-gradient(90deg,#22d3ee,#a8c4fb);-webkit-background-clip:text;background-clip:text;color:transparent!important}
.ns-cta h2 span,.ns-included h2 span{color:#22d3ee!important}

/* Industries */
.nsi h1,.nsi h2,.nsi h3,.nsi h4{color:#0b1a2e!important}
.nsi-hero h1,.nsi-cta h2{color:#fff!important}
.nsi-hero h1 span{background:linear-gradient(90deg,#22d3ee,#a8c4fb);-webkit-background-clip:text;background-clip:text;color:transparent!important}
.nsi-cta h2 span{color:#22d3ee!important}

/* About */
.nsa h1,.nsa h2,.nsa h3,.nsa h4{color:#0b1a2e!important}
.nsa-hero h1,.nsa-cta h2,.nsa-dark .nsa-title{color:#fff!important}
.nsa-hero h1 span{background:linear-gradient(90deg,#22d3ee,#a8c4fb);-webkit-background-clip:text;background-clip:text;color:transparent!important}
.nsa-cta h2 span{color:#22d3ee!important}

/* Case Studies */
.nsc h1,.nsc h2,.nsc h3,.nsc h4{color:#0b1a2e!important}
.nsc-hero h1,.nsc-cta h2,.nsc-case-head h2{color:#fff!important}
.nsc-hero h1 span{background:linear-gradient(90deg,#22d3ee,#a8c4fb);-webkit-background-clip:text;background-clip:text;color:transparent!important}
.nsc-cta h2 span,.nsc-found h2 span{color:#22d3ee!important}
.nsc-flag-head h2,.nsc-found h2{color:#fff!important}
.nsc-block h4{color:#3f7fd9!important}
.nsc-results h4{color:#16a34a!important}

/* Privacy / Terms */
.nsl h1,.nsl h2,.nsl h3{color:#0f2440!important}
.nsl-hero h1{color:#fff!important}

/* Contact page + shortcode form */
.nsct-wrap h1,.nsct-wrap h2,.nsct-wrap h3{color:#0b1a2e!important}
.nsct-hero h1{color:#fff!important}
.nsct-hero h1 span{color:#22d3ee!important}
.nssf-wrap h1,.nssf-wrap h2,.nssf-wrap h3{color:#0b1a2e!important}

/* CRM Dashboard */
.nscrm h1,.nscrm h2,.nscrm h3,.nscrm-login h1{color:#0b1a2e!important}
