
/*
 * GuestaProd Platform 14.13.1
 * Global readability improvements for dark front-end surfaces.
 * Intentionally scoped so light/white sections keep their dark typography.
 */

/* PROMOTION */
.gpp-promo-hero h1,
.gpp-promo-process h1,
.gpp-promo-process h2,
.gpp-promo-process h3,
.gpp-promo-process h4,
.gpp-promo-partner h1,
.gpp-promo-partner h2,
.gpp-promo-partner h3,
.gpp-promo-partner h4,
.gpp-promo-cta h1,
.gpp-promo-cta h2,
.gpp-promo-cta h3,
.gpp-promo-steps h3,
.gpp-promo-partner__card strong {
  color:#f8fafc!important;
}

.gpp-promo-process p,
.gpp-promo-partner p,
.gpp-promo-cta p,
.gpp-promo-steps p {
  color:#b9c1cc!important;
}

/* HOMEPAGE */
.gpp-v11-hero h1,
.gpp-v11-section.is-dark h1,
.gpp-v11-section.is-dark h2,
.gpp-v11-section.is-dark h3,
.gpp-v11-why h1,
.gpp-v11-why h2,
.gpp-v11-why h3,
.gpp-v11-cta h1,
.gpp-v11-cta h2,
.gpp-v11-cta h3 {
  color:#f8fafc!important;
}

.gpp-v11-section.is-dark p,
.gpp-v11-why p,
.gpp-v11-cta p {
  color:#b7bfca!important;
}

/* SERVICES */
.gpp-services-hero h1,
.gpp-service-card h1,
.gpp-service-card h2,
.gpp-service-card h3,
.gpp-services-flow h1,
.gpp-services-flow h2,
.gpp-services-flow h3,
.gpp-services-cta h1,
.gpp-services-cta h2,
.gpp-services-cta h3 {
  color:#f8fafc!important;
}

.gpp-services-hero p,
.gpp-service-card p,
.gpp-services-flow p,
.gpp-services-cta p {
  color:#b8c0cb!important;
}

/* MARKETPLACE / CREATOR / PROJECT DARK PANELS */
.gpp-marketplace h1,
.gpp-marketplace h2,
.gpp-marketplace h3,
.gpp-creator-card h1,
.gpp-creator-card h2,
.gpp-creator-card h3,
.gpp-project-card h1,
.gpp-project-card h2,
.gpp-project-card h3,
.gpp-v7-page-head h1,
.gpp-v7-page-head h2,
.gpp-v7-page-head h3 {
  color:#f8fafc!important;
}

/* Generic GuestaProd dark panels */
[class*="gpp-"][style*="background:#0"] h1,
[class*="gpp-"][style*="background:#0"] h2,
[class*="gpp-"][style*="background:#0"] h3,
[class*="gpp-"][style*="background: #0"] h1,
[class*="gpp-"][style*="background: #0"] h2,
[class*="gpp-"][style*="background: #0"] h3 {
  color:#f8fafc!important;
}
