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

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

.geracao-saude-cta-align-center {
  justify-content: center;
}

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

.geracao-saude-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: 44px;
  padding: 13px 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 22px;
  background: linear-gradient(135deg, #055c63 0%, #097780 56%, #98ced2 100%);
  color: #ffffff !important;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  text-decoration: none !important;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
  box-shadow: 0 9px 20px rgba(9, 119, 128, 0.18), 0 3px 8px rgba(5, 92, 99, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.20);
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease, background 0.22s ease, color 0.22s ease;
}

.geracao-saude-cta-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30%;
  width: 38%;
  height: 100%;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.10) 40%, rgba(255, 255, 255, 0.30) 52%, rgba(255, 255, 255, 0.10) 64%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-22deg);
  opacity: 0.55;
  pointer-events: none;
  z-index: 0;
  transition: left 0.35s ease, opacity 0.25s ease;
}

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

.geracao-saude-cta-button::after {
  position: relative;
  z-index: 1;
  content: "";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 2.34em;
  height: 2.34em;
  margin-left: 14px;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.99);
  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='%23097780' stroke-width='4.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.5 8.5L21 14l-5.5 5.5' stroke='%23097780' stroke-width='4.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 71% 71%;
  border: 1px solid rgba(255, 255, 255, 0.92);
  box-shadow: 0 6px 14px rgba(9, 119, 128, 0.18), inset 0 0 0 1px rgba(152, 206, 210, 0.10);
  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;
}

.geracao-saude-cta-button:hover,
.geracao-saude-cta-button:focus {
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(9, 119, 128, 0.22), 0 5px 12px rgba(5, 92, 99, 0.10), inset 0 1px 0 rgba(255, 255, 255, 0.22);
  filter: brightness(1.025);
  text-decoration: none !important;
}

.geracao-saude-cta-button:hover::after,
.geracao-saude-cta-button:focus::after {
  transform: translate(4px, -1px) scale(1.08);
  background-color: #ffffff;
  border-color: rgba(255, 255, 255, 0.98);
  box-shadow: 0 8px 18px rgba(9, 119, 128, 0.22), inset 0 0 0 1px rgba(152, 206, 210, 0.12);
}

.geracao-saude-cta-button:hover::before,
.geracao-saude-cta-button:focus::before {
  left: 104%;
  opacity: 0.78;
}

.geracao-saude-cta-button:focus-visible {
  outline: 3px solid rgba(9, 119, 128, 0.28);
  outline-offset: 3px;
}

.geracao-saude-cta-button--compact {
  max-width: 100%;
  padding: 12px 22px;
  font-size: 17px;
}

.geracao-saude-cta-button--wide {
  width: 100%;
  max-width: 860px;
  min-height: 52px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 1.45;
}

.geracao-saude-cta-button--outline {
  background: #ffffff;
  color: #097780 !important;
  border-color: rgba(9, 119, 128, 0.24);
  box-shadow: 0 5px 12px rgba(9, 119, 128, 0.08);
}

.geracao-saude-cta-button--outline:hover,
.geracao-saude-cta-button--outline:focus {
  background: linear-gradient(135deg, #055c63 0%, #097780 56%, #98ced2 100%);
  color: #ffffff !important;
  border-color: transparent;
}


.geracao-saude-cta-button--outline::after {
  background-color: rgba(9, 119, 128, 0.06);
  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='%23097780' stroke-width='4.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.5 8.5L21 14l-5.5 5.5' stroke='%23097780' stroke-width='4.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 71% 71%;
  border-color: rgba(9, 119, 128, 0.14);
  box-shadow: 0 4px 10px rgba(9, 119, 128, 0.08), inset 0 0 0 1px rgba(152, 206, 210, 0.06);
}

.geracao-saude-cta-button--outline:hover::after,
.geracao-saude-cta-button--outline:focus::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='%23097780' stroke-width='4.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.5 8.5L21 14l-5.5 5.5' stroke='%23097780' stroke-width='4.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  border-color: rgba(9, 119, 128, 0.18);
}

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

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

  .geracao-saude-cta-button,
  .geracao-saude-cta-button--compact,
  .geracao-saude-cta-button--wide {
    width: 100%;
    padding: 14px 18px;
    font-size: 17px;
    line-height: 1.42;
    border-radius: 22px;
  }
}
