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

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

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

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

.sulpar-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(198, 42, 68, 0.16);
  border-radius: 14px;
  background: linear-gradient(135deg, #780b20 0%, #a30f2b 58%, #c62a44 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 8px 18px rgba(120, 11, 32, 0.18), 0 2px 6px rgba(42, 45, 50, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  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;
}

.sulpar-cta-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -28%;
  width: 34%;
  height: 100%;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 42%, rgba(255, 255, 255, 0.18) 52%, rgba(255, 255, 255, 0.05) 62%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-22deg);
  opacity: 0.46;
  pointer-events: none;
  z-index: 0;
  transition: left 0.35s ease, opacity 0.25s ease;
}

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

.sulpar-cta-button::after {
  position: relative;
  z-index: 1;
  content: "";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 2.22em;
  height: 2.02em;
  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='%23a30f2b' stroke-width='4.0' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.5 8.5L21 14l-5.5 5.5' stroke='%23a30f2b' 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.16);
  box-shadow: 0 5px 12px rgba(120, 11, 32, 0.16), inset 0 1px 0 rgba(42, 45, 50, 0.04);
  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;
}

.sulpar-cta-button:hover,
.sulpar-cta-button:focus {
  color: #ffffff !important;
  transform: translateY(-1px);
  border-color: rgba(198, 42, 68, 0.24);
  box-shadow: 0 10px 20px rgba(120, 11, 32, 0.20), 0 3px 8px rgba(42, 45, 50, 0.09), inset 0 1px 0 rgba(255, 255, 255, 0.14);
  filter: brightness(1.02);
  text-decoration: none !important;
}

.sulpar-cta-button:hover::after,
.sulpar-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 6px 14px rgba(120, 11, 32, 0.18), inset 0 1px 0 rgba(42, 45, 50, 0.06);
}

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

.sulpar-cta-button:focus-visible {
  outline: 3px solid rgba(163, 15, 43, 0.24);
  outline-offset: 3px;
}

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

.sulpar-cta-button--wide {
  width: 100%;
  max-width: 800px;
  min-height: 48px;
  padding: 15px 24px;
  font-size: 18px;
  line-height: 1.4;
}

.sulpar-cta-button--outline {
  background: #ffffff;
  color: #a30f2b !important;
  border-color: rgba(163, 15, 43, 0.18);
  box-shadow: 0 4px 10px rgba(42, 45, 50, 0.06);
}

.sulpar-cta-button--outline:hover,
.sulpar-cta-button--outline:focus {
  background: linear-gradient(135deg, #780b20 0%, #a30f2b 58%, #c62a44 100%);
  color: #ffffff !important;
  border-color: rgba(198, 42, 68, 0.24);
}


.sulpar-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='%23a30f2b' stroke-width='4.0' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.5 8.5L21 14l-5.5 5.5' stroke='%23a30f2b' 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(163, 15, 43, 0.14);
  box-shadow: 0 4px 10px rgba(42, 45, 50, 0.06), inset 0 1px 0 rgba(42, 45, 50, 0.04);
}

.sulpar-cta-button--outline:hover::after,
.sulpar-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);
}

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

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

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