/* Patch 0.1.26.3.0 - Exact Listed Button Contrast Fix
   Source: rebuilt from 0.1.26.1.0 before the bad broad button patch.

   ONLY targets the specific primary/glass buttons listed:
   - Home: View Systems Lab
   - Systems: View Systems Lab
   - Case Studies: Open IMC Portal, Open FieldBase, Work With JR
   - Lab: the dynamic "Open [app]" / Launch button only
   - Work With JR: both Start the Conversation buttons
   - Vision: Work With JR
   - Contact: Prepare Inquiry

   No secondary buttons. No global button reset. No Design Lab buttons.
*/

[data-theme="light"] #app .home-purpose-block .btn.primary.glass,
[data-theme="light"] #app .systems-cta .btn.primary.glass,
[data-theme="light"] #app .case-actions .btn.primary.glass,
[data-theme="light"] #app .lab-actions .btn.primary.glass,
[data-theme="light"] #app .work-hero .btn.primary.glass,
[data-theme="light"] #app .final-work-cta .btn.primary.glass,
[data-theme="light"] #app .final-vision .btn.primary.glass,
[data-theme="light"] #app .contact-form-actions .btn.primary.glass,
[data-theme="light"] #app .about-proof .btn.primary.glass,
[data-theme="light"] #app .presence-cta .btn.primary.glass {
  color: #0b1220 !important;
  text-shadow: none !important;
}

[data-theme="light"] #app .home-purpose-block .btn.primary.glass *,
[data-theme="light"] #app .systems-cta .btn.primary.glass *,
[data-theme="light"] #app .case-actions .btn.primary.glass *,
[data-theme="light"] #app .lab-actions .btn.primary.glass *,
[data-theme="light"] #app .work-hero .btn.primary.glass *,
[data-theme="light"] #app .final-work-cta .btn.primary.glass *,
[data-theme="light"] #app .final-vision .btn.primary.glass *,
[data-theme="light"] #app .contact-form-actions .btn.primary.glass *,
[data-theme="light"] #app .about-proof .btn.primary.glass *,
[data-theme="light"] #app .presence-cta .btn.primary.glass * {
  color: #0b1220 !important;
  text-shadow: none !important;
}
