.rjs-cta-wrapper {
  display: flex;
  width: 100%;
  margin: 28px 0 40px;
}

.rjs-cta-align-left {
  justify-content: flex-start;
}

.rjs-cta-align-center {
  justify-content: center;
}

.rjs-cta-align-right {
  justify-content: flex-end;
}

.rjs-cta-button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-height: 40px;
  padding: 11px 20px;
  border: 1px solid rgba(230, 87, 41, 0.18);
  border-radius: 10px;
  background: linear-gradient(135deg, #ff6a2b 0%, #ff5e2b 100%);
  color: #ffffff !important;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.28;
  text-align: center;
  text-decoration: none !important;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
  box-shadow: 0 6px 14px rgba(255, 94, 43, 0.20), 0 2px 5px rgba(17, 18, 20, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.14);
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease, background 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.rjs-cta-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -26%;
  width: 30%;
  height: 100%;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.08) 42%, rgba(255, 255, 255, 0.22) 52%, rgba(255, 255, 255, 0.08) 62%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-22deg);
  opacity: 0.48;
  pointer-events: none;
  z-index: 0;
  transition: left 0.35s ease, opacity 0.25s ease;
}

.rjs-cta-button > * {
  position: relative;
  z-index: 1;
}

.rjs-cta-button::after {
  position: relative;
  z-index: 1;
  content: "";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 2.18em;
  height: 1.96em;
  margin-left: 12px;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.98);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28' fill='none'%3E%3Cpath d='M6.5 14h14.5' stroke='%23ff5e2b' stroke-width='4.0' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.5 8.5L21 14l-5.5 5.5' stroke='%23ff5e2b' stroke-width='4.0' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 68% 68%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 4px 10px rgba(255, 94, 43, 0.16), inset 0 1px 0 rgba(17, 18, 20, 0.03);
  line-height: 1;
  transform: translateY(0);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.rjs-cta-button:hover,
.rjs-cta-button:focus {
  color: #ffffff !important;
  transform: translateY(-1px);
  border-color: rgba(230, 87, 41, 0.26);
  box-shadow: 0 8px 18px rgba(255, 94, 43, 0.24), 0 3px 8px rgba(17, 18, 20, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  filter: brightness(1.02);
  text-decoration: none !important;
}

.rjs-cta-button:hover::after,
.rjs-cta-button:focus::after {
  transform: translate(3px, -1px) scale(1.04);
  background-color: #ffffff;
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 5px 12px rgba(255, 94, 43, 0.18), inset 0 1px 0 rgba(17, 18, 20, 0.04);
}

.rjs-cta-button:hover::before,
.rjs-cta-button:focus::before {
  left: 104%;
  opacity: 0.72;
}

.rjs-cta-button:focus-visible {
  outline: 3px solid rgba(255, 94, 43, 0.22);
  outline-offset: 3px;
}

.rjs-cta-button--compact {
  max-width: 100%;
  padding: 10px 18px;
  font-size: 18px;
}

.rjs-cta-button--wide {
  width: 100%;
  max-width: 780px;
  min-height: 46px;
  padding: 14px 22px;
  font-size: 18px;
  line-height: 1.38;
}

.rjs-cta-button--outline {
  background: #ffffff;
  color: #ff5e2b !important;
  border-color: rgba(255, 94, 43, 0.22);
  box-shadow: 0 4px 10px rgba(17, 18, 20, 0.05);
}

.rjs-cta-button--outline:hover,
.rjs-cta-button--outline:focus {
  background: linear-gradient(135deg, #ff6a2b 0%, #ff5e2b 100%);
  color: #ffffff !important;
  border-color: rgba(255, 94, 43, 0.26);
}


.rjs-cta-button--outline::after {
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28' fill='none'%3E%3Cpath d='M6.5 14h14.5' stroke='%23ff5e2b' stroke-width='4.0' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.5 8.5L21 14l-5.5 5.5' stroke='%23ff5e2b' stroke-width='4.0' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 68% 68%;
  border-color: rgba(255, 94, 43, 0.14);
  box-shadow: 0 4px 10px rgba(17, 18, 20, 0.05), inset 0 1px 0 rgba(17, 18, 20, 0.03);
}

.rjs-cta-button--outline:hover::after,
.rjs-cta-button--outline:focus::after {
  background-color: #75bf43;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 28' fill='none'%3E%3Cpath d='M7 6l7.5 8L7 22' stroke='%2325272a' stroke-width='4.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18 6l7.5 8L18 22' stroke='%2325272a' stroke-width='4.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  border-color: rgba(255, 255, 255, 0.38);
}

.rjs-cta-button--full,
.rjs-cta-width-full .rjs-cta-button {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 640px) {
  .rjs-cta-wrapper {
    margin: 24px 0 36px;
  }

  .rjs-cta-button,
  .rjs-cta-button--compact,
  .rjs-cta-button--wide {
    width: 100%;
    padding: 12px 16px;
    font-size: 18px;
    line-height: 1.38;
    border-radius: 10px;
  }
}
