/* Global public-workspace contrast guardrails for every tenant and viewport. */
html[data-hub-theme="dark"] .hub-kicker,
html[data-hub-theme="dark"] .hub-section-heading > span,
html[data-hub-theme="dark"] .hub-action-card > span,
html[data-hub-theme="dark"] .hub-review-modal small,
html[data-hub-theme="dark"] .hub-footer a {
  color: #8edcff !important;
}

html[data-hub-theme="dark"] .hub-hero h1,
html[data-hub-theme="dark"] .hub-section-heading h2,
html[data-hub-theme="dark"] .hub-action-card strong,
html[data-hub-theme="dark"] .hub-team-card strong,
html[data-hub-theme="dark"] .hub-footer strong {
  color: #f5f9ff !important;
}

html[data-hub-theme="dark"] .hub-hero h1 em {
  color: #8edcff !important;
  text-shadow: 0 0 24px rgba(73, 210, 255, 0.18);
}

html[data-hub-theme="dark"] .hub-hero-copy > p,
html[data-hub-theme="dark"] .hub-trust,
html[data-hub-theme="dark"] .hub-section-heading p,
html[data-hub-theme="dark"] .hub-action-card small,
html[data-hub-theme="dark"] .hub-team-card span,
html[data-hub-theme="dark"] .hub-footer {
  color: #c7d5e4 !important;
}
