.text-us-button {
  --text-us-bg: #0A93F6;
  --text-us-hover: #0880D9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  background: var(--text-us-bg);
  color: #fff !important;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  text-decoration: none !important;
  white-space: nowrap;
  box-shadow: 0 14px 30px rgba(10, 147, 246, 0.18);
  transition: background 0.16s ease, transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.text-us-button:hover,
.text-us-button:focus-visible {
  background: var(--text-us-hover);
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 18px 36px rgba(10, 147, 246, 0.24);
}

.text-us-button:focus-visible {
  outline: 3px solid rgba(10, 147, 246, 0.28);
  outline-offset: 3px;
}

.text-us-button svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  stroke: currentColor;
}

.text-us-button span {
  position: relative;
  z-index: 1;
}

.text-us-button--small {
  min-height: 38px;
  padding: 9px 14px;
  border-radius: 10px;
  font-size: 13px;
}

.text-us-button--nav {
  min-height: 38px;
  padding: 9px 14px;
  border-radius: 10px;
  font-size: 13px;
}

.text-us-button--hero {
  min-height: 48px;
  padding: 14px 22px;
}

.text-us-button--support {
  --text-us-bg: rgba(10, 147, 246, 0.12);
  --text-us-hover: rgba(10, 147, 246, 0.18);
  color: #0A93F6 !important;
  border-color: rgba(10, 147, 246, 0.30);
  box-shadow: none;
}

.text-us-button--support:hover,
.text-us-button--support:focus-visible {
  color: #0880D9 !important;
  box-shadow: none;
}

.text-us-inline-note {
  margin: 0;
  color: var(--text-3, var(--t40, rgba(255, 255, 255, 0.58)));
  font-size: 13px;
  line-height: 1.5;
}

.text-us-support {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin: 28px auto 0;
  padding: 18px 20px;
  max-width: 620px;
  border: 1px solid var(--border, rgba(255, 255, 255, 0.10));
  border-radius: 14px;
  background: rgba(10, 147, 246, 0.08);
  text-align: center;
}

.text-us-support .text-us-inline-note {
  color: var(--text-2, var(--t70, rgba(255, 255, 255, 0.72)));
  font-weight: 700;
}

.text-us-support--plain {
  margin-top: 18px;
  padding: 0;
  border: 0;
  background: transparent;
}

.text-us-support--left {
  justify-content: flex-start;
}

.gideon-hero.service-selling .text-us-button--hero {
  padding: 12px 15px;
  font-size: 0.82rem;
}

.mobile-nav .text-us-button {
  width: 100%;
  min-height: 46px;
  margin-top: 8px;
  padding: 11px 14px;
  border-bottom: 0;
  color: #fff !important;
}

.funnel-page .mobile-nav a.text-us-button,
.pricing-page .mobile-nav a.text-us-button,
.setup-page .mobile-nav a.text-us-button,
.setup-confirmation-page .mobile-nav a.text-us-button,
.services-page .mobile-nav a.text-us-button {
  color: #fff !important;
}

.footer-col .text-us-button,
.footer-links .text-us-button {
  display: inline-flex;
  width: auto;
  margin-top: 4px;
  color: #fff !important;
}

@media (max-width: 767px) {
  .text-us-button {
    width: 100%;
    max-width: 320px;
    white-space: normal;
  }

  .text-us-support {
    width: 100%;
    max-width: calc(100vw - 36px);
    padding: 16px;
  }

  .gideon-hero.service-selling .text-us-button--hero {
    width: 100%;
    max-width: 320px;
    min-height: 42px;
    padding: 10px 13px;
    font-size: 0.78rem;
  }
}
