.helix-demo-cta {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  z-index: 12000;
  width: min(92vw, 360px);
  border: 1px solid rgba(236, 176, 255, 0.5);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(21, 15, 34, 0.96), rgba(56, 24, 88, 0.96));
  color: #f8f2ff;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.38);
  padding: 14px;
  text-align: center;
  display: none;
}

.helix-demo-cta.is-visible {
  display: block;
}

.helix-demo-cta__title {
  margin: 0 0 10px 0;
  font-size: 0.98rem;
  font-weight: 800;
}

.helix-demo-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 220px;
  max-width: 88%;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(120deg, #7c3aed, #db2777);
  border: 0;
  border-radius: 12px;
  padding: 10px 12px;
  font-size: 0.92rem;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(124, 58, 237, 0.35);
}

.helix-demo-cta__continue {
  display: block;
  margin-top: 8px;
  font-size: 0.76rem;
  color: #f1d7ff;
  opacity: 0.86;
  text-decoration: underline;
  cursor: pointer;
}

.helix-demo-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
  padding: 4px 9px;
  border-radius: 999px;
  border: 1px solid rgba(236, 72, 153, 0.62);
  background: rgba(86, 26, 122, 0.32);
  color: #ffd8f4;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 6px 18px rgba(236, 72, 153, 0.18);
}

body.helix-demo-active .wording-bad,
body.helix-demo-active .retry-text,
body.helix-demo-active .end-text,
body.helix-demo-active .play-text {
  display: none !important;
}

.helix-demo-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 13000;
  background: rgba(7, 5, 12, 0.72);
  backdrop-filter: blur(4px);
}

.helix-demo-modal.is-visible {
  display: flex;
}

.helix-demo-modal__card {
  width: min(92vw, 430px);
  border-radius: 18px;
  border: 1px solid rgba(240, 168, 255, 0.45);
  background: linear-gradient(155deg, #120d1f 0%, #23143a 58%, #41195e 100%);
  box-shadow: 0 26px 48px rgba(0, 0, 0, 0.45);
  padding: 18px;
  color: #f8f2ff;
  text-align: center;
}

.helix-demo-modal__title {
  margin: 0;
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.helix-demo-modal__line {
  margin: 8px 0 0 0;
  color: #f2e6ff;
  line-height: 1.34;
  font-size: 0.95rem;
}

.helix-demo-modal__amount {
  margin: 8px 0 12px 0;
  font-size: 1.95rem;
  font-weight: 900;
  color: #8affc7;
  text-shadow: 0 10px 22px rgba(31, 216, 137, 0.35);
}

.helix-demo-modal__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 220px;
  max-width: 88%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
  padding: 11px 12px;
  border-radius: 12px;
  text-decoration: none;
  font-size: 0.94rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #fff;
  background: linear-gradient(120deg, #7c3aed, #db2777);
  border: 1px solid rgba(240, 168, 255, 0.45);
  box-shadow: 0 12px 24px rgba(124, 58, 237, 0.35);
}
