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

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

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

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

.garbuio-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(117, 191, 67, 0.18);
  border-radius: 14px;
  background: linear-gradient(135deg, #24262a 0%, #2e3135 62%, #3a3e43 100%);
  color: #ffffff !important;
  font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  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(37, 39, 42, 0.16), 0 2px 6px rgba(79, 159, 47, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.10);
  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;
}

.garbuio-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.04) 42%, rgba(117, 191, 67, 0.18) 52%, rgba(255, 255, 255, 0.04) 62%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-22deg);
  opacity: 0.44;
  pointer-events: none;
  z-index: 0;
  transition: left 0.35s ease, opacity 0.25s ease;
}

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

.garbuio-cta-button::after {
  position: relative;
  z-index: 1;
  content: "";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 2.26em;
  height: 2.02em;
  margin-left: 12px;
  border-radius: 999px;
  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.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18 6l7.5 8L18 22' stroke='%2325272a' stroke-width='4.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 66% 66%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 5px 12px rgba(79, 159, 47, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  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;
}

.garbuio-cta-button:hover,
.garbuio-cta-button:focus {
  color: #ffffff !important;
  transform: translateY(-1px);
  border-color: rgba(117, 191, 67, 0.26);
  box-shadow: 0 10px 20px rgba(37, 39, 42, 0.18), 0 3px 8px rgba(79, 159, 47, 0.10), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  filter: brightness(1.015);
  text-decoration: none !important;
}

.garbuio-cta-button:hover::after,
.garbuio-cta-button:focus::after {
  transform: translate(3px, -1px) scale(1.04);
  background-color: #7dc94a;
  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.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18 6l7.5 8L18 22' stroke='%2325272a' stroke-width='4.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 6px 14px rgba(79, 159, 47, 0.20), inset 0 1px 0 rgba(255, 255, 255, 0.20);
}

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

.garbuio-cta-button:focus-visible {
  outline: 3px solid rgba(117, 191, 67, 0.26);
  outline-offset: 3px;
}

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

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

.garbuio-cta-button--outline {
  background: #ffffff;
  color: #25272a !important;
  border-color: rgba(117, 191, 67, 0.26);
  box-shadow: 0 4px 10px rgba(37, 39, 42, 0.06);
}

.garbuio-cta-button--outline:hover,
.garbuio-cta-button--outline:focus {
  background: linear-gradient(135deg, #24262a 0%, #2e3135 62%, #3a3e43 100%);
  color: #ffffff !important;
  border-color: rgba(117, 191, 67, 0.28);
}


.garbuio-cta-button--outline::after {
  background-color: #25272a;
  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='%2375bf43' stroke-width='4.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18 6l7.5 8L18 22' stroke='%2375bf43' stroke-width='4.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 66% 66%;
  border-color: rgba(117, 191, 67, 0.22);
  box-shadow: 0 4px 10px rgba(37, 39, 42, 0.10), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

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

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

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

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