/* CRO priority CTA v1 — only loaded on the seven allowlisted URLs. */
.selsup-cro-priority-cta__hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  max-width: 760px;
  margin: 22px 0 10px;
  padding: 18px 20px;
  border: 1px solid rgba(100, 82, 255, .22);
  border-radius: 18px;
  background: linear-gradient(135deg, #f4f1ff 0%, #fff 78%);
  box-shadow: 0 12px 30px rgba(38, 28, 100, .09);
}
.selsup-cro-priority-cta__copy { min-width: 0; }
.selsup-cro-priority-cta__title {
  display: block;
  margin-bottom: 4px;
  color: #1d1746;
  font-size: 18px;
  line-height: 1.25;
}
.selsup-cro-priority-cta__text {
  display: block;
  color: #605b78;
  font-size: 14px;
  line-height: 1.4;
}
.selsup-cro-priority-cta__button {
  flex: 0 0 auto;
  min-height: 48px;
  padding: 12px 20px;
  border: 0;
  border-radius: 12px;
  background: #6b4eff;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  line-height: 1.2;
  box-shadow: 0 8px 18px rgba(107, 78, 255, .25);
}
.selsup-cro-priority-cta__button:hover,
.selsup-cro-priority-cta__button:focus-visible { background: #583ce8; }
.selsup-cro-priority-cta__button:focus-visible {
  outline: 3px solid rgba(107, 78, 255, .28);
  outline-offset: 3px;
}
.selsup-cro-priority-cta__sticky { display: none; }

@media (max-width: 767px) {
  .selsup-cro-priority-cta { min-height: 86px; }
  body.selsup-cro-priority-cta-active { padding-bottom: 86px !important; }
  .selsup-cro-priority-cta__hero {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
    margin: 18px 0 8px;
    padding: 16px;
  }
  .selsup-cro-priority-cta__hero .selsup-cro-priority-cta__button { width: 100%; }
  .selsup-cro-priority-cta__sticky {
    position: fixed;
    z-index: 9998;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px max(14px, env(safe-area-inset-right)) calc(10px + env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-left));
    border-top: 1px solid rgba(21, 18, 48, .12);
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 -8px 24px rgba(21, 18, 48, .14);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }
  .selsup-cro-priority-cta__sticky-label {
    min-width: 0;
    color: #26213f;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
  }
  .selsup-cro-priority-cta__sticky .selsup-cro-priority-cta__button {
    min-height: 48px;
    margin-left: auto;
    padding: 11px 16px;
    white-space: nowrap;
  }
}

@media (max-width: 420px) {
  .selsup-cro-priority-cta__sticky {
    padding-right: max(132px, env(safe-area-inset-right));
  }
  .selsup-cro-priority-cta__sticky-label { display: none; }
  .selsup-cro-priority-cta__sticky .selsup-cro-priority-cta__button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .selsup-cro-priority-cta__button { scroll-behavior: auto; }
}
