/* =====================================================
   PRIMARY BUTTON (GLOBAL)
===================================================== */

.gf-btn-primary,
.gf-btn,
.ast-button,
.wp-element-button,
input[type="submit"] {
  background: var(--gf-primary) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(138,92,255,0.35);
  transition: transform .15s ease, box-shadow .15s ease;
}

.gf-btn-primary:hover,
.gf-btn:hover,
.ast-button:hover,
.wp-element-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(138,92,255,0.45);
}
