/* High-contrast CTA island overrides.
   Loaded after the main theme and responsive polish layer. */

.section-title-block.right.colored .btn.sign-up,
.section-title-block.right.colored a.sign-up,
.section-title-block.right.colored button.sign-up {
  border: 2px solid rgba(255, 255, 255, .92) !important;
  background: #fff !important;
  color: var(--c-primary) !important;
  box-shadow: 0 18px 44px rgba(15, 23, 42, .22);
}

.section-title-block.right.colored .btn.sign-up:hover,
.section-title-block.right.colored .btn.sign-up:focus-visible,
.section-title-block.right.colored a.sign-up:hover,
.section-title-block.right.colored a.sign-up:focus-visible,
.section-title-block.right.colored button.sign-up:hover,
.section-title-block.right.colored button.sign-up:focus-visible {
  background: var(--c-primary-50) !important;
  color: var(--c-primary) !important;
  border-color: #fff !important;
  transform: translateY(-1px);
}

.section-title-block.right.colored .btn.sign-up i,
.section-title-block.right.colored a.sign-up i,
.section-title-block.right.colored button.sign-up i {
  color: currentColor !important;
}
